Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
PVR::CPVRGUIActionsUtils Class Reference

#include <PVRGUIActionsUtils.h>

Inheritance diagram for PVR::CPVRGUIActionsUtils:
PVR::IPVRComponent

Public Member Functions

 CPVRGUIActionsUtils ()=default
 
 ~CPVRGUIActionsUtils () override=default
 
bool HasInfoForItem (const CFileItem &item) const
 Check whether OnInfo supports the given item.
 
bool OnInfo (const CFileItem &item)
 Process info action for the given item.
 
std::shared_ptr< CFileItemLoadItem (const CFileItem &item)
 Load item details (create recording info tag etc.).
 
- Public Member Functions inherited from PVR::IPVRComponent
virtual ~IPVRComponent ()=default
 

Constructor & Destructor Documentation

◆ CPVRGUIActionsUtils()

PVR::CPVRGUIActionsUtils::CPVRGUIActionsUtils ( )
default

◆ ~CPVRGUIActionsUtils()

PVR::CPVRGUIActionsUtils::~CPVRGUIActionsUtils ( )
overridedefault

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: