Go to the source code of this file.
Data Structures | |
| class | ConfigControl |
| class | KeyConfigControl |
| class | ModuleConfigControl |
| class | StringConfigControl |
| class | StringListConfigControl |
| class | FileConfigControl |
| class | IntegerConfigControl |
| class | IntegerListConfigControl |
| class | RangedIntConfigControl |
| class | FloatConfigControl |
| class | BoolConfigControl |
Functions | |
| ConfigControl * | CreateConfigControl (vlc_object_t *, module_config_t *, HWND, HINSTANCE, int *) |
| ConfigControl* CreateConfigControl | ( | vlc_object_t * | , | |
| module_config_t * | , | |||
| HWND | , | |||
| HINSTANCE | , | |||
| int * | ||||
| ) |
References CONFIG_ITEM_BOOL, CONFIG_ITEM_FLOAT, CONFIG_ITEM_KEY, CONFIG_ITEM_MODULE, CONFIG_ITEM_STRING, module_config_t::i_list, and module_config_t::i_type.
Referenced by PrefsPanel::PrefsPanel().
1.5.6