The SWORD Project
1.9.0.svnversion
|
#include <swlocale.h>
Classes | |
class | Private |
Public Member Functions | |
virtual void | augment (SWLocale &addFrom) |
virtual struct abbrev * | getBookAbbrevs (int *retSize) |
virtual const char * | getDescription () |
virtual const char * | getEncoding () |
virtual const char * | getName () |
virtual SWLocale & | operator+= (SWLocale &addFrom) |
SWLocale (const char *ifilename) | |
virtual const char * | translate (const char *text) |
virtual | ~SWLocale () |
Static Public Attributes | |
static const char * | DEFAULT_LOCALE_NAME ="en" |
Private Attributes | |
int | abbrevsCnt |
struct abbrev * | bookAbbrevs |
const char ** | bookLongNames |
const char ** | bookPrefAbbrev |
char * | description |
char * | encoding |
SWConfig * | localeSource |
char * | name |
Private * | p |
SWLocale is used for the localisation of the booknames The SWLocale is a class which holds the information of one language. Every language supported by SWORD has one SWLocale object, get the name of the Language using
Definition at line 39 of file swlocale.h.
SWLocale::SWLocale | ( | const char * | ifilename | ) |
Definition at line 51 of file swlocale.cpp.
|
virtual |
Definition at line 86 of file swlocale.cpp.
|
virtual |
Definition at line 173 of file swlocale.cpp.
|
virtual |
Definition at line 178 of file swlocale.cpp.
|
virtual |
Definition at line 163 of file swlocale.cpp.
|
virtual |
Definition at line 168 of file swlocale.cpp.
|
virtual |
This function is used to get the name of the languages which this object is handling.
Definition at line 158 of file swlocale.cpp.
Definition at line 73 of file swlocale.h.
Definition at line 106 of file swlocale.cpp.
|
private |
Definition at line 53 of file swlocale.h.
|
private |
Definition at line 52 of file swlocale.h.
|
private |
Definition at line 54 of file swlocale.h.
|
private |
Definition at line 55 of file swlocale.h.
|
static |
Definition at line 75 of file swlocale.h.
|
private |
Definition at line 50 of file swlocale.h.
|
private |
Definition at line 51 of file swlocale.h.
|
private |
Definition at line 47 of file swlocale.h.
|
private |
Definition at line 49 of file swlocale.h.
|
private |
Definition at line 43 of file swlocale.h.