SceneItem

base class for all drawing scene items.

Members

Functions

afterDraw
void afterDraw()
Undocumented in source. Be warned that the author may not have intended to support it.
beforeDraw
void beforeDraw()
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw()
Undocumented in source.

Properties

needSaveConfiguration
bool needSaveConfiguration [@property getter]

when true, save configuration before drawing, and restore after drawing

persistent
bool persistent [@property getter]

when true, don't destroy item after drawing, since it's owned by some other component

Meta