tbx
0.7.5
|
Button has been selected event. More...
#include <buttonselectedlistener.h>
Public Member Functions | |
ButtonSelectedEvent (IdBlock &id_block, PollBlock &data) | |
Construct the event. | |
bool | adjust () const |
Check if adjust was held down. | |
bool | select () const |
Check if select was held down. | |
bool | return_or_escape () const |
Check if the button was the default button activated by return or the cancel button executed by escape. | |
bool | default_button () const |
Button clicked was the default button. | |
bool | cancel_button () const |
Button clicked was the cancel button. | |
bool | local_button () const |
Button clicked was a local button so the window was not automatically closed. | |
![]() | |
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 | |
Button has been selected event.