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

tdecore

Public Member Functions | List of all members
TDEAboutTranslator Class Reference

#include <tdeaboutdata.h>

Public Member Functions

 TDEAboutTranslator (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 TDEAboutData 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 TDEAboutPerson for this, because TDEAboutPerson 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 tdeaboutdata.h.

Constructor & Destructor Documentation

◆ TDEAboutTranslator()

TDEAboutTranslator::TDEAboutTranslator ( 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 tdeaboutdata.cpp.

Member Function Documentation

◆ emailAddress()

TQString TDEAboutTranslator::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 tdeaboutdata.cpp.

◆ name()

TQString TDEAboutTranslator::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 tdeaboutdata.cpp.


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

tdecore

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

tdecore

Skip menu "tdecore"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdecore by doxygen 1.9.4
This website is maintained by Timothy Pearson.