class KAboutTranslator

This structure is used to store information about a translator. 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 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.

 KAboutTranslator (const QString & name=QString::null, const QString & emailAddress=QString::null)

KAboutTranslator

Convenience constructor

Parameters:
nameThe name of the person.
emailAddressThe email address of the person.

QString  name ()

name

[const]

The translator's name

Returns: the translators's name (can be QString::null, if it has been constructed with a null name)

QString  emailAddress ()

emailAddress

[const]

The translator's email

Returns: the translator's email address (can be QString::null, if it has been constructed with a null email)


Generated by: caleb on tcdevel on Tue Jan 28 12:54:04 2003, using kdoc $.