
Public Member Functions | |
| PrefsPanel () | |
| PrefsPanel (HWND parent, HINSTANCE hInst, intf_thread_t *_p_intf, PrefsDialog *, module_t *p_module, char *, char *, ConfigTreeData *) | |
| virtual | ~PrefsPanel () |
| void | Hide () |
| void | Show () |
| void | ApplyChanges () |
Data Fields | |
| HWND | config_window |
| int | oldvalue |
| int | maxvalue |
| PrefsPanel::PrefsPanel | ( | ) | [inline] |
| PrefsPanel::PrefsPanel | ( | HWND | parent, | |
| HINSTANCE | hInst, | |||
| intf_thread_t * | _p_intf, | |||
| PrefsDialog * | _p_prefs_dialog, | |||
| module_t * | p_module, | |||
| char * | psz_name, | |||
| char * | psz_help, | |||
| ConfigTreeData * | config_data | |||
| ) |
References _, _FROMMB, CBaseWindow::BaseWndProc(), CONFIG_CATEGORY, CONFIG_SUBCATEGORY, config_window, CreateConfigControl(), CreateWindow(), module_value_t::i, ConfigTreeData::i_object_id, ConfigTreeData::i_subcat_id, module_config_t::i_type, ConfigTreeData::i_type, maxvalue, module_config_get(), module_get_object(), module_GetLongName, module_list_get(), msg_Warn, oldvalue, p_item, ConfigTreeData::p_module, ConfigTreeData::psz_name, TYPE_CATEGORY, TYPE_CATSUBCAT, TYPE_MODULE, TYPE_SUBCATEGORY, module_config_t::value, and VLC_OBJECT.
| virtual PrefsPanel::~PrefsPanel | ( | ) | [inline, virtual] |
| void PrefsPanel::Hide | ( | ) |
| void PrefsPanel::Show | ( | ) |
| void PrefsPanel::ApplyChanges | ( | ) |
References CONFIG_ITEM_BOOL, CONFIG_ITEM_DIRECTORY, CONFIG_ITEM_FILE, CONFIG_ITEM_FLOAT, CONFIG_ITEM_INTEGER, CONFIG_ITEM_KEY, CONFIG_ITEM_MODULE, CONFIG_ITEM_STRING, config_PutFloat, config_PutInt, config_PutPsz, ConfigControl::GetFloatValue(), ConfigControl::GetIntValue(), ConfigControl::GetName(), ConfigControl::GetPszValue(), ConfigControl::GetType(), i, vlc_value_t::i_int, intf_thread_t::p_libvlc, and var_Set.
Referenced by PrefsTreeCtrl::ApplyChanges().
Referenced by Hide(), PrefsPanel(), Show(), and PrefsDialog::WndProc().
Referenced by PrefsPanel(), and PrefsDialog::WndProc().
Referenced by PrefsPanel(), and PrefsDialog::WndProc().
1.5.6