Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Loading...
Searching...
No Matches
gaia.GaiaWindow Class Reference
+ 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
 

Detailed Description

Definition at line 151 of file gaia.py.

Constructor & Destructor Documentation

◆ __init__()

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:

Member Function Documentation

◆ __send_status()

gaia.GaiaWindow.__send_status (   self)
private

Definition at line 182 of file gaia.py.

References foo, gaia.GaiaWindow.gaiaWidget, and gaia.GaiaWindow.ivy.

◆ closeEvent()

None gaia.GaiaWindow.closeEvent (   self,
QtGui.QCloseEvent  e 
)

Definition at line 199 of file gaia.py.

References foo, and gaia.GaiaWindow.ivy.

◆ setUpdateInterval()

◆ updateInterval()

Field Documentation

◆ __send_status

gaia.GaiaWindow.__send_status
private

Definition at line 164 of file gaia.py.

◆ gaiaWidget

gaia.GaiaWindow.gaiaWidget

Definition at line 155 of file gaia.py.

Referenced by gaia.GaiaWindow.__send_status().

◆ ivy

gaia.GaiaWindow.ivy

Definition at line 161 of file gaia.py.

Referenced by gaia.GaiaWindow.__send_status(), and gaia.GaiaWindow.closeEvent().

◆ timer

gaia.GaiaWindow.timer

Definition at line 162 of file gaia.py.

Referenced by gaia.GaiaWindow.setUpdateInterval(), and gaia.GaiaWindow.updateInterval().


The documentation for this class was generated from the following file: