|
ParaView
|
Reaction for copying sources/filters. More...
#include <pqCopyReaction.h>


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 |
Reaction for copying sources/filters.
Definition at line 40 of file pqCopyReaction.h.
| pqCopyReaction::pqCopyReaction | ( | QAction * | parent, |
| bool | paste_mode = false |
||
| ) |
| virtual pqCopyReaction::~pqCopyReaction | ( | ) | [virtual] |
| 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.
bool pqCopyReaction::Paste [protected] |
Definition at line 73 of file pqCopyReaction.h.
1.7.5.1