![]() |
Scribus
Open source desktop publishing at your fingertips
|
It create a error/warning list for CheckDocument GUI class. All errors and/or warnings are stored in errorCodes (inheritted QMap see scribusstructs.h) and parsed into tree view in CheckDocument widgets. More...
#include <documentchecker.h>
Static Public Member Functions | |
static bool | checkDocument (ScribusDoc *currDoc) |
Check the passed document for errors, return true on error found. | |
static void | checkPages (ScribusDoc *currDoc, struct CheckerPrefs checkerSettings) |
static void | checkLayers (ScribusDoc *currDoc, struct CheckerPrefs checkerSettings) |
static void | checkItems (ScribusDoc *currDoc, struct CheckerPrefs checkerSettings) |
It create a error/warning list for CheckDocument GUI class. All errors and/or warnings are stored in errorCodes (inheritted QMap see scribusstructs.h) and parsed into tree view in CheckDocument widgets.