Represents any object in a Kst window. This is an abstract object and may not be instantiated directly.
Inherits: Object
Collection class: ViewObjectCollection
resize ( size )
move ( pos )
findChild ( pos )
convertTo ( type )
raiseToTop ( )
lowerToBottom ( )
raise ( )
lower ( )
remove ( )
Size size - The new size for the object.
Point pos - The position to move the object to.
Point pos - The relative position to search.
string type - The type to attempt to convert this object to.
The location of the object relative to its parent.
The size of the object in pixels.
The number of columns the children are organized into. If this value is modified, onGrid is set to true.
If true, this object is maximized relative to its parent. This is a temporary state whereby the plot uses all the space available in the parent but can be restored to normal size again.
The minimum size of the view object.
The list of all children of this view object in z-order from the furthest back to the closest to the top. This is a reference to a collection which may be modified, but cannot be set.
Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team