tbx  0.7.6
Public Member Functions | List of all members
tbx::ToolActionSelectedListener Class Referenceabstract

Listener for ToolAction Selected events. More...

#include <toolaction.h>

Inheritance diagram for tbx::ToolActionSelectedListener:
tbx::Listener

Public Member Functions

virtual void toolaction_selected (const ToolActionSelectedEvent &selected_event)=0
 Method called when the tool action button is selected. 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 ToolAction Selected events.

Member Function Documentation

◆ toolaction_selected()

virtual void tbx::ToolActionSelectedListener::toolaction_selected ( const ToolActionSelectedEvent selected_event)
pure virtual

Method called when the tool action button is selected.

Parameters
selected_eventdetails of the new state and how it was selected

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