ParaView
Public Member Functions | Static Public Member Functions | Protected Slots | Protected Member Functions
pqTraceReaction Class Reference

Reaction for application python start/stop trace. More...

#include <pqTraceReaction.h>

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

List of all members.

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.

Detailed Description

Reaction for application python start/stop trace.

Definition at line 39 of file pqTraceReaction.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


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