4 #ifndef pqTraceReaction_h 5 #define pqTraceReaction_h 24 pqTraceReaction(QAction* parent, QString start_trace_label =
"Start Trace",
25 QString stop_trace_label =
"Stop Trace");
45 virtual void updateTrace();
49 QString StartTraceLabel;
50 QString StopTraceLabel;
52 void editTrace(
const QString& txt,
bool incremental);
Reaction for application python start/stop trace.
#define PQAPPLICATIONCOMPONENTS_EXPORT
This is a superclass just to make it easier to collect all such reactions.
virtual void onTriggered()
Called when the action is triggered.