11 #include "pvr/windows/GUIWindowPVRBase.h" 26 bool OnAction(
const CAction& action)
override;
28 bool Update(
const std::string& strDirectory,
bool updateFilterPath =
true)
override;
32 bool ActionShowTimer(
const CFileItem& item);
34 std::shared_ptr<CFileItem> m_currentFileItem;
Definition: GUIWindowPVRBase.h:54
void UpdateButtons() override
Updates the states.
Definition: GUIWindowPVRTimersBase.cpp:92
Definition: ContextMenuManager.h:24
bool Update(const std::string &strDirectory, bool updateFilterPath=true) override
Retrieves the items from the given path and updates the list.
Definition: GUIWindowPVRTimersBase.cpp:69
Represents a list of files.
Definition: FileItem.h:702
Definition: GUIWindowPVRTimersBase.h:19
Class encapsulating information regarding a particular user action to be sent to windows and controls...
Definition: Action.h:21
Definition: GUIMessage.h:365
void OnPrepareFileItems(CFileItemList &items) override
On prepare file items.
Definition: GUIWindowPVRTimersBase.cpp:54
Represents a file on a share.
Definition: FileItem.h:102