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

Public Member Functions

bool HasInfoForItem (const CFileItem &item) const
 Check whether OnInfo supports the given item. More...
 
bool OnInfo (const CFileItem &item)
 Process info action for the given item. More...
 
std::shared_ptr< CFileItemLoadItem (const CFileItem &item)
 Load item details (create recording info tag etc.). More...
 

Member Function Documentation

◆ HasInfoForItem()

bool PVR::CPVRGUIActionsUtils::HasInfoForItem ( const CFileItem item) const

Check whether OnInfo supports the given item.

Parameters
itemThe item.
Returns
True if supported, false otherwise.

◆ LoadItem()

std::shared_ptr< CFileItem > PVR::CPVRGUIActionsUtils::LoadItem ( const CFileItem item)

Load item details (create recording info tag etc.).

Parameters
itemThe item.
Returns
Loaded item on success, nullptr otherwise.

◆ OnInfo()

bool PVR::CPVRGUIActionsUtils::OnInfo ( const CFileItem item)

Process info action for the given item.

Parameters
itemThe item.
Returns
True on success, false otherwise.

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