markRegion
-
class markRegion
The DiffView class update entries and generates image.xml files for mark region feature.
To insert image/equation/table in the html pages markRegion class provides features to do so. It also keeps entries of such changes in a document.
See also
Public Functions
-
void updateEntries(QDomDocument, QString, QString, QString, int)
Updating entries for figure/table/equation pagewise in image.xml.
It uses QDomDocument module for handling the XML and updating the values into it.
See also
qInstallMessageHandler()
- Parameters:
document –
filename –
PageNo –
s2 –
i –
-
void createImageInfoXMLFile()
Genearte image.xml for figure/table/equation entries and initialize these values by 1 iff when this file does not exist.
See also
qInstallMessageHandler()
-
void updateEntries(QDomDocument, QString, QString, QString, int)