Package vtrace :: Module qt :: Class VQTraceNotifier
[hide private]
[frames] | no frames]

Class VQTraceNotifier

source code

        object --+    
                 |    
notifiers.Notifier --+
                     |
                    VQTraceNotifier
Known Subclasses:

A bit of shared mixin code for the handling of vtrace notifier callbacks in various VQTreeViews...

Instance Methods [hide private]
 
__init__(self, trace=None)
All extenders *must* call this.
source code
 
notify(*args, **kwargs) source code

Inherited from notifiers.Notifier: handleEvent

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, trace=None)
(Constructor)

source code 

All extenders *must* call this. Mostly because all the goop necissary for the remote debugging stuff... (if notifier is instantiated on server, all is well, if it's on the client it needs a proxy...)

Overrides: object.__init__
(inherited documentation)

notify(*args, **kwargs)

source code 
Decorators:
  • @idlethreadsync
Overrides: notifiers.Notifier.notify