Package ZenEvents :: Module EventClass' :: Class EventClassPropertyMixin
[hide private]
[frames] | no frames]

Class EventClassPropertyMixin

source code

object --+
         |
        EventClass'.EventClassPropertyMixin
Known Subclasses:
EventClass, EventClassInst

Instance Methods [hide private]
 
applyTransform(self, evt, device) source code
 
applyValues(self, evt)
Modify event with values taken from dict Inst.
source code
 
testTransformStyle(self)
Test our transform by compiling it.
source code

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

Class Variables [hide private]
  _properties = ({'id': 'transform', 'mode': 'w', 'type': 'text'})
  transform = ''
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

applyValues(self, evt)

source code 
Modify event with values taken from dict Inst. Any non-None property values are applied to the event.