diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2017-08-08 07:48:34 +0000 |
---|---|---|
committer | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2017-08-08 07:48:34 +0000 |
commit | c3097276be24e3aacd4791b95ad38fe01b8b6d97 (patch) | |
tree | 1568c20d32858101eb3638e51f2110cb9862034d /indra/llui | |
parent | ec4675b35107b6650e58901c24153a4a395355a6 (diff) | |
parent | ea152d0d0b795e062142ef824717639468c39af4 (diff) |
Merged in SL-717 Additional search options for inventory window
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llfolderviewmodel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llui/llfolderviewmodel.h b/indra/llui/llfolderviewmodel.h index 641241a88c..f71a88c56e 100644 --- a/indra/llui/llfolderviewmodel.h +++ b/indra/llui/llfolderviewmodel.h @@ -147,6 +147,10 @@ public: virtual const std::string& getDisplayName() const = 0; virtual const std::string& getSearchableName() const = 0; + virtual std::string getSearchableDescription() const = 0; + virtual std::string getSearchableCreatorName()const = 0; + virtual std::string getSearchableUUIDString() const = 0; + virtual LLPointer<LLUIImage> getIcon() const = 0; virtual LLPointer<LLUIImage> getIconOpen() const { return getIcon(); } virtual LLPointer<LLUIImage> getIconOverlay() const { return NULL; } |