Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "PVRContextMenus.h"
#include "ContextMenuItem.h"
#include "FileItem.h"
#include "ServiceBroker.h"
#include "guilib/LocalizeStrings.h"
#include "pvr/PVRManager.h"
#include "pvr/addons/PVRClient.h"
#include "pvr/addons/PVRClientMenuHooks.h"
#include "pvr/addons/PVRClients.h"
#include "pvr/channels/PVRChannel.h"
#include "pvr/channels/PVRChannelGroupsContainer.h"
#include "pvr/epg/EpgInfoTag.h"
#include "pvr/guilib/PVRGUIActionsEPG.h"
#include "pvr/guilib/PVRGUIActionsPlayback.h"
#include "pvr/guilib/PVRGUIActionsRecordings.h"
#include "pvr/guilib/PVRGUIActionsTimers.h"
#include "pvr/recordings/PVRRecording.h"
#include "pvr/recordings/PVRRecordings.h"
#include "pvr/recordings/PVRRecordingsPath.h"
#include "pvr/timers/PVRTimerInfoTag.h"
#include "pvr/timers/PVRTimers.h"
#include "pvr/timers/PVRTimersPath.h"
#include "settings/Settings.h"
#include "settings/SettingsComponent.h"
#include "utils/URIUtils.h"
#include <memory>
#include <string>
Classes | |
class | PVR::CONTEXTMENUITEM::PVRClientMenuHook |
Namespaces | |
namespace | PVR |
namespace | PVR::CONTEXTMENUITEM |
Macros | |
#define | DECL_STATICCONTEXTMENUITEM(clazz) |
#define | DECL_CONTEXTMENUITEM(clazz) |
#define DECL_CONTEXTMENUITEM | ( | clazz | ) |
#define DECL_STATICCONTEXTMENUITEM | ( | clazz | ) |