diff options
Diffstat (limited to 'linden/indra/newview/llfolderview.h')
-rw-r--r-- | linden/indra/newview/llfolderview.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/linden/indra/newview/llfolderview.h b/linden/indra/newview/llfolderview.h index b46b5c8..5e6902d 100644 --- a/linden/indra/newview/llfolderview.h +++ b/linden/indra/newview/llfolderview.h | |||
@@ -339,6 +339,16 @@ protected: | |||
339 | 339 | ||
340 | std::string mLabel; | 340 | std::string mLabel; |
341 | std::string mSearchableLabel; | 341 | std::string mSearchableLabel; |
342 | |||
343 | std::string mLabelCreator; | ||
344 | std::string mSearchableLabelCreator; | ||
345 | |||
346 | std::string mLabelDesc; | ||
347 | std::string mSearchableLabelDesc; | ||
348 | |||
349 | std::string mLabelAll; | ||
350 | std::string mSearchableLabelAll; | ||
351 | |||
342 | std::string mType; | 352 | std::string mType; |
343 | S32 mLabelWidth; | 353 | S32 mLabelWidth; |
344 | U32 mCreationDate; | 354 | U32 mCreationDate; |
@@ -465,7 +475,7 @@ public: | |||
465 | // viewed. This method will ask the viewed object itself. | 475 | // viewed. This method will ask the viewed object itself. |
466 | const std::string& getName( void ) const; | 476 | const std::string& getName( void ) const; |
467 | 477 | ||
468 | const std::string& getSearchableLabel( void ) const; | 478 | const std::string& getSearchableLabel( U32 search_type ) const; |
469 | 479 | ||
470 | // This method returns the label displayed on the view. This | 480 | // This method returns the label displayed on the view. This |
471 | // method was primarily added to allow sorting on the folder | 481 | // method was primarily added to allow sorting on the folder |