14.06.2023

This commit is contained in:
Plotnikov
2023-06-14 18:08:32 +03:00
parent b0a0566f19
commit bdf6eab9ec
221 changed files with 203557 additions and 585 deletions

View File

@@ -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 {