| Trees | Index | Help |
|
|---|
| Package ZenEvents :: Module EventClassInst :: Class EventClassPropertyMixin |
|
object --+
|
EventClassPropertyMixin
EventClass,
EventClassInst| Method Summary | |
|---|---|
applyTransform(self,
evt,
device)
| |
Modify event with values taken from dict Inst. | |
Test our transform by compiling it. | |
Inherited from object:
__init__,
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
| |
| Class Variable Summary | |
|---|---|
str |
transform = ''
|
tuple |
_properties = ({'type': 'text', 'id': 'transform', 'mode...
|
| Method Details |
|---|
applyValues(self, evt)Modify event with values taken from dict Inst. Any non-None property values are applied to the event. |
testTransformStyle(self)Test our transform by compiling it. |
| Class Variable Details |
|---|
transform
|
_properties
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Aug 16 09:55:11 2007 | http://epydoc.sf.net |