ParaView
Public Slots | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
pqCopyReaction Class Reference

Reaction for copying sources/filters. More...

#include <pqCopyReaction.h>

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

List of all members.

Public Slots

void updateEnableState ()
 Updates the enabled state.

Public Member Functions

 pqCopyReaction (QAction *parent, bool paste_mode=false)
virtual ~pqCopyReaction ()

Static Public Member Functions

static void copy (vtkSMProxy *dest, vtkSMProxy *source, bool skip_inputs)
 Copy all properties from source to dest.
static void copy ()
static void paste ()

Protected Member Functions

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

Protected Attributes

bool Paste

Detailed Description

Reaction for copying sources/filters.

Definition at line 40 of file pqCopyReaction.h.


Constructor & Destructor Documentation

pqCopyReaction::pqCopyReaction ( QAction *  parent,
bool  paste_mode = false 
)
virtual pqCopyReaction::~pqCopyReaction ( ) [virtual]

Member Function Documentation

static void pqCopyReaction::copy ( vtkSMProxy dest,
vtkSMProxy source,
bool  skip_inputs 
) [static]

Copy all properties from source to dest.

Uses the property names as the key for matching properties.

static void pqCopyReaction::copy ( ) [static]
static void pqCopyReaction::paste ( ) [static]
void pqCopyReaction::updateEnableState ( ) [virtual, slot]

Updates the enabled state.

Applications need not explicitly call this.

Reimplemented from pqReaction.

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

Called when the action is triggered.

Reimplemented from pqReaction.

Definition at line 62 of file pqCopyReaction.h.


Member Data Documentation

bool pqCopyReaction::Paste [protected]

Definition at line 73 of file pqCopyReaction.h.


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