MythTV
master
libs
libmythbase
mythtranslation.h
Go to the documentation of this file.
1
#ifndef MYTHTRANSLATION_H_
2
#define MYTHTRANSLATION_H_
3
4
#include <QTranslator>
5
#include <QString>
6
#include <QMap>
7
8
#include "
mythbaseexp.h
"
9
10
class
MBASE_PUBLIC
MythTranslation
11
{
12
13
public
:
14
static
QMap<QString, QString> getLanguages(
void
);
15
19
static
void
load(
const
QString &module_name);
20
23
static
void
unload(
const
QString &module_name);
24
28
static
void
reload();
29
30
static
bool
LanguageChanged(
void
);
31
32
protected
:
33
static
class
MythTranslationPrivate
d
;
34
};
35
36
#endif
mythbaseexp.h
MBASE_PUBLIC
#define MBASE_PUBLIC
Definition:
mythbaseexp.h:15
MythTranslation
Definition:
mythtranslation.h:10
d
static const iso6937table * d
Definition:
iso6937tables.cpp:1025
MythTranslationPrivate
Definition:
mythtranslation.cpp:16
Generated on Sat Dec 2 2023 03:22:26 for MythTV by
1.8.17