#include <w32dlib/radiobutton.h>
Inheritance diagram for W32DLib::RadioButton:

Public Member Functions | |
| RadioButton (Dialog *parent, int resource_id, int first_radio, int last_radio, DataX *datax) | |
| Constructor. | |
| virtual | ~RadioButton () |
| Destructor. | |
| void | OnPress (Window *owner, W32DLibCallback callback) |
| Sets a callback for a button press. | |
| void | SetState () |
| Sets the radio button on. | |
| bool | GetState () |
| Gets the tickstate. | |
| virtual void | DoDataExchange (bool set) |
| Performs data exchange. | |
|
||||||||||||||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
Performs data exchange. Support types: eString -- see Control::DoDataExchange() eBool -- same as GetState() / SetState()
Reimplemented from W32DLib::Control. |
|
|
Gets the tickstate.
|
|
||||||||||||
|
Sets a callback for a button press.
|
|
|
Sets the radio button on. Note that this will affect other radio buttons in the group if appropriate. If DataX is used to set this and more than two buttons in the group are set the results are indeterminate.
|
1.4.1