ParaView
Public Slots | Public Member Functions | Protected Member Functions
pqExportReaction Class Reference

Reaction for exporting a view. More...

#include <pqExportReaction.h>

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

List of all members.

Public Slots

void updateEnableState ()
 Updates the enabled state.

Public Member Functions

 pqExportReaction (QAction *parent)
 Constructor. Parent cannot be NULL.
void exportActiveView ()
 Exports the current view.

Protected Member Functions

virtual void onTriggered ()
 Called when the action is triggered.

Detailed Description

Reaction for exporting a view.

Uses pqViewExporterManager for actual exporting.

Definition at line 42 of file pqExportReaction.h.


Constructor & Destructor Documentation

pqExportReaction::pqExportReaction ( QAction *  parent)

Constructor. Parent cannot be NULL.


Member Function Documentation

void pqExportReaction::exportActiveView ( )

Exports the current view.

void pqExportReaction::updateEnableState ( ) [virtual, slot]

Updates the enabled state.

Applications need not explicitly call this.

Reimplemented from pqReaction.

virtual void pqExportReaction::onTriggered ( ) [inline, protected, virtual]

Called when the action is triggered.

Reimplemented from pqReaction.

Definition at line 60 of file pqExportReaction.h.


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