diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2011-09-08 09:46:04 -0500 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2011-09-08 09:46:04 -0500 |
commit | 2d19a2002501d44ce18080b6f26ceaf2dbf796e9 (patch) | |
tree | 1053ccf7b2eb2881c77909fa9b90afd09447329c /indra/llui/lluictrl.h | |
parent | 9fd8fb15d9ef4de3c22605ec4a0745eb67ae9550 (diff) |
add getInfo to LLView to get state information about ui elements.
Diffstat (limited to 'indra/llui/lluictrl.h')
-rw-r--r-- | indra/llui/lluictrl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llui/lluictrl.h b/indra/llui/lluictrl.h index 09bed9b958..8a8b589e9c 100644 --- a/indra/llui/lluictrl.h +++ b/indra/llui/lluictrl.h @@ -301,7 +301,9 @@ protected: static F32 sActiveControlTransparency; static F32 sInactiveControlTransparency; - + + virtual void addInfo(LLSD & info); + private: BOOL mIsChrome; |