21 int GetProgress()
const;
22 int GetEpgEventProgress()
const;
23 int GetTimeshiftProgress()
const;
25 int m_lastProgress = 0;
26 int m_lastEpgEventProgress = 0;
27 int m_lastTimeshiftProgress = 0;
Definition: GUIDialog.h:35
void FrameMove() override
Main update function, called every frame prior to rendering Any window that requires updating on a fr...
Definition: GUIDialogSeekBar.cpp:53
Definition: GUIMessage.h:365
Definition: GUIDialogSeekBar.h:13