aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llradiogroup.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:29 -0500
committerJacek Antonelli2008-08-15 23:45:29 -0500
commit7bdb4845afdd157f95281293803567090e3f992a (patch)
treefbcada1c227d7407f9f37ccba360bfe6326d9c5e /linden/indra/llui/llradiogroup.h
parentSecond Life viewer sources 1.19.0.0 (diff)
downloadmeta-impy-7bdb4845afdd157f95281293803567090e3f992a.zip
meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.gz
meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.bz2
meta-impy-7bdb4845afdd157f95281293803567090e3f992a.tar.xz
Second Life viewer sources 1.19.0.2
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