All 3D objects derive from this class.
|
|
__init__(self,
maestro_objects=[])
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
hide(self)
Hide the object. |
|
|
|
|
show(self)
Display this object, if it was hidden |
|
|
|
|
groupHidden(self)
Called when the group of this object is hidden. |
|
|
|
|
groupShown(self)
Called when the group of this object is shown. |
|
|
|
|
isShown(self)
Returns True if this object shown. |
|
|
|
|
isGroupShown(self)
Returns True if this object's group is shown. |
|
|
|
|
setEntryID(self,
entry_id)
Sets entry ID for Maestro object (necessary to render in
tile-by-entry mode. |
|
|
|
|
setRightClickOnGObject(self,
pymodule,
pyfunc)
Sets the python callback which should be called whenever given
graphics object is right clicked. |
|
|
|
|
setIsGlowing(self,
is_glowing)
Enables or disables glow effect for the object. |
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|