Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
GUIDialogSmartPlaylistRule.cpp File Reference

Macros

#define CONTROL_FIELD   15
 
#define CONTROL_OPERATOR   16
 
#define CONTROL_VALUE   17
 
#define CONTROL_OK   18
 
#define CONTROL_CANCEL   19
 
#define CONTROL_BROWSE   20
 

Functions

std::pair< std::string, intOperatorLabel (CDatabaseQueryRule::SEARCH_OPERATOR op)
 

Macro Definition Documentation

◆ CONTROL_BROWSE

#define CONTROL_BROWSE   20

◆ CONTROL_CANCEL

#define CONTROL_CANCEL   19

◆ CONTROL_FIELD

#define CONTROL_FIELD   15

◆ CONTROL_OK

#define CONTROL_OK   18

◆ CONTROL_OPERATOR

#define CONTROL_OPERATOR   16

◆ CONTROL_VALUE

#define CONTROL_VALUE   17

Function Documentation

◆ OperatorLabel()

std::pair< std::string, int > OperatorLabel ( CDatabaseQueryRule::SEARCH_OPERATOR op)