32 #ifndef pqTraceReaction_h 33 #define pqTraceReaction_h 48 pqTraceReaction(QAction* parent,
const char* start_trace_label =
"Start Trace",
49 const char* stop_trace_label =
"Stop Trace");
69 virtual void updateTrace();
73 QString StartTraceLabel;
74 QString StopTraceLabel;
Reaction for application python start/stop trace.
This is a superclass just to make it easier to collect all such reactions.
virtual void onTriggered()
Called when the action is triggered.