|
|
This structure is used to store information about a person or developer. It can store the person's name, a task, an email address and a link to a homepage. This class is intended for use in the KAboutProgram class, but it can be used elsewhere as well. Normally you should at least define the person's name.
KAboutPerson ( const char *_name, const char *_task, const char *_emailAddress, const char *_webAddress ) |
Convenience constructor
Parameters:
_name | The name of the person. |
_task | The task of this person. This string should be marked for translation, e.g. I18N_NOOP("Task description....") |
_emailAddress | The email address of the person. |
_webAddress | Homepage of the person. |
KAboutPerson () |
QString name () |
The person's name
QString task () |
The person's task
QString emailAddress () |
The person's email address
QString webAddress () |
The homepage or a relevant link
Generated by: root@tantive.terraplex.com on Sun Feb 27 17:39:19 2000, using kdoc 2.0a33. |