diff options
author | McCabe Maxsted | 2009-10-13 04:06:49 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-10-13 04:06:49 -0700 |
commit | 879e30e0617798a786f39b815668cec4e6dbc310 (patch) | |
tree | 677cc61fdb15b8b08a26a1166d9442d777f4f9dd /linden/indra/newview/llfolderview.h | |
parent | Disable avatar appearance facelight when local lighting turned off (diff) | |
download | meta-impy-879e30e0617798a786f39b815668cec4e6dbc310.zip meta-impy-879e30e0617798a786f39b815668cec4e6dbc310.tar.gz meta-impy-879e30e0617798a786f39b815668cec4e6dbc310.tar.bz2 meta-impy-879e30e0617798a786f39b815668cec4e6dbc310.tar.xz |
Updated inventory search to include description (from Emerald)
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfolderview.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/linden/indra/newview/llfolderview.h b/linden/indra/newview/llfolderview.h index 25b4362..82a1951 100644 --- a/linden/indra/newview/llfolderview.h +++ b/linden/indra/newview/llfolderview.h | |||
@@ -338,11 +338,16 @@ protected: | |||
338 | 338 | ||
339 | std::string mLabel; | 339 | std::string mLabel; |
340 | std::string mSearchableLabel; | 340 | std::string mSearchableLabel; |
341 | std::string mLabelAll; | 341 | |
342 | std::string mSearchableLabelAll; | ||
343 | std::string mLabelCreator; | 342 | std::string mLabelCreator; |
344 | std::string mSearchableLabelCreator; | 343 | std::string mSearchableLabelCreator; |
345 | 344 | ||
345 | std::string mLabelDesc; | ||
346 | std::string mSearchableLabelDesc; | ||
347 | |||
348 | std::string mLabelAll; | ||
349 | std::string mSearchableLabelAll; | ||
350 | |||
346 | std::string mType; | 351 | std::string mType; |
347 | S32 mLabelWidth; | 352 | S32 mLabelWidth; |
348 | U32 mCreationDate; | 353 | U32 mCreationDate; |
@@ -469,7 +474,7 @@ public: | |||
469 | // viewed. This method will ask the viewed object itself. | 474 | // viewed. This method will ask the viewed object itself. |
470 | const std::string& getName( void ) const; | 475 | const std::string& getName( void ) const; |
471 | 476 | ||
472 | const std::string& getSearchableLabel( void ) const; | 477 | const std::string& getSearchableLabel( U32 search_type ) const; |
473 | 478 | ||
474 | // This method returns the label displayed on the view. This | 479 | // This method returns the label displayed on the view. This |
475 | // method was primarily added to allow sorting on the folder | 480 | // method was primarily added to allow sorting on the folder |