diff options
author | Steve Bennetts <steve@lindenlab.com> | 2009-12-03 12:15:47 -0800 |
---|---|---|
committer | Steve Bennetts <steve@lindenlab.com> | 2009-12-03 12:15:47 -0800 |
commit | a0b4aa14d8c4678f78d78daf5cca4ace569fbf9b (patch) | |
tree | f03832d7e61704a57aad25311bc6076c7b8bc565 /indra/llui/llflatlistview.h | |
parent | a5c5a6598c530f968bf5ed45a03d8ddd23abef9c (diff) | |
parent | ebdb78ef3b25247fd86f48833004b4254ca8e360 (diff) |
Merge from product-engine
Diffstat (limited to 'indra/llui/llflatlistview.h')
-rw-r--r-- | indra/llui/llflatlistview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llui/llflatlistview.h b/indra/llui/llflatlistview.h index 3867e910c0..9e1e0f90fc 100644 --- a/indra/llui/llflatlistview.h +++ b/indra/llui/llflatlistview.h @@ -279,6 +279,12 @@ public: bool updateValue(const LLSD& old_value, const LLSD& new_value); + + void selectFirstItem (); + void selectLastItem (); + + virtual void notify(const LLSD& info) ; + protected: /** Pairs LLpanel representing a single item LLPanel and LLSD associated with it */ |