19 static const plUInt8 s_uiMaxColors = 9;
28 void AddStat(
const plString& sStatPath,
bool bEnabled =
true,
bool bRaiseWindow =
true);
35 void on_ComboTimeframe_currentIndexChanged(
int index);
36 void on_LineName_textChanged(
const QString& text);
37 void on_SpinMin_valueChanged(
double val);
38 void on_SpinMax_valueChanged(
double val);
39 void on_ToggleVisible();
40 void on_ButtonRemove_clicked();
41 void on_ListStats_currentItemChanged(QListWidgetItem* current, QListWidgetItem* previous);
44 QAction m_ShowWindowAction;
47 QGraphicsPathItem* m_pPath[s_uiMaxColors];
48 QGraphicsPathItem* m_pPathMax;
49 QGraphicsScene m_Scene;
51 static plInt32 s_iCurColor;
55 plInt32 m_iWindowNumber;
59 QListWidgetItem* m_pListItem =
nullptr;
60 plUInt8 m_uiColor = 0;