11 #include "windows/GUIMediaWindow.h" 24 bool OnSelect(
int item)
override;
25 void GetContextButtons(
int itemNumber,
CContextButtons &buttons)
override;
26 bool OnContextButton(
int itemNumber, CONTEXT_BUTTON button)
override;
29 std::string GetRootPath()
const override {
return "events://"; }
31 bool OnSelect(
const CFileItemPtr& item);
32 bool OnDelete(
const CFileItemPtr& item);
33 bool OnExecute(
const CFileItemPtr& item);
35 void OnEventAdded(
const CFileItemPtr& item);
36 void OnEventRemoved(
const CFileItemPtr& item);
void UpdateButtons() override
Updates the states.
Definition: GUIWindowEventLog.cpp:180
Represents a list of files.
Definition: FileItem.h:713
Definition: GUIWindowEventLog.h:13
Definition: GUIMessage.h:365
Definition: GUIDialogContextMenu.h:95
bool GetDirectory(const std::string &strDirectory, CFileItemList &items) override
Overwrite to fill fileitems from a source.
Definition: GUIWindowEventLog.cpp:199