Package Class Reference

[KGUI Index] [KGUI Hierarchy] [Headers]


Represents a Package of Components More...

#include <package.h>

Public Members

Private Members


Detailed Description

Represents a Package of Components.


Package(const char *name, const char *desc, const char *helpURL= 0) [public]

Create a package.

Parameters:
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)

const char* name() [public]

Return the name of the Package.

const char* description() [public]

Return the description of the Package.

const char* helpURL() [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.

QPixmap pixmap() [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.

void addComponent(Component *) [public]

Add a component to the package


  • Author: Richard Moore
  • Documentation generated by rich@pegasus on Sat Apr 17 17:09:53 BST 1999
Kdoc