25 #ifndef TBX_ICONBARCLICKLISTENER_H_
26 #define TBX_ICONBARCLICKLISTENER_H_
29 #include "eventinfo.h"
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:35
const IdBlock & id_block() const
IdBlock for the current event.
Definition: eventinfo.h:71
PollBlock & _data
raw data from the event
Definition: eventinfo.h:53
Structure holding the raw data from a call to Wimp_Poll.
Definition: pollinfo.h:72
bool adjust() const
Check if click was with adjust.
Definition: iconbarclicklistener.h:48
bool select() const
Check if click was with select.
Definition: iconbarclicklistener.h:53
Information passed back by the Toolbox with each toolbox event providing information on where the eve...
Definition: pollinfo.h:42
Iconbar as been clicked event details.
Definition: iconbarclicklistener.h:38
Listener for button selected events.
Definition: iconbarclicklistener.h:59
Base class for all toolbox event listeners.
Definition: listener.h:34
IconbarClickEvent(IdBlock &id_block, PollBlock &data)
Construct the event.
Definition: iconbarclicklistener.h:43
virtual void iconbar_clicked(IconbarClickEvent &event)=0
Method called when a click occurs on the icon bar.
int word[64]
Array containing information return from Wimp_Poll.
Definition: pollinfo.h:76
Class to provide information on a toolbox event.
Definition: eventinfo.h:49