diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-28 09:56:35 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-28 09:56:35 -0800 |
commit | 9997587e390cc309e71cffb55f5cf6a9ad90da69 (patch) | |
tree | fc54491e875a31799cfb41acde73363617ec586c /indra/newview/llfolderview.h | |
parent | 9a4d075f3b8ab1ccf760187beeb81f9bf17e69b1 (diff) | |
parent | da08cc05af85ac334cabd943a5d9fcbcaa1500b6 (diff) |
PE merge.
Diffstat (limited to 'indra/newview/llfolderview.h')
-rw-r--r-- | indra/newview/llfolderview.h | 5 |
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; |