11 #include "GUIWindowVideoBase.h" 21 bool OnAction(
const CAction &action)
override;
22 bool OnBack(
int actionID)
override;
23 bool OnSelect(
int iItem)
override;
26 bool OnPlayMedia(
int iItem,
const std::string &player =
"")
override;
30 void GetContextButtons(
int itemNumber,
CContextButtons &buttons)
override;
31 bool OnContextButton(
int itemNumber, CONTEXT_BUTTON button)
override;
33 void OnMove(
int iItem,
int iAction);
36 void RemovePlayListItem(
int iItem);
37 bool MoveCurrentPlayListItem(
int iItem,
int iAction,
bool bUpdate =
true);
38 void MoveItem(
int iStart,
int iDest);
Represents a list of files.
Definition: FileItem.h:702
void SavePlayList()
Save current playlist to playlist folder.
Definition: GUIWindowVideoPlaylist.cpp:469
Class encapsulating information regarding a particular user action to be sent to windows and controls...
Definition: Action.h:21
bool OnPlayMedia(int iItem, const std::string &player="") override
On media play.
Definition: GUIWindowVideoPlaylist.cpp:420
void OnPrepareFileItems(CFileItemList &items) override
On prepare file items.
Definition: GUIWindowVideoPlaylist.cpp:61
Definition: GUIWindowVideoBase.h:23
Definition: GUIMessage.h:365
Definition: GUIWindowVideoPlaylist.h:13
Definition: GUIDialogContextMenu.h:93
void UpdateButtons() override
Updates the states.
Definition: GUIWindowVideoPlaylist.cpp:320