Package Camelot :: Package camelot :: Package view :: Module remote_signals
[frames] | no frames]

Module remote_signals

source code

Classes to connect the QT event loop with a messaging server. To enable multiple clients to push model updates to each other or messages for the users.

As a messaging server, Apache active MQ was tested in combination with the stomp library (http://docs.codehaus.org/display/STOMP/Python)

Classes
  SignalHandler
Functions
 
construct_signal_handler(*args, **kwargs) source code
 
get_signal_handler() source code
 
has_signal_handler() source code
QTextStream
bin(QTextStream) source code
QTextStream
hex(QTextStream) source code
QTextStream
oct(QTextStream) source code
Variables
  logger = logging.getLogger('remote_signals')
  _signal_handler_ = []
  PYQT_VERSION = 263938
  PYQT_VERSION_STR = '4.7.2'
  QT_VERSION = 263682
  QT_VERSION_STR = '4.6.2'
  QtCriticalMsg = 2
  QtDebugMsg = 0
  QtFatalMsg = 3
  QtSystemMsg = 2
  QtWarningMsg = 1
  __package__ = 'Camelot.camelot.view'