Package _Framework :: Module SubjectSlot :: Class SlotManager
[hide private]
[frames] | no frames]

Class SlotManager

source code

                       object --+        
                                |        
    Disconnectable.Disconnectable --+    
                                    |    
Disconnectable.CompoundDisconnectable --+
                                        |
                                       SlotManager

Holds references to a number of slots. Disconnecting it clears all of them and unregisters them from the system.

Instance Methods [hide private]
 
register_slot(self, *a, **k) source code
 
register_slot_manager(self, *a, **k) source code

Inherited from Disconnectable.CompoundDisconnectable: __init__, disconnect, disconnect_disconnectable, find_disconnectable, has_disconnectable, register_disconnectable, unregister_disconnectable

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

Properties [hide private]

Inherited from object: __class__