|
ParaView
|
Reaction for creating or deleting a python macro. More...
#include <pqMacroReaction.h>


Public Member Functions | |
| pqMacroReaction (QAction *parent) | |
Static Public Member Functions | |
| static void | createMacro () |
| define a python file as a macro and save it. | |
Protected Slots | |
| void | enable (bool) |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
Reaction for creating or deleting a python macro.
Definition at line 39 of file pqMacroReaction.h.
| pqMacroReaction::pqMacroReaction | ( | QAction * | parent | ) |
| static void pqMacroReaction::createMacro | ( | ) | [static] |
define a python file as a macro and save it.
| void pqMacroReaction::enable | ( | bool | ) | [protected, slot] |
| virtual void pqMacroReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 54 of file pqMacroReaction.h.
1.7.5.1