MythTV
master
mythtv
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
void
load_real(
const
QString &module_name);
34
35
static
class
MythTranslationPrivate
d
;
36
};
37
38
#endif
MythTranslationPrivate
Definition:
mythtranslation.cpp:18
MythTranslation
Definition:
mythtranslation.h:11
d
static const iso6937table * d
Definition:
iso6937tables.cpp:1025
mythbaseexp.h
MBASE_PUBLIC
#define MBASE_PUBLIC
Definition:
mythbaseexp.h:15
Generated on Wed Oct 1 2025 21:05:29 for MythTV by
1.9.4