34 #ifndef _pqTimerLogDisplay_h 35 #define _pqTimerLogDisplay_h 37 #include "pqComponentsModule.h" 40 class pqTimerLogDisplayUi;
53 float timeThreshold()
const;
54 int bufferLength()
const;
55 bool isEnabled()
const;
60 void setTimeThreshold(
float value);
61 void setBufferLength(
int value);
62 void setEnable(
bool state);
64 void save(
const QString& filename);
65 void save(
const QStringList& files);
73 virtual void showEvent(QShowEvent*);
74 virtual void hideEvent(QHideEvent*);
77 void setTimeThresholdById(
int id);
78 void setBufferLengthById(
int id);
84 pqTimerLogDisplayUi* ui;
87 #endif //_pqTimerLogDisplay_h