Package SmootLight :: Package behaviors :: Module AddPixelEvent :: Class AddPixelEvent
[hide private]
[frames] | no frames]

Class AddPixelEvent

source code

                                    object --+        
                                             |        
operationscore.SmootCoreObject.SmootCoreObject --+    
                                                 |    
                  operationscore.Behavior.Behavior --+
                                                     |
                                                    AddPixelEvent

AddPixelEvent is a behavior to append an arbitrary PixelEvent to a behavior response. The classname of the PixelEvent should be specified in the Class field of Args. All arguments normally passed to the PixelEvent should also be specified in Args.

Instance Methods [hide private]
 
behaviorInit(self) source code
 
processResponse(self, sensors, recurses) source code

Inherited from operationscore.Behavior.Behavior: addInput, addInputs, addMapper, addMapperToResponse, getLastOutput, immediateProcessInput, init, setLastOutput, timeStep

Inherited from operationscore.SmootCoreObject.SmootCoreObject: __contains__, __getitem__, __getiter__, __init__, __setitem__, acquireLock, addDieListener, className, die, releaseLock, removeDieListener, validateArgDict, validateArgs

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

Static Methods [hide private]

Inherited from operationscore.Behavior.Behavior: deepCopyPacket

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

behaviorInit(self)

source code 
Overrides: operationscore.Behavior.Behavior.behaviorInit

processResponse(self, sensors, recurses)

source code 
Overrides: operationscore.Behavior.Behavior.processResponse