MythTV master
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
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
36};
37
38#endif
static const iso6937table * d
#define MBASE_PUBLIC
Definition: mythbaseexp.h:15