Package motherhamster :: Module editor :: Class EditorThreaded

Class EditorThreaded



object --+    
         |    
EditorBase --+
             |
            EditorThreaded

The EditorThreaded class implements a level editor whose windows run in another thread. It expects it's public interface to be called from the main thread (the one that created the "EditorThreaded")

Instance Methods
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
Activate(self)
 
Kill(self)
 
DropApp(self)
 
IsActive(self)
 
hamsterwheel_event(self, eventtype)

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

Properties

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: EditorBase.__init__

Activate(self)

 
Overrides: EditorBase.Activate

Kill(self)

 
Overrides: EditorBase.Kill

hamsterwheel_event(self, eventtype)

 
Overrides: EditorBase.hamsterwheel_event