|
ParaView
|
Reaction for application python start/stop trace. More...
#include <pqTraceReaction.h>


Public Member Functions | |
| pqTraceReaction (QAction *parent, bool start) | |
if start is set to true, then this behaves as an start-trace-reaction otherwise as a stop-trace-reaction. | |
Static Public Member Functions | |
| static void | start () |
| start tracing. | |
| static void | stop () |
| stop tracing. | |
Protected Slots | |
| void | enable (bool) |
| void | setLabel (const QString &label) |
Protected Member Functions | |
| virtual void | onTriggered () |
| Called when the action is triggered. | |
Reaction for application python start/stop trace.
Definition at line 39 of file pqTraceReaction.h.
| pqTraceReaction::pqTraceReaction | ( | QAction * | parent, |
| bool | start | ||
| ) |
if start is set to true, then this behaves as an start-trace-reaction otherwise as a stop-trace-reaction.
| static void pqTraceReaction::start | ( | ) | [static] |
start tracing.
| static void pqTraceReaction::stop | ( | ) | [static] |
stop tracing.
| void pqTraceReaction::enable | ( | bool | ) | [protected, slot] |
| void pqTraceReaction::setLabel | ( | const QString & | label | ) | [protected, slot] |
| virtual void pqTraceReaction::onTriggered | ( | ) | [inline, protected, virtual] |
Called when the action is triggered.
Reimplemented from pqReaction.
Definition at line 60 of file pqTraceReaction.h.
1.7.5.1