
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 37 of file main_window.py.
| def qt_gui.main_window.MainWindow.__init__ | ( | self | ) |
Definition at line 43 of file main_window.py.
| def qt_gui.main_window.MainWindow._restore_geometry_from_perspective | ( | self | ) | [private] |
Definition at line 106 of file main_window.py.
| def qt_gui.main_window.MainWindow._restore_state_from_perspective | ( | self | ) | [private] |
Definition at line 120 of file main_window.py.
| def qt_gui.main_window.MainWindow._save_geometry_to_perspective | ( | self | ) | [private] |
Definition at line 95 of file main_window.py.
| def qt_gui.main_window.MainWindow._save_state_to_perspective | ( | self | ) | [private] |
Definition at line 110 of file main_window.py.
| def qt_gui.main_window.MainWindow.closeEvent | ( | self, | |
| event | |||
| ) |
Definition at line 52 of file main_window.py.
| def qt_gui.main_window.MainWindow.perspective_changed | ( | self, | |
| name | |||
| ) |
Definition at line 92 of file main_window.py.
| def qt_gui.main_window.MainWindow.restore_settings | ( | self, | |
| global_settings, | |||
| perspective_settings | |||
| ) |
Definition at line 72 of file main_window.py.
| def qt_gui.main_window.MainWindow.restore_state | ( | self | ) |
Definition at line 87 of file main_window.py.
| def qt_gui.main_window.MainWindow.save_settings | ( | self, | |
| global_settings, | |||
| perspective_settings | |||
| ) |
Definition at line 63 of file main_window.py.
| def qt_gui.main_window.MainWindow.save_setup | ( | self | ) |
Definition at line 81 of file main_window.py.
Definition at line 43 of file main_window.py.
Definition at line 43 of file main_window.py.
Definition at line 43 of file main_window.py.
Definition at line 43 of file main_window.py.
tuple qt_gui::main_window.MainWindow::save_settings_before_close_signal = Signal(Settings, Settings) [static] |
Definition at line 41 of file main_window.py.