KAboutPerson Class Reference
This structure is used to store information about a person or developer. More...
#include <kaboutdata.h>
Public Member Functions | |
KAboutPerson (const char *name, const char *task, const char *emailAddress, const char *webAddress) | |
Convenience constructor. | |
QString | name () const |
The person's name. | |
QString | task () const |
The person's task. | |
QString | emailAddress () const |
The person's email address. | |
QString | webAddress () const |
The home page or a relevant link. |
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 home page. This class is intended for use in the KAboutData class, but it can be used elsewhere as well. Normally you should at least define the person's name.
Definition at line 39 of file kaboutdata.h.
Constructor & Destructor Documentation
|
Convenience constructor.
Definition at line 55 of file kaboutdata.h. References KStdAction::name(). |
Member Function Documentation
|
The person's name.
Definition at line 29 of file kaboutdata.cpp. References QString::fromUtf8(). |
|
The person's task.
Definition at line 35 of file kaboutdata.cpp. |
|
The person's email address.
Definition at line 44 of file kaboutdata.cpp. References QString::fromUtf8(). |
|
The home page or a relevant link.
Definition at line 51 of file kaboutdata.cpp. References QString::fromUtf8(). |
The documentation for this class was generated from the following files: