![]() |
QtLingo 1
QtLingo is an Application to make Qt Computer Translations easier
|
Tranlator Parser. More...
#include <MyTranlatorParser.h>
Public Member Functions | |
MyTranlatorParser (MyLanguageModel *thisLanguageModel=nullptr, QObject *parent=nullptr) | |
Translation Files Constructor. MyTranslationFiles. More... | |
base_node::base_node_ptr | parse_ts_file (const QString &inputFile) |
parse_ts_file More... | |
bool | parse_txt_file (const QString &inputFile, visitors::map_QStringQString &strings) |
parse_txt_file More... | |
void | toTXT (const QString &inputFile, const QString &outputDir, bool with_unfinished, bool with_vanished, bool unfinished_only) |
toTXT More... | |
void | toTS (const QString &inputDir, const QString &outputFile, const QString &langid) |
toTS More... | |
void | setDebugMessage (bool thisState) |
set Debug Message More... | |
bool | getDebugMessage () |
get Debug Message More... | |
void | setMessage (const QString &thisMessage) |
set Message More... | |
Tranlator Parser.
Definition at line 20 of file MyTranlatorParser.h.
|
explicit |
Translation Files Constructor. MyTranslationFiles.
Definition at line 7 of file MyTranlatorParser.cpp.
bool MyTranlatorParser::getDebugMessage | ( | ) |
get Debug Message
base_node::base_node_ptr MyTranlatorParser::parse_ts_file | ( | const QString & | inputFile | ) |
parse_ts_file
parse ts file. parse_ts_file
Definition at line 15 of file MyTranlatorParser.cpp.
bool MyTranlatorParser::parse_txt_file | ( | const QString & | inputFile, |
visitors::map_QStringQString & | strings | ||
) |
void MyTranlatorParser::setDebugMessage | ( | bool | thisState | ) |
set Debug Message
void MyTranlatorParser::setMessage | ( | const QString & | thisMessage | ) |
set Message
void MyTranlatorParser::toTS | ( | const QString & | inputDir, |
const QString & | outputFile, | ||
const QString & | langid | ||
) |
toTS
void MyTranlatorParser::toTXT | ( | const QString & | inputFile, |
const QString & | outputDir, | ||
bool | with_unfinished, | ||
bool | with_vanished, | ||
bool | unfinished_only | ||
) |
toTXT