#include <llradiogroup.h>


Public Member Functions | |
| LLRadioCtrl (const LLString &name, const LLRect &rect, const LLString &label, const LLFontGL *font=NULL, void(*commit_callback)(LLUICtrl *, void *)=NULL, void *callback_userdata=NULL) | |
| ~LLRadioCtrl () | |
| void | setValue (const LLSD &value) |
Definition at line 43 of file llradiogroup.h.
| LLRadioCtrl::LLRadioCtrl | ( | const LLString & | name, | |
| const LLRect & | rect, | |||
| const LLString & | label, | |||
| const LLFontGL * | font = NULL, |
|||
| void(*)(LLUICtrl *, void *) | commit_callback = NULL, |
|||
| void * | callback_userdata = NULL | |||
| ) | [inline] |
Definition at line 46 of file llradiogroup.h.
References FALSE, and LLUICtrl::setTabStop().

| LLRadioCtrl::~LLRadioCtrl | ( | ) |
Definition at line 507 of file llradiogroup.cpp.
| void LLRadioCtrl::setValue | ( | const LLSD & | value | ) | [virtual] |
Reimplemented from LLCheckBoxCtrl.
Definition at line 511 of file llradiogroup.cpp.
References LLSD::asBoolean(), LLCheckBoxCtrl::mButton, LLUICtrl::setTabStop(), and LLCheckBoxCtrl::setValue().
Referenced by LLRadioGroup::draw().


1.5.5