
Public Member Functions | |
| def | __init__ |
| def | closeEvent |
| def | perspective_changed |
| def | restore_settings |
| def | restore_state |
| def | save_settings |
| def | save_setup |
Static Public Attributes | |
| tuple | save_settings_before_close_signal = Signal(Settings, Settings) |
Private Member Functions | |
| def | _restore_geometry_from_perspective |
| def | _restore_state_from_perspective |
| def | _save_geometry_to_perspective |
| def | _save_state_to_perspective |
Private Attributes | |
| _global_settings | |
| _perspective_settings | |
| _save_on_close_signaled | |
| _settings | |
Main window of the application managing the geometry and state of all top-level widgets.
Definition at line 38 of file main_window.py.
| def qt_gui.main_window.MainWindow.__init__ | ( | self | ) |
Definition at line 44 of file main_window.py.
| def qt_gui.main_window.MainWindow._restore_geometry_from_perspective | ( | self | ) | [private] |
Definition at line 107 of file main_window.py.
| def qt_gui.main_window.MainWindow._restore_state_from_perspective | ( | self | ) | [private] |
Definition at line 121 of file main_window.py.
| def qt_gui.main_window.MainWindow._save_geometry_to_perspective | ( | self | ) | [private] |
Definition at line 96 of file main_window.py.
| def qt_gui.main_window.MainWindow._save_state_to_perspective | ( | self | ) | [private] |
Definition at line 111 of file main_window.py.
| def qt_gui.main_window.MainWindow.closeEvent | ( | self, | |
| event | |||
| ) |
Definition at line 53 of file main_window.py.
| def qt_gui.main_window.MainWindow.perspective_changed | ( | self, | |
| name | |||
| ) |
Definition at line 93 of file main_window.py.
| def qt_gui.main_window.MainWindow.restore_settings | ( | self, | |
| global_settings, | |||
| perspective_settings | |||
| ) |
Definition at line 73 of file main_window.py.
| def qt_gui.main_window.MainWindow.restore_state | ( | self | ) |
Definition at line 88 of file main_window.py.
| def qt_gui.main_window.MainWindow.save_settings | ( | self, | |
| global_settings, | |||
| perspective_settings | |||
| ) |
Definition at line 64 of file main_window.py.
| def qt_gui.main_window.MainWindow.save_setup | ( | self | ) |
Definition at line 82 of file main_window.py.
Definition at line 44 of file main_window.py.
Definition at line 44 of file main_window.py.
Definition at line 44 of file main_window.py.
Definition at line 44 of file main_window.py.
tuple qt_gui::main_window.MainWindow::save_settings_before_close_signal = Signal(Settings, Settings) [static] |
Definition at line 42 of file main_window.py.