tbx
0.7.5
|
Class to delete a toolbox object when it has been hidden. More...
#include <deleteonhidden.h>
Public Member Functions | |
virtual void | has_been_hidden (const EventInfo &hidden_event) |
Overridden has_been_hidden call back to delete the toolbox object that raised the event. More... | |
![]() | |
virtual | ~Listener () |
Destroy the listener object. | |
Additional Inherited Members | |
![]() | |
Listener () | |
Construct the Listener object. | |
Class to delete a toolbox object when it has been hidden.
This class deletes itself once used so should always be allocated with new.
|
inlinevirtual |
Overridden has_been_hidden call back to delete the toolbox object that raised the event.
hidden_event | details of the has been hidden event |
Implements tbx::HasBeenHiddenListener.