12 #include "utils/Stopwatch.h" 13 #include "view/GUIViewControl.h" 23 bool OnAction(
const CAction &action)
override;
24 bool OnBack(
int actionID)
override;
26 bool HasListItems()
const override {
return true; }
27 CFileItemPtr GetCurrentListItem(
int offset = 0)
override;
28 int GetViewContainerID()
const override {
return m_viewControl.GetCurrentControl(); }
32 void OnWindowLoaded()
override;
33 void OnWindowUnload()
override;
35 void SetLabel(
int iControl,
const std::string& strLabel);
37 bool OnPopupMenu(
int iItem);
void FrameMove() override
Main update function, called every frame prior to rendering Any window that requires updating on a fr...
Definition: GUIWindowLoginScreen.cpp:145
Definition: GUIViewControl.h:19
Definition: Stopwatch.h:14
Represents a list of files.
Definition: FileItem.h:725
void OnInitWindow() override
Called on window open.
Definition: GUIWindowLoginScreen.cpp:161
Class encapsulating information regarding a particular user action to be sent to windows and controls...
Definition: Action.h:21
Definition: GUIWindowLoginScreen.h:17
Definition: GUIMessage.h:365
Definition: GUIWindow.h:58