summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderview.h
diff options
context:
space:
mode:
authorSteven Bennetts <steve@lindenlab.com>2008-09-29 19:14:50 +0000
committerSteven Bennetts <steve@lindenlab.com>2008-09-29 19:14:50 +0000
commitd725e5b24075b2171f8a5b263969991e9b475078 (patch)
treef1422064fd0ab676dfa66d39b5d0f0b9e8ff1086 /indra/newview/llfolderview.h
parent66739da16407a8e56accc236bd3996c1963a6bcf (diff)
QAR-872 Viewer 1.21 RC 3
merge viewer_1-21 96116-97380 -> release
Diffstat (limited to 'indra/newview/llfolderview.h')
-rw-r--r--indra/newview/llfolderview.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/indra/newview/llfolderview.h b/indra/newview/llfolderview.h
index 841146db5a..938580ebe7 100644
--- a/indra/newview/llfolderview.h
+++ b/indra/newview/llfolderview.h
@@ -327,6 +327,8 @@ protected:
static LLColor4 sFilterTextColor;
static LLColor4 sSuffixColor;
static LLColor4 sSearchStatusColor;
+ static LLUIImagePtr sArrowImage;
+ static LLUIImagePtr sBoxImage;
std::string mLabel;
std::string mSearchableLabel;
@@ -351,8 +353,6 @@ protected:
F32 mControlLabelRotation;
LLFolderView* mRoot;
BOOL mDragAndDropTarget;
- LLUIImagePtr mArrowImage;
- LLUIImagePtr mBoxImage;
BOOL mIsLoading;
LLTimer mTimeSinceRequestStart;
@@ -375,6 +375,9 @@ protected:
virtual BOOL addFolder(LLFolderViewFolder*) { return FALSE; }
public:
+ static void initClass();
+ static void cleanupClass();
+
// This function is called when the folder view is dirty. It's
// implemented here but called by derived classes when folding the
// views.
@@ -500,6 +503,7 @@ public:
void setIcon(LLUIImagePtr icon);
// refresh information from the object being viewed.
+ void refreshFromListener();
virtual void refresh();
virtual void applyListenerFunctorRecursively(LLFolderViewListenerFunctor& functor);