tbx
0.7.6
|
Event details for a change of an integer value in a gadget. More...
#include <valuechangedlistener.h>
Public Member Functions | |
ValueChangedEvent (IdBlock &id_block, PollBlock &data) | |
Construct the event from Toolbox and WIMP event data. More... | |
int | value () const |
Get the value of the gadget that delivered the event. More... | |
![]() | |
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 details for a change of an integer value in a gadget.
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 |
|
inline |
Get the value of the gadget that delivered the event.