summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderview.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-28 09:56:35 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-28 09:56:35 -0800
commit9997587e390cc309e71cffb55f5cf6a9ad90da69 (patch)
treefc54491e875a31799cfb41acde73363617ec586c /indra/newview/llfolderview.h
parent9a4d075f3b8ab1ccf760187beeb81f9bf17e69b1 (diff)
parentda08cc05af85ac334cabd943a5d9fcbcaa1500b6 (diff)
PE merge.
Diffstat (limited to 'indra/newview/llfolderview.h')
-rw-r--r--indra/newview/llfolderview.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfolderview.h b/indra/newview/llfolderview.h
index 89e1865e35..56ebdfcf79 100644
--- a/indra/newview/llfolderview.h
+++ b/indra/newview/llfolderview.h
@@ -266,6 +266,8 @@ public:
LLPanel* getParentPanel() { return mParentPanel; }
// DEBUG only
void dumpSelectionInformation();
+
+ virtual S32 notify(const LLSD& info) ;
private:
void updateRenamerPosition();
@@ -278,6 +280,9 @@ protected:
void finishRenamingItem( void );
void closeRenamer( void );
+
+ bool selectFirstItem();
+ bool selectLastItem();
protected:
LLHandle<LLView> mPopupMenuHandle;