Part of vmc.gtk.controllers.application View In Hierarchy
| Method | __init__ | Undocumented |
| Method | start_network_stats_timer | Starts the timer that updates the speed stats on screen |
| Method | stop_network_stats_timer | Stops the network stats timer |
| Method | on_illegal_operation | Undocumented |
| Method | invalid_dns_handler | Handler called when wvdial recibes invalid DNS |
| Method | disconnected_handler | Handler called when wvdial dies before connecting |
| Method | device_removed_handler | Handler called when wvdial recibes invalid DNS |
| Method | device_added_handler | Handler for the device_added signal |
| Method | try_to_configure_device | Undocumented |
Inherited from BaseApplicationController:
| Method | _quit_or_minimize | Undocumented |
| Method | quit_application | Closes open connections and exits the application |
| Method | start | Overrides the register_view method and starts the whole thing up |
| Method | _setup_signals | Undocumented |
| Method | start_device_activities | Undocumented |
| Method | _setup_menubar_hacks | Undocumented |
| Method | _empty_treeviews | Undocumented |
| Method | _fill_contacts | Fills the contacts treeview with SIM & DB contacts |
| Method | _fill_messages | Fills the messages treeview with SIM & DB SMS |
| Method | _fill_treeviews | Fills the treeviews with SMS and contacts from the SIM and DB |
| Method | _update_usage_panel | Undocumented |
| Method | _update_usage_session | Undocumented |
| Method | usage_notifier | Undocumented |
| Method | update_usage_view | Undocumented |
| Method | setup | Presents the main screen and configures profiles and devices |
| Method | paint_initial_values | Sets the signal level and network name in the GUI |
| Method | _network_reg_cb | Undocumented |
| Method | _change_signal_level | Undocumented |
| Method | _hide_splash_and_show_ourselves | Undocumented |
| Method | on_quit_menu_item_activate | Undocumented |
| Method | _build_profiles_menu | Undocumented |
| Method | on_tools_menu_item_activate | Undocumented |
| Method | on_diagnostics_item_activate | Undocumented |
| Method | on_help_topics_menuitem_activate | Undocumented |
| Method | on_about_menu_item_activate | Undocumented |
| Method | on_change_pin1_menu_item_child_activate | Undocumented |
| Method | on_request_pin1_activate | Undocumented |
| Method | on_new_profile_menuitem_activate | Undocumented |
| Method | on_inspect_menu_item_activate | Undocumented |
| Method | on_preferences_menu_item_activate | Undocumented |
| Method | on_mobile1_activate | Undocumented |
| Method | on_import_contacts1_activate | Undocumented |
| Method | on_export_contacts1_activate | Undocumented |
| Method | on_connect_button_toggled | Undocumented |
| Method | on_sms_menu_item_activate | Undocumented |
| Method | on_usage_menu_item_activate | Undocumented |
| Method | on_support_menu_item_activate | Undocumented |
| Method | on_minimize_menu_item_activate | Undocumented |
| Method | on_sms_preferences_activate | Undocumented |
| Method | on_mail_button_clicked | Undocumented |
| Method | on_sms_button_toggled | Undocumented |
| Method | on_internet_button_clicked | Undocumented |
| Method | on_usage_button_clicked | Undocumented |
| Method | on_support_button_toggled | Undocumented |
| Method | on_new_contact_menu_item_activate | Undocumented |
| Method | on_search_contact_menu_item_activate | Undocumented |
| Method | on_new_sms_activate | Undocumented |
| Method | on_reply_sms_no_quoting_menu_item_activate | Undocumented |
| Method | on_reply_sms_quoting_menu_item_activate | Undocumented |
| Method | on_forward_sms_menu_item_activate | Undocumented |
| Method | on_add_contact_menu_item_activate | Undocumented |
| Method | on_delete_menu_item_activate | Undocumented |
| Method | on_generic_treeview_row_button_press_event | Undocumented |
| Method | on_cursor_changed_treeview_event | Undocumented |
| Method | on_main_notebook_switch_page | Callback for whenever VMC's main notebook is switched |
| Method | _name_contact_cell_edited | Handler for the cell-edited signal of the name column |
| Method | _number_contact_cell_edited | Handler for the cell-edited signal of the number column |
| Method | _setup_trayicon | Attaches VMC's trayicon to the systray |
| Method | _detach_trayicon | Detachs VMC's trayicon from the systray |
| Method | _show_hide_window | Undocumented |
| Method | _row_activated_tv | Undocumented |
| Method | _check_if_connected | Returns True if connected or the user doesn't cares is not connected |
| Method | __on_treeview_key_press | Handler for key_press_button in treeviews |
| Method | delete_entries | Deletes the entries selected in the treeview |
| Method | _send_sms_to_contact | Undocumented |
| Method | get_trayicon_popup_menu | Returns a popup menu when you right click on the trayicon |
| Method | get_contacts_popup_menu | Returns a popup menu for the contacts treeview |
| Method | get_generic_popup_menu | Returns a popup menu for the rest of treeviews |
| Method | _save_sms_to_draft | This will save the selected SMS to the drafts tv and the DB |
| Method | _use_detail_add_contact | Handler for the use detail menu |
| Method | get_obj_from_selected_row | Returns the data from the selected row |
Inherited from WidgetController (via BaseApplicationController):
| Method | hide_widgets | Hides all the widgets that we're weeping track of |
| Method | append_widget | Appends a widget to self._widgets
|