diff options
author | Jacek Antonelli | 2008-09-28 17:21:23 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-28 17:21:46 -0500 |
commit | 31e7c77a411d94bc87f0232588b339149bb29a49 (patch) | |
tree | 49e487700e91713e620e4d33f20b7f7afb5a2fa9 /linden/indra/newview/llfolderview.h | |
parent | Second Life viewer sources 1.21.2-RC (diff) | |
download | meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.zip meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.tar.gz meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.tar.bz2 meta-impy-31e7c77a411d94bc87f0232588b339149bb29a49.tar.xz |
Second Life viewer sources 1.21.3-RC
Diffstat (limited to 'linden/indra/newview/llfolderview.h')
-rw-r--r-- | linden/indra/newview/llfolderview.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/linden/indra/newview/llfolderview.h b/linden/indra/newview/llfolderview.h index 6369120..7978386 100644 --- a/linden/indra/newview/llfolderview.h +++ b/linden/indra/newview/llfolderview.h | |||
@@ -327,6 +327,8 @@ protected: | |||
327 | static LLColor4 sFilterTextColor; | 327 | static LLColor4 sFilterTextColor; |
328 | static LLColor4 sSuffixColor; | 328 | static LLColor4 sSuffixColor; |
329 | static LLColor4 sSearchStatusColor; | 329 | static LLColor4 sSearchStatusColor; |
330 | static LLUIImagePtr sArrowImage; | ||
331 | static LLUIImagePtr sBoxImage; | ||
330 | 332 | ||
331 | std::string mLabel; | 333 | std::string mLabel; |
332 | std::string mSearchableLabel; | 334 | std::string mSearchableLabel; |
@@ -351,8 +353,6 @@ protected: | |||
351 | F32 mControlLabelRotation; | 353 | F32 mControlLabelRotation; |
352 | LLFolderView* mRoot; | 354 | LLFolderView* mRoot; |
353 | BOOL mDragAndDropTarget; | 355 | BOOL mDragAndDropTarget; |
354 | LLUIImagePtr mArrowImage; | ||
355 | LLUIImagePtr mBoxImage; | ||
356 | BOOL mIsLoading; | 356 | BOOL mIsLoading; |
357 | LLTimer mTimeSinceRequestStart; | 357 | LLTimer mTimeSinceRequestStart; |
358 | 358 | ||
@@ -375,6 +375,9 @@ protected: | |||
375 | virtual BOOL addFolder(LLFolderViewFolder*) { return FALSE; } | 375 | virtual BOOL addFolder(LLFolderViewFolder*) { return FALSE; } |
376 | 376 | ||
377 | public: | 377 | public: |
378 | static void initClass(); | ||
379 | static void cleanupClass(); | ||
380 | |||
378 | // This function is called when the folder view is dirty. It's | 381 | // This function is called when the folder view is dirty. It's |
379 | // implemented here but called by derived classes when folding the | 382 | // implemented here but called by derived classes when folding the |
380 | // views. | 383 | // views. |
@@ -500,6 +503,7 @@ public: | |||
500 | void setIcon(LLUIImagePtr icon); | 503 | void setIcon(LLUIImagePtr icon); |
501 | 504 | ||
502 | // refresh information from the object being viewed. | 505 | // refresh information from the object being viewed. |
506 | void refreshFromListener(); | ||
503 | virtual void refresh(); | 507 | virtual void refresh(); |
504 | 508 | ||
505 | virtual void applyListenerFunctorRecursively(LLFolderViewListenerFunctor& functor); | 509 | virtual void applyListenerFunctorRecursively(LLFolderViewListenerFunctor& functor); |