Public Member Functions | Static Public Member Functions | Protected Slots | List of all members
pqCatalystExportReaction Class Reference

Reaction to export a Catalyst script that will produce configured catalyst data products. More...

#include <pqCatalystExportReaction.h>

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

Public Member Functions

 pqCatalystExportReaction (QAction *parent)
 
 ~pqCatalystExportReaction () override
 
- Public Member Functions inherited from pqReaction
 pqReaction (QAction *parent, Qt::ConnectionType type=Qt::AutoConnection)
 Constructor. More...
 
 ~pqReaction () override
 
QAction * parentAction () const
 Provides access to the parent action. More...
 

Static Public Member Functions

static bool exportScript (const QString &name, vtkTypeUInt32 location=0x10)
 Export a Catalyst script. More...
 
static QString exportScript ()
 Export a Catalyst script. More...
 

Protected Slots

void onTriggered () override
 Called when the action is triggered. More...
 
- Protected Slots inherited from pqReaction
virtual void onTriggered ()
 Called when the action is triggered. More...
 
virtual void updateEnableState ()
 
virtual void updateMasterEnableState (bool)
 

Additional Inherited Members

- Protected Attributes inherited from pqReaction
bool IsMaster
 

Detailed Description

Reaction to export a Catalyst script that will produce configured catalyst data products.

Definition at line 17 of file pqCatalystExportReaction.h.

Constructor & Destructor Documentation

◆ pqCatalystExportReaction()

pqCatalystExportReaction::pqCatalystExportReaction ( QAction *  parent)

◆ ~pqCatalystExportReaction()

pqCatalystExportReaction::~pqCatalystExportReaction ( )
override

Member Function Documentation

◆ exportScript() [1/2]

static bool pqCatalystExportReaction::exportScript ( const QString &  name,
vtkTypeUInt32  location = 0x10 
)
static

Export a Catalyst script.

Returns true on success.

◆ exportScript() [2/2]

static QString pqCatalystExportReaction::exportScript ( )
static

Export a Catalyst script.

Returns the non-empty name of the file written on success.

◆ onTriggered

void pqCatalystExportReaction::onTriggered ( )
inlineoverrideprotectedslot

Called when the action is triggered.

Definition at line 42 of file pqCatalystExportReaction.h.


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