class KAboutPerson

This structure is used to store information about a person or developer. More...

Definition#include <kaboutdata.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

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 )

KAboutPerson

Convenience constructor

Parameters:
_nameThe name of the person.
_taskThe task of this person. This string should be marked for translation, e.g. I18N_NOOP("Task description....")
_emailAddressThe email address of the person.
_webAddressHomepage of the person.

 KAboutPerson ()

KAboutPerson

QString  name ()

name

[const]

The person's name

QString  task ()

task

[const]

The person's task

QString  emailAddress ()

emailAddress

[const]

The person's email address

QString  webAddress ()

webAddress

[const]

The homepage or a relevant link


Generated by: dfaure on kde.faure.org on Thu Jan 17 22:15:01 2002, using kdoc 2.0a53.