Scribus
Open source desktop publishing at your fingertips
DocumentChecker Class Reference

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)
 

Detailed Description

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.


The documentation for this class was generated from the following files: