19 static const plUInt8 s_uiMaxColors = 9;
27 void on_ListClocks_itemChanged(QListWidgetItem* item);
28 void on_ComboTimeframe_currentIndexChanged(
int index);
31 static void ProcessTelemetry(
void* pUnuseed);
37 QGraphicsPathItem* m_pPath[s_uiMaxColors];
38 QGraphicsPathItem* m_pPathMax;
39 QGraphicsScene m_Scene;
41 plUInt32 m_uiMaxSamples;
43 plUInt8 m_uiColorsUsed;
44 bool m_bClocksChanged;
48 plTime m_LastUpdatedClockList;
60 bool m_bDisplay =
true;
61 plUInt8 m_uiColor = 0xFF;
62 plTime m_MinTimestep = plTime::Seconds(60.0);
64 QListWidgetItem* m_pListItem =
nullptr;