25 #ifndef TBX_HASBEENHIDDENLISTENER_H_
26 #define TBX_HASBEENHIDDENLISTENER_H_
29 #include "eventinfo.h"
virtual void has_been_hidden(const EventInfo &event_info)=0
This method is called when the given object is hidden.
Structure holding the raw data from a call to Wimp_Poll.
Definition: pollinfo.h:71
Class to provide information on a toolbox event.
Definition: eventinfo.h:48
Base class for all toolbox event listeners.
Definition: listener.h:33
Listener for an object has been hidden event.
Definition: hasbeenhiddenlistener.h:36
Information passed back by the Toolbox with each toolbox event providing information on where the eve...
Definition: pollinfo.h:41
void has_been_hidden_router(IdBlock &id_block, PollBlock &data, Listener *listener)
Static function to route has been hidden event.
Definition: hasbeenhiddenlistener.cc:32