aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llradiogroup.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llradiogroup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llui/llradiogroup.h b/linden/indra/llui/llradiogroup.h
index e0a4168..aed8de2 100644
--- a/linden/indra/llui/llradiogroup.h
+++ b/linden/indra/llui/llradiogroup.h
@@ -118,6 +118,7 @@ public:
118 /*virtual*/ BOOL getCanSelect() const { return TRUE; } 118 /*virtual*/ BOOL getCanSelect() const { return TRUE; }
119 /*virtual*/ BOOL selectFirstItem() { return setSelectedIndex(0); } 119 /*virtual*/ BOOL selectFirstItem() { return setSelectedIndex(0); }
120 /*virtual*/ BOOL selectNthItem( S32 index ) { return setSelectedIndex(index); } 120 /*virtual*/ BOOL selectNthItem( S32 index ) { return setSelectedIndex(index); }
121 /*virtual*/ BOOL selectItemRange( S32 first, S32 last ) { return setSelectedIndex(first); }
121 /*virtual*/ S32 getFirstSelectedIndex() const { return getSelectedIndex(); } 122 /*virtual*/ S32 getFirstSelectedIndex() const { return getSelectedIndex(); }
122 /*virtual*/ BOOL setCurrentByID( const LLUUID& id ); 123 /*virtual*/ BOOL setCurrentByID( const LLUUID& id );
123 /*virtual*/ LLUUID getCurrentID(); // LLUUID::null if no items in menu 124 /*virtual*/ LLUUID getCurrentID(); // LLUUID::null if no items in menu