deLanguagePackEntry Class Reference

Language Pack Entry. More...

#include <deLanguagePackEntry.h>

List of all members.

Public Member Functions

Constructors and Destructors
 deLanguagePackEntry (const char *name)
 Creates a new translator entry object with the given name.
 ~deLanguagePackEntry ()
 Cleans up the translator.
Management
const char * GetName () const
 Retrieves the name of the entry.
const decUnicodeStringGetText () const
 Retrieves the text.
void SetText (const decUnicodeString &text)
 Sets the text.

Detailed Description

Language Pack Entry.

Provides translations from external files. A language pack contains a large list of entries which assign translations to a name. This list is not very optimal which is why the translator exists to fetch the translations from language packs organizing them in a section/entry list.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

deLanguagePackEntry::deLanguagePackEntry ( const char *  name )

Creates a new translator entry object with the given name.

deLanguagePackEntry::~deLanguagePackEntry (  )

Cleans up the translator.


Member Function Documentation

const char* deLanguagePackEntry::GetName (  ) const [inline]

Retrieves the name of the entry.

const decUnicodeString& deLanguagePackEntry::GetText (  ) const [inline]

Retrieves the text.

void deLanguagePackEntry::SetText ( const decUnicodeString text )

Sets the text.


The documentation for this class was generated from the following file: