|
QVISH 0.1
|
Abstract base class for actions which are executed after some event. More...
#include <qVToolBase.hpp>
Public Member Functions | |
| virtual void | action ()=0 |
| The virtual function which is executed when tool button is pressed. | |
| ToolAction () | |
| Constructor. | |
| ~ToolAction () | |
| Destructor. | |
Abstract base class for actions which are executed after some event.
|
pure virtual |
The virtual function which is executed when tool button is pressed.
Implemented in Wizt::BugReporterToolAction.
Referenced by Wizt::QToolAction::action().