7 #ifndef DOCUMENT_MODEL_GRID_REMOVAL_H 8 #define DOCUMENT_MODEL_GRID_REMOVAL_H 10 #include "DocumentModelAbstractBase.h" 11 #include "GridCoordDisable.h" 55 virtual void loadXml(QXmlStreamReader &reader);
59 QTextStream &str)
const;
64 virtual void saveXml(QXmlStreamWriter &writer)
const;
116 double stepX()
const;
119 double stepY()
const;
122 double stopX()
const;
125 double stopY()
const;
132 bool m_removeDefinedGridLines;
133 double m_closeDistance;
134 GridCoordDisable m_gridCoordDisableX;
139 GridCoordDisable m_gridCoordDisableY;
146 #endif // DOCUMENT_MODEL_GRID_REMOVAL_H void printStream(QString indentation, QTextStream &str) const
Debugging method that supports print method of this class and printStream method of some other class(...
virtual void saveXml(QXmlStreamWriter &writer) const
Save entire model as xml into stream.
double closeDistance() const
Get method for close distance.
bool stable() const
Get method for stable flag.
Abstract base class for document models. This class enforces a common interface for the leaf subclass...
DocumentModelGridRemoval()
Default constructor.
GridCoordDisable gridCoordDisableX() const
Get method for x coord parameter to disable.
double stopY() const
Get method for y stop.
void setCloseDistance(double closeDistance)
Set method for close distance.
double stopX() const
Get method for x stop.
int countY() const
Get method for y count.
void setCountX(int countX)
Set method for x count.
double startY() const
Get method for y start.
void setStopY(double stopY)
Set method for y stop.
void setStartY(double startY)
Set method for y start.
void setStepY(double stepY)
Set method for y step.
void setStartX(double startX)
Set method for x start.
virtual void loadXml(QXmlStreamReader &reader)
Load model from serialized xml.
double stepX() const
Get method for x step.
DocumentModelGridRemoval & operator=(const DocumentModelGridRemoval &other)
Assignment constructor.
void setCountY(int countY)
Set method for y count.
bool removeDefinedGridLines() const
Get method for removing defined grid lines.
void setStepX(double stepX)
Set method for x step.
void setRemoveDefinedGridLines(bool removeDefinedGridLines)
Set method for removing defined grid lines.
Storage of one imported image and the data attached to that image.
void setGridCoordDisableY(GridCoordDisable gridCoordDisable)
Set method for y coord parameter to disable.
void setGridCoordDisableX(GridCoordDisable gridCoordDisable)
Set method for x coord parameter to disable.
int countX() const
Get method for x count.
void setStable()
Set the stable flag to true. This public version has no argument since it cannot be undone...
double startX() const
Get method for x start.
Model for DlgSettingsGridRemoval and CmdSettingsGridRemoval. The settings are unstable until the user...
GridCoordDisable gridCoordDisableY() const
Get method for y coord parameter to disable.
void setStopX(double stopX)
Set method for x stop.
double stepY() const
Get method for y step.