summaryrefslogtreecommitdiff
path: root/indra/llui/lluictrl.h
diff options
context:
space:
mode:
authorAndrew A. de Laix <alain@lindenlab.com>2011-09-08 09:46:04 -0500
committerAndrew A. de Laix <alain@lindenlab.com>2011-09-08 09:46:04 -0500
commit2d19a2002501d44ce18080b6f26ceaf2dbf796e9 (patch)
tree1053ccf7b2eb2881c77909fa9b90afd09447329c /indra/llui/lluictrl.h
parent9fd8fb15d9ef4de3c22605ec4a0745eb67ae9550 (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.h4
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;