
Public Member Functions | |
| PreferencesWindow (intf_thread_t *p_intf, BRect frame, const char *name) | |
| virtual | ~PreferencesWindow () |
| virtual bool | QuitRequested () |
| virtual void | MessageReceived (BMessage *message) |
| virtual void | FrameResized (float, float) |
| void | Update () |
| void | Apply (bool doIt) |
| void | ReallyQuit () |
| PreferencesWindow::PreferencesWindow | ( | intf_thread_t * | p_intf, | |
| BRect | frame, | |||
| const char * | name | |||
| ) |
References _, Apply(), module_t::b_submodule, CONFIG_CATEGORY, config_CategoryHelpGet(), config_CategoryNameGet(), CONFIG_ITEM, CONFIG_SUBCATEGORY, FIND_ANYWHERE, i, vlc_list_t::i_count, module_config_t::i_type, msg_Warn, ConfigItem::ObjectId(), module_t::p_config, p_item, vlc_value_t::p_object, vlc_list_t::p_values, PREFS_APPLY, PREFS_DEFAULTS, PREFS_ITEM_SELECTED, PREFS_SAVE, PREFS_WINDOW_HEIGHT, PREFS_WINDOW_WIDTH, module_t::psz_object_name, module_t::psz_shortname, TYPE_CATEGORY, TYPE_MODULE, TYPE_SUBCATEGORY, vlc_list_find(), and vlc_list_release().
| PreferencesWindow::~PreferencesWindow | ( | ) | [virtual] |
| bool PreferencesWindow::QuitRequested | ( | ) | [virtual] |
| void PreferencesWindow::MessageReceived | ( | BMessage * | message | ) | [virtual] |
References Apply(), config_ResetAll, config_SaveConfigFile, PREFS_APPLY, PREFS_DEFAULTS, PREFS_ITEM_SELECTED, PREFS_SAVE, and Update().
| void PreferencesWindow::FrameResized | ( | float | width, | |
| float | height | |||
| ) | [virtual] |
References ConfigItem::UpdateScrollBar().
| void PreferencesWindow::Update | ( | ) |
References ConfigItem::Box(), ConfigItem::ResetScroll(), and ConfigItem::UpdateScrollBar().
Referenced by MessageReceived().
| void PreferencesWindow::Apply | ( | bool | doIt | ) |
| void PreferencesWindow::ReallyQuit | ( | ) |
1.5.6