Classes | Functions | Variables
qt_listener Namespace Reference

Classes

class  Window
 Classes. More...

Functions

def shutdown

Variables

tuple app = QtGui.QApplication(sys.argv)
 Main.
tuple result = app.exec_()
tuple timer = QtCore.QTimer()
tuple window = Window()

Function Documentation

def qt_listener.shutdown (   signal_number,
  unused_frame 
)
We have to catch any SIGINT's before the qt engine catches them
because we have to ensure we shut down gracefully with ros so that
it doesn't leave a zombie node on the ros master.

Other signals are ok, qt handles them.

Definition at line 58 of file qt_listener.py.


Variable Documentation

tuple qt_listener::app = QtGui.QApplication(sys.argv)

Main.

Definition at line 79 of file qt_listener.py.

tuple qt_listener::result = app.exec_()

Definition at line 90 of file qt_listener.py.

tuple qt_listener::timer = QtCore.QTimer()

Definition at line 87 of file qt_listener.py.

Definition at line 80 of file qt_listener.py.



rocon_qt_listener
Author(s): Daniel Stonier
autogenerated on Fri Feb 12 2016 02:50:14