Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIDialogPVRRadioRDSInfo.h"
#include "GUIUserMessages.h"
#include "ServiceBroker.h"
#include "guilib/GUIMessage.h"
#include "guilib/GUISpinControl.h"
#include "guilib/GUITextBox.h"
#include "guilib/LocalizeStrings.h"
#include "pvr/PVRManager.h"
#include "pvr/PVRPlaybackState.h"
#include "pvr/channels/PVRChannel.h"
#include "pvr/channels/PVRRadioRDSInfoTag.h"
Macros | |
#define | CONTROL_BTN_OK 10 |
#define | SPIN_CONTROL_INFO 21 |
#define | TEXT_INFO 22 |
#define | CONTROL_NEXT_PAGE 60 |
#define | CONTROL_INFO_LIST 70 |
#define | INFO_NEWS 1 |
#define | INFO_NEWS_LOCAL 2 |
#define | INFO_SPORT 3 |
#define | INFO_WEATHER 4 |
#define | INFO_LOTTERY 5 |
#define | INFO_STOCK 6 |
#define | INFO_OTHER 7 |
#define | INFO_CINEMA 8 |
#define | INFO_HOROSCOPE 9 |
#define CONTROL_BTN_OK 10 |
#define CONTROL_INFO_LIST 70 |
#define CONTROL_NEXT_PAGE 60 |
#define INFO_CINEMA 8 |
#define INFO_HOROSCOPE 9 |
#define INFO_LOTTERY 5 |
#define INFO_NEWS 1 |
#define INFO_NEWS_LOCAL 2 |
#define INFO_OTHER 7 |
#define INFO_SPORT 3 |
#define INFO_STOCK 6 |
#define INFO_WEATHER 4 |
#define SPIN_CONTROL_INFO 21 |
#define TEXT_INFO 22 |