|
ParaView
|
Reaction for ignoring a source's time information for animations etc. More...
#include <pqIgnoreSourceTimeReaction.h>


Public Slots | |
| void | updateEnableState () |
| Updates the enabled state. | |
Public Member Functions | |
| pqIgnoreSourceTimeReaction (QAction *parent) | |
Static Public Member Functions | |
| static void | ignoreSourceTime (bool ignore) |
| Ignore time from all selected sources. | |
| static void | ignoreSourceTime (pqPipelineSource *, bool ignore) |
| Ignore time for the given source. | |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
Reaction for ignoring a source's time information for animations etc.
It affects all selected sources.
Definition at line 42 of file pqIgnoreSourceTimeReaction.h.
| pqIgnoreSourceTimeReaction::pqIgnoreSourceTimeReaction | ( | QAction * | parent | ) |
| static void pqIgnoreSourceTimeReaction::ignoreSourceTime | ( | bool | ignore | ) | [static] |
Ignore time from all selected sources.
| static void pqIgnoreSourceTimeReaction::ignoreSourceTime | ( | pqPipelineSource * | , |
| bool | ignore | ||
| ) | [static] |
Ignore time for the given source.
| void pqIgnoreSourceTimeReaction::updateEnableState | ( | ) | [virtual, slot] |
Updates the enabled state.
Applications need not explicitly call this.
Reimplemented from pqReaction.
| virtual void pqIgnoreSourceTimeReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 62 of file pqIgnoreSourceTimeReaction.h.
1.7.5.1