mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/MI-38.git
synced 2026-01-24 00:25:38 +03:00
14.06.2023
This commit is contained in:
@@ -34,7 +34,6 @@ public:
|
||||
// QString questLyXtoHTML(QString answer);
|
||||
void addQuestInteraction(QDomNode domLearnNode, QString question, QStringList answers);
|
||||
QDomNode searchSVGNodeForSpanNode(QDomNode node);
|
||||
void connectRefsWithLabels();
|
||||
|
||||
QStringList lyxList;
|
||||
QStringList lyxLog;
|
||||
@@ -58,22 +57,10 @@ public:
|
||||
};
|
||||
QList<acronymStruct> acronymList;
|
||||
struct labelStruct {
|
||||
int itemInd;
|
||||
QString lyxLabel, id;
|
||||
bool defined = false;
|
||||
bool used = false;
|
||||
QString nodeXPath;
|
||||
int lineNum;
|
||||
bool defined;
|
||||
};
|
||||
QList<labelStruct> labelList;
|
||||
struct refStruct {
|
||||
int itemInd;
|
||||
QString lyxRef;
|
||||
bool labelFound;
|
||||
QString nodeXPath;
|
||||
int lineNum;
|
||||
};
|
||||
QList<refStruct> refList;
|
||||
int cntTable, cntFigure, cntPar;
|
||||
|
||||
struct cellStruct {
|
||||
|
||||
Reference in New Issue
Block a user