nux-0.9.46

nux::RadioButtonGroup Class Reference

RadioButtonGroup select one of many radio button in a group. More...

#include <Nux/RadioButtonGroup.h>

Inheritance diagram for nux::RadioButtonGroup:
nux::Object nux::Trackable

Public Member Functions

 RadioButtonGroup (NUX_FILE_LINE_PROTO)
 ~RadioButtonGroup ()
void ConnectButton (RadioButton *radio)
 Add a radio button to the group.
void ActivateButton (RadioButton *radio)
void DisconnectButton (RadioButton *radio)
 Remove a radio button from the group.
void SetActiveButton (RadioButton *radio, bool EmitSignal)

Friends

class RadioButton

Detailed Description

RadioButtonGroup select one of many radio button in a group.

RadioButtonGroup does not hold reference on radio buttons.


Constructor & Destructor Documentation

nux::RadioButtonGroup::RadioButtonGroup ( NUX_FILE_LINE_PROTO  )
nux::RadioButtonGroup::~RadioButtonGroup ( )

Member Function Documentation

void nux::RadioButtonGroup::ActivateButton ( RadioButton radio)
void nux::RadioButtonGroup::ConnectButton ( RadioButton radio)

Add a radio button to the group.

void nux::RadioButtonGroup::DisconnectButton ( RadioButton radio)

Remove a radio button from the group.

void nux::RadioButtonGroup::SetActiveButton ( RadioButton radio,
bool  EmitSignal 
)

Friends And Related Function Documentation

friend class RadioButton [friend]

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