11 #include "DialogGameVideoSelect.h"    29   std::string GetHeading() 
override;
    30   void PreInit() 
override;
    32   void OnItemFocus(
unsigned int index) 
override;
    33   unsigned int GetFocusedItem() 
const override;
    34   void PostExit() 
override;
    35   bool OnClickAction() 
override;
    38   void InitVideoFilters();
    40   static void GetProperties(
const CFileItem& item,
    41                             std::string& videoFilter,
    42                             std::string& description);
    47   bool m_bHasDescription = 
false;
 Definition: DialogGameVideoSelect.h:30
Represents a list of files. 
Definition: FileItem.h:702
Definition: AudioDecoder.h:18
Definition: DialogGameVideoFilter.h:21
Represents a file on a share. 
Definition: FileItem.h:102