• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kdecore
 

kdecore

Public Member Functions | List of all members
KAboutTranslator Class Reference

#include <kaboutdata.h>

Public Member Functions

 KAboutTranslator (const TQString &name=TQString::null, const TQString &emailAddress=TQString::null)
 
TQString name () const
 
TQString 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 134 of file kaboutdata.h.

Constructor & Destructor Documentation

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

Convenience constructor.

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

Definition at line 57 of file kaboutdata.cpp.

Member Function Documentation

TQString KAboutTranslator::emailAddress ( ) const

The translator's email.

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

Definition at line 69 of file kaboutdata.cpp.

TQString KAboutTranslator::name ( ) const

The translator's name.

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

Definition at line 64 of file kaboutdata.cpp.


The documentation for this class was generated from the following files:
  • kaboutdata.h
  • kaboutdata.cpp

kdecore

Skip menu "kdecore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdecore

Skip menu "kdecore"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kdecore by doxygen 1.8.11
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |