Class: Group
Prev
Next

Class: Group

A customizable group object.

Inherits: ViewObject

Collection class: ViewObjectCollection

Constructors:

Methods:

Group ( ViewObject parent )

  • ViewObject parent - The parent to place the new arrow in. May also be a string containing the name of an existing ViewObject.

Creates a new arrow and places it in the ViewObject parent.

Group ( Window window )

  • Window window - The window to place the new arrow in. May also be a string containing the name of an existing Window.

Creates a new arrow and places it in the Window window.

void append ( Object newObj )

  • Object newObj - The new object to append to the collection.

Appends a new object to the end of the collection.

void prepend ( Object newObj )

  • Object newObj - The new object to prepend to the collection.

Prepends a new object to the start of the collection.

void ungroup ( )

Removes all objects from the collection.

Prev
Next
Home


Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team