aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfolderview.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfolderview.h')
-rw-r--r--linden/indra/newview/llfolderview.h8
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
377public: 377public:
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);