The structure describing a variable. More...

Data Fields | |
| char * | psz_name |
| The variable unique name (must be first). | |
| vlc_value_t | val |
| The variable's exported value. | |
| char * | psz_text |
| The variable display name, mainly for use by the interfaces. | |
| const variable_ops_t * | ops |
| int | i_type |
| The type of the variable. | |
| unsigned | i_usage |
| Reference count. | |
| vlc_value_t | min |
| If the variable has min/max/step values. | |
| vlc_value_t | max |
| vlc_value_t | step |
| int | i_default |
| Index of the default choice, if the variable is to be chosen in a list. | |
| vlc_list_t | choices |
| List of choices. | |
| vlc_list_t | choices_text |
| List of friendly names for the choices. | |
| bool | b_incallback |
| Set to TRUE if the variable is in a callback. | |
| int | i_entries |
| Number of registered callbacks. | |
| callback_entry_t * | p_entries |
| Array of registered callbacks. | |
The structure describing a variable.
Set to TRUE if the variable is in a callback.
Referenced by TriggerCallback(), var_Create(), and WaitUnused().
List of choices.
Referenced by CheckValue(), Destroy(), var_Change(), and var_Create().
List of friendly names for the choices.
Referenced by Destroy(), var_Change(), and var_Create().
Index of the default choice, if the variable is to be chosen in a list.
Referenced by CheckValue(), var_Change(), and var_Create().
Number of registered callbacks.
Referenced by Destroy(), DumpVariable(), TriggerCallback(), var_AddCallback(), var_Create(), and var_DelCallback().
The type of the variable.
Referenced by CheckValue(), DumpVariable(), var_Change(), var_Create(), var_GetAndSet(), var_GetChecked(), var_SetChecked(), and var_Type().
| unsigned variable_t::i_usage |
Reference count.
Referenced by var_Create(), and var_Destroy().
Referenced by CheckValue(), and var_Change().
If the variable has min/max/step values.
Referenced by CheckValue(), and var_Change().
| const variable_ops_t* variable_t::ops |
Referenced by CheckValue(), Destroy(), var_Change(), var_Create(), var_GetChecked(), and var_SetChecked().
Array of registered callbacks.
Referenced by Destroy(), TriggerCallback(), var_AddCallback(), var_Create(), and var_DelCallback().
| char* variable_t::psz_name |
The variable unique name (must be first).
Referenced by Destroy(), DumpVariable(), var_Create(), and varcmp().
| char* variable_t::psz_text |
The variable display name, mainly for use by the interfaces.
Referenced by Destroy(), DumpVariable(), var_Change(), and var_Create().
Referenced by CheckValue(), and var_Change().
The variable's exported value.
Referenced by Destroy(), DumpVariable(), TriggerCallback(), var_Change(), var_Create(), var_GetAndSet(), var_GetChecked(), var_SetChecked(), and var_TriggerCallback().
1.7.1