tbx  0.7.5
Public Member Functions | List of all members
tbx::SubMenuListener Class Referenceabstract

Listener for event when mouse moves over the submenu arrow if no other toolbox event has been associated with it. More...

#include <submenulistener.h>

Inheritance diagram for tbx::SubMenuListener:
tbx::Listener

Public Member Functions

virtual void submenu (const SubMenuEvent &event)=0
 Called when the user moves the mouse over the submenu arrow when no other toolbox event has been associated with the event. More...
 
- Public Member Functions inherited from tbx::Listener
virtual ~Listener ()
 Destroy the listener object.
 

Additional Inherited Members

- Protected Member Functions inherited from tbx::Listener
 Listener ()
 Construct the Listener object.
 

Detailed Description

Listener for event when mouse moves over the submenu arrow if no other toolbox event has been associated with it.

Member Function Documentation

◆ submenu()

virtual void tbx::SubMenuListener::submenu ( const SubMenuEvent event)
pure virtual

Called when the user moves the mouse over the submenu arrow when no other toolbox event has been associated with the event.

Parameters
eventDetails of the event. id_block().self_component() is the menu item, id_block().self_object() is the menu

The documentation for this class was generated from the following file: