aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfolderview.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-10-18 17:58:27 -0700
committerMcCabe Maxsted2009-10-18 17:58:27 -0700
commite4b0e7c82d670081c071d8a3da31b5ec407b8e07 (patch)
tree9410962bbb582eedbec448139e217f2714050777 /linden/indra/newview/llfolderview.h
parentStarted 1.3.0 branch (diff)
parentUpdated and added some Linux libs. (diff)
downloadmeta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.zip
meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.gz
meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.bz2
meta-impy-e4b0e7c82d670081c071d8a3da31b5ec407b8e07.tar.xz
Merged working branch of 1.2 into LL 1.23 merge
Diffstat (limited to 'linden/indra/newview/llfolderview.h')
-rw-r--r--linden/indra/newview/llfolderview.h12
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