Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
INFO Namespace Reference

Classes

class  CSkinVariable
 
class  CSkinVariableString
 
class  InfoBool
 Base class, wrapping boolean conditions and expressions. More...
 
class  InfoExpression
 Class to wrap active boolean expressions. More...
 
class  InfoSingle
 Class to wrap active boolean conditions. More...
 

Typedefs

typedef std::shared_ptr< InfoBoolInfoPtr
 

Variables

constexpr int DEFAULT_CONTEXT = 0
 

Typedef Documentation

◆ InfoPtr

typedef std::shared_ptr<InfoBool> INFO::InfoPtr

Variable Documentation

◆ DEFAULT_CONTEXT

constexpr int INFO::DEFAULT_CONTEXT = 0
constexpr

Default context of the INFO interface

Note
when info conditions are evaluated different contexts can be passed. Context usually refers to the window ids where the conditions are being evaluated. By default conditions, skin variables and labels are initialized using the DEFAULT_CONTEXT value unless specifically bound to a given window.