Package Camelot :: Package camelot :: Package view :: Package model_thread :: Module signal_slot_model_thread
[frames] | no frames]

Module signal_slot_model_thread

source code

Created on Sep 9, 2009

@author: tw55413

Classes
  Task
  TaskHandler
A task handler is an object that handles tasks that appear in a queue, when its handle_task method is called, it will sequentially handle all tasks that are in the queue.
  SignalSlotModelThread
A model thread implementation that uses signals and slots to communicate between the model thread and the gui thread
Functions
 
synchronized(original_function)
Decorator for synchronized access to an object, the object should have an attribute _mutex which is of type QMutex
source code
Variables
  logger = logging.getLogger('camelot.view.model_thread.signal_s...
  __package__ = 'Camelot.camelot.view.model_thread'
Variables Details

logger

Value:
logging.getLogger('camelot.view.model_thread.signal_slot_model_thread'\
)