ParaView
Public Member Functions | Static Public Member Functions | Protected Slots | Protected Member Functions
pqMacroReaction Class Reference

Reaction for creating or deleting a python macro. More...

#include <pqMacroReaction.h>

Inheritance diagram for pqMacroReaction:
Inheritance graph
[legend]
Collaboration diagram for pqMacroReaction:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Reaction for creating or deleting a python macro.

Definition at line 39 of file pqMacroReaction.h.


Constructor & Destructor Documentation

pqMacroReaction::pqMacroReaction ( QAction *  parent)

Member Function Documentation

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.


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