diff options
author | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-12-17 13:40:57 -0500 |
---|---|---|
committer | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2009-12-17 13:40:57 -0500 |
commit | 27fda6c35fb9a965799a3e723aa516bbadeac582 (patch) | |
tree | d76b15c05dc51b840a534c03509223b1b0eb149b /indra/newview/llfolderviewitem.h | |
parent | 89a8182c2cd8d04b85c70d82f654714b83afebb8 (diff) |
EXT-2636: we now show "Loading..." before the my inventory named folder when doing a background fetch.
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. |