QVISH 0.1
Public Member Functions | List of all members
Wizt::ToolAction Class Referenceabstract

Abstract base class for actions which are executed after some event. More...

#include <qVToolBase.hpp>

Inheritance diagram for Wizt::ToolAction:
Wizt::BugReporterToolAction

Public Member Functions

virtual void action ()=0
 The virtual function which is executed when tool button is pressed.
 
 ToolAction ()
 Constructor.
 
 ~ToolAction ()
 Destructor.
 

Detailed Description

Abstract base class for actions which are executed after some event.

Member Function Documentation

◆ action()

virtual void Wizt::ToolAction::action ( )
pure virtual

The virtual function which is executed when tool button is pressed.

Implemented in Wizt::BugReporterToolAction.

Referenced by Wizt::QToolAction::action().


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