summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderview.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfolderview.h')
-rw-r--r--indra/newview/llfolderview.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llfolderview.h b/indra/newview/llfolderview.h
index 248118dfdf..97071862de 100644
--- a/indra/newview/llfolderview.h
+++ b/indra/newview/llfolderview.h
@@ -216,6 +216,9 @@ public:
//RN: this is public to allow system to externally force a global refilter
void setModified(EFilterBehavior behavior = FILTER_RESTART);
+ void toLLSD(LLSD& data);
+ void fromLLSD(LLSD& data);
+
protected:
struct filter_ops
{
@@ -839,6 +842,9 @@ public:
static void idle(void* user_data);
BOOL needsAutoSelect() { return mNeedsAutoSelect && !mAutoSelectOverride; }
+ BOOL needsAutoRename() { return mNeedsAutoRename; }
+ void setNeedsAutoRename(BOOL val) { mNeedsAutoRename = val; }
+
BOOL getDebugFilters() { return mDebugFilters; }
// DEBUG only
@@ -870,6 +876,7 @@ protected:
LLCoordGL mLastScrollOffset;
BOOL mNeedsAutoSelect;
BOOL mAutoSelectOverride;
+ BOOL mNeedsAutoRename;
BOOL mDebugFilters;
U32 mSortOrder;