kodi
Public Member Functions | List of all members
PVR::CPVRGUIActionsRecordings Class Reference
Inheritance diagram for PVR::CPVRGUIActionsRecordings:
Inheritance graph
[legend]
Collaboration diagram for PVR::CPVRGUIActionsRecordings:
Collaboration graph
[legend]

Public Member Functions

bool ShowRecordingInfo (const CFileItem &item) const
 Open a dialog with information for a given recording. More...
 
bool EditRecording (const CFileItem &item) const
 Open the recording settings dialog to edit a recording. More...
 
bool CanEditRecording (const CFileItem &item) const
 Check if any recording settings can be edited. More...
 
bool DeleteRecording (const CFileItem &item) const
 Delete a recording, always showing a confirmation dialog. More...
 
bool DeleteWatchedRecordings (const CFileItem &item) const
 Delete all watched recordings contained in the given folder, always showing a confirmation dialog. More...
 
bool DeleteAllRecordingsFromTrash () const
 Delete all recordings from trash, always showing a confirmation dialog. More...
 
bool UndeleteRecording (const CFileItem &item) const
 Undelete a recording. More...
 

Member Function Documentation

◆ CanEditRecording()

bool CPVRGUIActionsRecordings::CanEditRecording ( const CFileItem item) const

Check if any recording settings can be edited.

Parameters
itemcontaining the recording to edit.
Returns
true on success, false otherwise.

◆ DeleteAllRecordingsFromTrash()

bool CPVRGUIActionsRecordings::DeleteAllRecordingsFromTrash ( ) const

Delete all recordings from trash, always showing a confirmation dialog.

Returns
true, if the recordings were permanently deleted successfully, false otherwise.

◆ DeleteRecording()

bool CPVRGUIActionsRecordings::DeleteRecording ( const CFileItem item) const

Delete a recording, always showing a confirmation dialog.

Parameters
itemcontaining a recording to delete.
Returns
true, if the recording was deleted successfully, false otherwise.

◆ DeleteWatchedRecordings()

bool CPVRGUIActionsRecordings::DeleteWatchedRecordings ( const CFileItem item) const

Delete all watched recordings contained in the given folder, always showing a confirmation dialog.

Parameters
itemcontaining a recording folder containing the items to delete.
Returns
true, if the recordings were deleted successfully, false otherwise.

◆ EditRecording()

bool CPVRGUIActionsRecordings::EditRecording ( const CFileItem item) const

Open the recording settings dialog to edit a recording.

Parameters
itemcontaining the recording to edit.
Returns
true on success, false otherwise.

◆ ShowRecordingInfo()

bool CPVRGUIActionsRecordings::ShowRecordingInfo ( const CFileItem item) const

Open a dialog with information for a given recording.

Parameters
itemcontaining a recording.
Returns
true on success, false otherwise.

◆ UndeleteRecording()

bool CPVRGUIActionsRecordings::UndeleteRecording ( const CFileItem item) const

Undelete a recording.

Parameters
itemcontaining a recording to undelete.
Returns
true, if the recording was undeleted successfully, false otherwise.

The documentation for this class was generated from the following files: