Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
GUIDialogMediaFilter.cpp File Reference

Macros

#define CONTROL_HEADING   2
 
#define CONTROL_OKAY_BUTTON   28
 
#define CONTROL_CANCEL_BUTTON   29
 
#define CONTROL_CLEAR_BUTTON   30
 
#define CHECK_ALL   -1
 
#define CHECK_NO   0
 
#define CHECK_YES   1
 
#define CHECK_LABEL_ALL   593
 
#define CHECK_LABEL_NO   106
 
#define CHECK_LABEL_YES   107
 

Enumerations

enum class  SearchOperator
 

Macro Definition Documentation

◆ CHECK_ALL

#define CHECK_ALL   -1

◆ CHECK_LABEL_ALL

#define CHECK_LABEL_ALL   593

◆ CHECK_LABEL_NO

#define CHECK_LABEL_NO   106

◆ CHECK_LABEL_YES

#define CHECK_LABEL_YES   107

◆ CHECK_NO

#define CHECK_NO   0

◆ CHECK_YES

#define CHECK_YES   1

◆ CONTROL_CANCEL_BUTTON

#define CONTROL_CANCEL_BUTTON   29

◆ CONTROL_CLEAR_BUTTON

#define CONTROL_CLEAR_BUTTON   30

◆ CONTROL_HEADING

#define CONTROL_HEADING   2

◆ CONTROL_OKAY_BUTTON

#define CONTROL_OKAY_BUTTON   28

Enumeration Type Documentation

◆ SearchOperator