Reaction for application python start/stop trace.
More...
#include <pqTraceReaction.h>
Reaction for application python start/stop trace.
This reaction will change the label on the QAction to reflect whether the trace is started or stopped.
Definition at line 18 of file pqTraceReaction.h.
◆ pqTraceReaction()
pqTraceReaction::pqTraceReaction |
( |
QAction * |
parent, |
|
|
QString |
start_trace_label = "Start Trace" , |
|
|
QString |
stop_trace_label = "Stop Trace" |
|
) |
| |
◆ ~pqTraceReaction()
pqTraceReaction::~pqTraceReaction |
( |
| ) |
|
|
override |
◆ start()
void pqTraceReaction::start |
( |
| ) |
|
◆ stop()
void pqTraceReaction::stop |
( |
| ) |
|
◆ onTriggered()
void pqTraceReaction::onTriggered |
( |
| ) |
|
|
overrideprotectedvirtual |
Called when the action is triggered.
Reimplemented from pqReaction.
◆ updateTrace
virtual void pqTraceReaction::updateTrace |
( |
| ) |
|
|
protectedvirtualslot |
The documentation for this class was generated from the following file: