[KGUI Index] [KGUI Hierarchy] [Headers]
Represents a Package of Components More...
#include <package.h>
Represents a Package of Components.
[public]
Create a package.
name | The name of the package (as seen by the user) |
helpURL | The URL for help on this package. |
desc | The description of the package (short) |
[public]
Return the name of the Package.
[public]
Return the description of the Package.
[public virtual]
Return the URL for help on this package. If the URL is relative, then it is taken relative to the packages subdirectory of the kgui documentation tree.
[public virtual]
Pixmap to be used for this package in the tree view (and also elsewhere). You should override this to return a custom pixmap.
[public]
Add a component to the package
| Kdoc |