|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
Inheritance diagram for gaia.GaiaWindow:
Collaboration diagram for gaia.GaiaWindow:Public Member Functions | |
| None | __init__ (self, QWidget|None parent=None, QtCore.Qt.WindowFlags|QtCore.Qt.WindowType flags=QtCore.Qt.WindowType.Window) |
| setUpdateInterval (self, int msec) | |
| int | updateInterval (self) |
| None | closeEvent (self, QtGui.QCloseEvent e) |
Data Fields | |
| gaiaWidget | |
| ivy | |
| timer | |
Private Member Functions | |
| __send_status (self) | |
Private Attributes | |
| __send_status | |
| None gaia.GaiaWindow.__init__ | ( | self, | |
| QWidget | None | parent = None, |
||
| QtCore.Qt.WindowFlags | QtCore.Qt.WindowType | flags = QtCore.Qt.WindowType.Window |
||
| ) |
Definition at line 152 of file gaia.py.
References gaia.GaiaWindow.__init__(), and foo.
Referenced by gaia.GaiaWindow.__init__().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 182 of file gaia.py.
References foo, gaia.GaiaWindow.gaiaWidget, and gaia.GaiaWindow.ivy.
| None gaia.GaiaWindow.closeEvent | ( | self, | |
| QtGui.QCloseEvent | e | ||
| ) |
Definition at line 199 of file gaia.py.
References foo, and gaia.GaiaWindow.ivy.
| gaia.GaiaWindow.setUpdateInterval | ( | self, | |
| int | msec | ||
| ) |
Definition at line 175 of file gaia.py.
References foo, TimICConfig.timer, sys_time.timer, SuperbitRF.timer, Dc_Ctrl_Parrot_Mykonos.timer, HackHD.timer, nav_catapult_struct.timer, takeoff_detect_struct.timer, spektrum_sat_t.timer, invensense2_t.timer, invensense3_t.timer, invensense3_456_t.timer, and gaia.GaiaWindow.timer.
| int gaia.GaiaWindow.updateInterval | ( | self | ) |
Definition at line 178 of file gaia.py.
References foo, TimICConfig.timer, sys_time.timer, SuperbitRF.timer, Dc_Ctrl_Parrot_Mykonos.timer, HackHD.timer, nav_catapult_struct.timer, takeoff_detect_struct.timer, spektrum_sat_t.timer, invensense2_t.timer, invensense3_t.timer, invensense3_456_t.timer, and gaia.GaiaWindow.timer.
| gaia.GaiaWindow.gaiaWidget |
Definition at line 155 of file gaia.py.
Referenced by gaia.GaiaWindow.__send_status().
| gaia.GaiaWindow.ivy |
Definition at line 161 of file gaia.py.
Referenced by gaia.GaiaWindow.__send_status(), and gaia.GaiaWindow.closeEvent().
| gaia.GaiaWindow.timer |
Definition at line 162 of file gaia.py.
Referenced by gaia.GaiaWindow.setUpdateInterval(), and gaia.GaiaWindow.updateInterval().