Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
PVRGUIActions.h File Reference
#include <memory>
#include <string>
#include "threads/CriticalSection.h"
#include "pvr/PVRChannelNumberInputHandler.h"
#include "pvr/PVRGUIChannelNavigator.h"
#include "pvr/PVRSettings.h"
#include "pvr/PVRTypes.h"

Classes

class  PVR::CPVRChannelSwitchingInputHandler
 
class  PVR::CPVRGUIActions
 

Namespaces

namespace  PVR
 

Typedefs

typedef std::shared_ptr< CFileItemCFileItemPtr
 

Enumerations

enum  PVR::PlaybackType { PVR::PlaybackTypeAny = 0 , PVR::PlaybackTypeTV , PVR::PlaybackTypeRadio }
 
enum class  PVR::ParentalCheckResult { PVR::CANCELED , PVR::FAILED , PVR::SUCCESS }
 

Typedef Documentation

◆ CFileItemPtr

typedef std::shared_ptr<CFileItem> CFileItemPtr