KAboutTranslator Class Reference
This structure is used to store information about a translator. More...
#include <kaboutdata.h>
Collaboration diagram for KAboutTranslator:

Public Member Functions | |
KAboutTranslator (const QString &name=QString::null, const QString &emailAddress=QString::null) | |
QString | name () const |
QString | emailAddress () const |
Detailed Description
This structure is used to store information about a translator.It can store the translator's name and an email address. 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 translator's name.
It's not possible to use KAboutPerson for this, because KAboutPerson stores internally only const char* pointers, but the translator information is generated dynamically from the translation of a dummy string.
Definition at line 131 of file kaboutdata.h.
Constructor & Destructor Documentation
|
Convenience constructor.
|
Member Function Documentation
|
The translator's name.
|
|
The translator's email.
|
The documentation for this class was generated from the following files: