Method Summary |
|
demo(self)
|
|
draw(self)
|
|
getBounds (self)
Return outer boundary as x1,y1,x2,y2. |
|
provideNode (self)
Override this to create your own node. |
Inherited from PropHolder |
|
__setattr__ (self,
name,
value)
By default we verify. |
|
dumpProperties (self,
prefix)
Convenience. |
|
getProperties (self,
recur)
Returns a list of all properties which can be edited and which are not
marked as private. |
|
setProperties (self,
propDict)
Permits bulk setting of properties. |
|
verify (self)
If the _attrMap attribute is not None, this checks all expected
attributes are present; no unwanted attributes are present; and (if a
checking function is found) checks each attribute has a valid value. |
Inherited from _DrawTimeResizeable |
|
_drawTimeResize (self,
w,
h)
|