|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIDialogPVRGuideSearch.h"#include <utility>#include "ServiceBroker.h"#include "addons/kodi-addon-dev-kit/include/kodi/xbmc_pvr_types.h"#include "guilib/GUIMessage.h"#include "guilib/GUIEditControl.h"#include "guilib/LocalizeStrings.h"#include "utils/StringUtils.h"#include "pvr/PVRManager.h"#include "pvr/channels/PVRChannelGroupsContainer.h"#include "pvr/epg/EpgSearchFilter.h"Macros | |
| #define | CONTROL_EDIT_SEARCH 9 |
| #define | CONTROL_BTN_INC_DESC 10 |
| #define | CONTROL_BTN_CASE_SENS 11 |
| #define | CONTROL_SPIN_MIN_DURATION 12 |
| #define | CONTROL_SPIN_MAX_DURATION 13 |
| #define | CONTROL_EDIT_START_DATE 14 |
| #define | CONTROL_EDIT_STOP_DATE 15 |
| #define | CONTROL_EDIT_START_TIME 16 |
| #define | CONTROL_EDIT_STOP_TIME 17 |
| #define | CONTROL_SPIN_GENRE 18 |
| #define | CONTROL_SPIN_NO_REPEATS 19 |
| #define | CONTROL_BTN_UNK_GENRE 20 |
| #define | CONTROL_SPIN_GROUPS 21 |
| #define | CONTROL_BTN_FTA_ONLY 22 |
| #define | CONTROL_SPIN_CHANNELS 23 |
| #define | CONTROL_BTN_IGNORE_TMR 24 |
| #define | CONTROL_BTN_CANCEL 25 |
| #define | CONTROL_BTN_SEARCH 26 |
| #define | CONTROL_BTN_IGNORE_REC 27 |
| #define | CONTROL_BTN_DEFAULTS 28 |
| #define CONTROL_BTN_CANCEL 25 |
| #define CONTROL_BTN_CASE_SENS 11 |
| #define CONTROL_BTN_DEFAULTS 28 |
| #define CONTROL_BTN_FTA_ONLY 22 |
| #define CONTROL_BTN_IGNORE_REC 27 |
| #define CONTROL_BTN_IGNORE_TMR 24 |
| #define CONTROL_BTN_INC_DESC 10 |
| #define CONTROL_BTN_SEARCH 26 |
| #define CONTROL_BTN_UNK_GENRE 20 |
| #define CONTROL_EDIT_SEARCH 9 |
| #define CONTROL_EDIT_START_DATE 14 |
| #define CONTROL_EDIT_START_TIME 16 |
| #define CONTROL_EDIT_STOP_DATE 15 |
| #define CONTROL_EDIT_STOP_TIME 17 |
| #define CONTROL_SPIN_CHANNELS 23 |
| #define CONTROL_SPIN_GENRE 18 |
| #define CONTROL_SPIN_GROUPS 21 |
| #define CONTROL_SPIN_MAX_DURATION 13 |
| #define CONTROL_SPIN_MIN_DURATION 12 |
| #define CONTROL_SPIN_NO_REPEATS 19 |