[KGUI Index] [KGUI Hierarchy] [Headers]
Represents a Component that is available for use in the GUI builder More...
#include <component.h>
Inherits: QObject (qt)
Represents a Component that is available for use in the GUI builder. These are created by a Package.
[public]
Create a component named 'name' and with the specified short description.
[public]
User visible name for this component type.
[public virtual]
Pixmap to be used for instances of this component in the tree view (and also elsewhere)
[public]
User visible short description for this component type.
[public]
The number of super-Components that contribute to this component.
[public]
Return the super-Component at index n.
[public]
Adds a new Component to the list. Each super can provide properties
[public]
The Package that provided this Component.
[public]
Set the Package that provides this component.
[public virtual]
Create an Instance of this Component, with the specified Instance as parent.
[public virtual]
Create a view of the specified Instance with the specified widget as the parent view. The properties of the QWidget are updated from the Instance using updateView().
[public virtual]
Update the specified view using the properties of the specified Instance.
| Kdoc |