diff options
author | skolb <none@none> | 2009-12-17 11:39:35 -0800 |
---|---|---|
committer | skolb <none@none> | 2009-12-17 11:39:35 -0800 |
commit | 967652a7059cd1434ec593d8d3022f8b8e6cf10c (patch) | |
tree | 6c1be7baac8c7583f9e4fcf66ff4410bf5454f8f /indra/newview/llfolderviewitem.h | |
parent | c9a70e867535e734b7f1e55c5b2234cb2bb1691d (diff) | |
parent | 39700f104b8e258cc9b9f8138ae73a0c96213b0a (diff) |
Merge
Diffstat (limited to 'indra/newview/llfolderviewitem.h')
-rw-r--r-- | indra/newview/llfolderviewitem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfolderviewitem.h b/indra/newview/llfolderviewitem.h index 620aa070b9..a43096dcb2 100644 --- a/indra/newview/llfolderviewitem.h +++ b/indra/newview/llfolderviewitem.h @@ -163,6 +163,7 @@ protected: BOOL mIsLoading; LLTimer mTimeSinceRequestStart; bool mDontShowInHierarchy; + bool mShowLoadStatus; // helper function to change the selection from the root. void changeSelectionFromRoot(LLFolderViewItem* selection, BOOL selected); @@ -254,6 +255,8 @@ public: BOOL getIsCurSelection() { return mIsCurSelection; } BOOL hasVisibleChildren() { return mHasVisibleChildren; } + + void setShowLoadStatus(bool status) { mShowLoadStatus = status; } // Call through to the viewed object and return true if it can be // removed. Returns true if it's removed. |