Defines

Additive flags
[Variables]

These flags are added to the type field of the variable. More...

Collaboration diagram for Additive flags:

Defines

#define VLC_VAR_HASCHOICE   0x0100
#define VLC_VAR_HASMIN   0x0200
#define VLC_VAR_HASMAX   0x0400
#define VLC_VAR_HASSTEP   0x0800
#define VLC_VAR_ISCOMMAND   0x2000
#define VLC_VAR_DOINHERIT   0x8000
 Creation flag.

Detailed Description

These flags are added to the type field of the variable.

Most as a result of a var_Change() call, but some may be added at creation time


Define Documentation

#define VLC_VAR_DOINHERIT   0x8000
#define VLC_VAR_HASCHOICE   0x0100
#define VLC_VAR_HASMAX   0x0400

Referenced by CheckValue(), and var_Change().

#define VLC_VAR_HASMIN   0x0200

Referenced by CheckValue(), and var_Change().

#define VLC_VAR_HASSTEP   0x0800

Referenced by CheckValue(), and var_Change().

#define VLC_VAR_ISCOMMAND   0x2000
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines