QVISH 0.1
Public Member Functions | List of all members
Wizt::qVToolActorBase Class Referenceabstract
Inheritance diagram for Wizt::qVToolActorBase:
Wizt::qVMainWindow

Public Member Functions

virtual void addToolAction (const string &category, const QPixmap &PM, const RefPtr< ToolAction > &Action, const string &tooltip)=0
 Add an action object to the toolbar "category".
 

Member Function Documentation

◆ addToolAction()

virtual void Wizt::qVToolActorBase::addToolAction ( const string &  category,
const QPixmap &  PM,
const RefPtr< ToolAction > &  Action,
const string &  tooltip 
)
pure virtual

Add an action object to the toolbar "category".

Parameters
categoryThe name of the toolbar, as it appears in the main window.
PMA Qt Pixmap, used as action icon.
ActionAn ToolAction object that is executed when the tool button is clicked.
tooltipAn information text which appears when the mouse is moved over the icon.

Implemented in Wizt::qVMainWindow.


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