|
QVISH 0.1
|
An Qt Interface that executed an ToolAction's action() as a Qt slot which can be connected to the Qt signal of some widget. More...
#include <qVToolBase.hpp>
Public Slots | |
| void | action () |
| The Qt slot, executes an ToolAction's action(). | |
Public Attributes | |
| RefPtr< ToolAction > | myAction |
| Storing some ToolAction object. | |
| QPointer< QAction > | myQtAction |
An Qt Interface that executed an ToolAction's action() as a Qt slot which can be connected to the Qt signal of some widget.