11 #include "DialogGameVideoSelect.h" 35 std::string GetHeading()
override;
36 void PreInit()
override;
38 void OnItemFocus(
unsigned int index)
override;
39 unsigned int GetFocusedItem()
const override;
40 void PostExit()
override;
41 bool OnClickAction()
override;
42 bool OnMenuAction()
override;
43 bool OnOverwriteAction()
override;
44 bool OnRenameAction()
override;
45 bool OnDeleteAction()
override;
54 void InitSavedGames();
55 void OnItemRefresh(
const std::string& itemPath,
const std::shared_ptr<CGUIListItem>& itemInfo);
74 static CFileItemPtr TranslateMessageItem(
const std::string& messagePath,
75 const std::shared_ptr<CGUIListItem>& messageItem);
78 const CFileItemPtr m_newSaveItem;
79 unsigned int m_focusedItemIndex =
false;
Definition: DialogGameVideoSelect.h:30
Represents a list of files.
Definition: FileItem.h:725
Definition: AudioDecoder.h:18
Definition: GUIMessage.h:365
Definition: DialogInGameSaves.h:24
Represents a file on a share.
Definition: FileItem.h:102