mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/MI-38.git
synced 2026-01-24 02:35:38 +03:00
14.06.2023
This commit is contained in:
35
s1000d/Converter14_Source/console.h
Normal file
35
s1000d/Converter14_Source/console.h
Normal file
@@ -0,0 +1,35 @@
|
||||
#ifndef CONSOLE_H
|
||||
#define CONSOLE_H
|
||||
|
||||
#include <QObject>
|
||||
#include "s1000d_manager.h"
|
||||
#include "editormainwindow.h"
|
||||
#include "ru_const.h"
|
||||
#include "lyx.h"
|
||||
#include "html.h"
|
||||
#include <QElapsedTimer>
|
||||
|
||||
class console
|
||||
{
|
||||
//Q_OBJECT
|
||||
public:
|
||||
console();
|
||||
int exec(int argc, char *argv[]);
|
||||
void printHelp();
|
||||
|
||||
QString lyxFile, dstPath;
|
||||
QList<QString> packageNames;
|
||||
bool exportSCORM, exportS1000D;
|
||||
QString delYYY(QString st);
|
||||
bool isCodingFilled();
|
||||
bool isCodingFilledRecurs(int ind);
|
||||
|
||||
S1000D_Manager SM;
|
||||
LyX lyx;
|
||||
HTML html;
|
||||
RU_Const ru_const;
|
||||
QStringList tmpStrList;
|
||||
QList<int> tmpIntList;
|
||||
};
|
||||
|
||||
#endif // CONSOLE_H
|
||||
Reference in New Issue
Block a user