tbx
0.7.6
|
Event information for RadioStateButton event that is generated when a radio buttons state changes. More...
#include <radiobutton.h>
Public Member Functions | |
RadioButtonStateChangedEvent (IdBlock &id_block, PollBlock &data) | |
Construct the event from Toolbox and WIMP event data. More... | |
bool | adjust () const |
return true if state was changed by adjust | |
bool | select () const |
return true if state was changed by select | |
bool | on () const |
return true if state changed to on, otherwise false | |
RadioButton | old_on () const |
Return the previous radio button that was on. | |
![]() | |
EventInfo (const IdBlock &id_block, PollBlock &data) | |
Contruct the event information from the id_block and data update by the toolbox. | |
const IdBlock & | id_block () const |
IdBlock for the current event. More... | |
Additional Inherited Members | |
![]() | |
PollBlock & | _data |
raw data from the event | |
Event information for RadioStateButton event that is generated when a radio buttons state changes.
|
inline |
Construct the event from Toolbox and WIMP event data.
id_block | Toolbox IDs for this event |
data | Information returned from the WIMP for this event |