ScummVM API documentation
GUI::RadiobuttonGroup Class Reference
Inheritance diagram for GUI::RadiobuttonGroup:
GUI::CommandSender

Public Member Functions

 RadiobuttonGroup (GuiObject *boss, uint32 cmd=0)
 
void addButton (RadiobuttonWidget *button)
 
Common::Array< RadiobuttonWidget * > getButtonList () const
 
void setValue (int state)
 
int getValue () const
 
void setEnabled (bool ena)
 
void setCmd (uint32 cmd)
 
uint32 getCmd () const
 
- Public Member Functions inherited from GUI::CommandSender
 CommandSender (CommandReceiver *target)
 
void setTarget (CommandReceiver *target)
 
CommandReceivergetTarget () const
 
virtual void sendCommand (uint32 cmd, uint32 data)
 

Protected Attributes

Common::Array< RadiobuttonWidget * > _buttons
 
int _value
 
uint32 _cmd
 
- Protected Attributes inherited from GUI::CommandSender
CommandReceiver_target
 

The documentation for this class was generated from the following file: