Go to the documentation of this file.
7 #ifndef DOCUMENT_MODEL_GRID_REMOVAL_H
8 #define DOCUMENT_MODEL_GRID_REMOVAL_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;
146 #endif // DOCUMENT_MODEL_GRID_REMOVAL_H
void setStartX(double startX)
Set method for x start.
double startX() const
Get method for x start.
void setRemoveDefinedGridLines(bool removeDefinedGridLines)
Set method for removing defined grid lines.
double stepX() const
Get method for x step.
DocumentModelGridRemoval()
Default constructor.
void setStartY(double startY)
Set method for y start.
Storage of one imported image and the data attached to that image.
DocumentModelGridRemoval & operator=(const DocumentModelGridRemoval &other)
Assignment constructor.
void setStable()
Set the stable flag to true. This public version has no argument since it cannot be undone.
void setCloseDistance(double closeDistance)
Set method for close distance.
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 loadXml(QXmlStreamReader &reader)
Load model from serialized xml.
double stopX() const
Get method for x stop.
double stepY() const
Get method for y step.
Abstract base class for document models. This class enforces a common interface for the leaf subclass...
void setStepY(double stepY)
Set method for y step.
virtual void saveXml(QXmlStreamWriter &writer) const
Save entire model as xml into stream.
bool stable() const
Get method for stable flag.
int countY() const
Get method for y count.
double closeDistance() const
Get method for close distance.
void setStepX(double stepX)
Set method for x step.
GridCoordDisable gridCoordDisableX() const
Get method for x coord parameter to disable.
double startY() const
Get method for y start.
bool removeDefinedGridLines() const
Get method for removing defined grid lines.
GridCoordDisable gridCoordDisableY() const
Get method for y coord parameter to disable.
void setCountX(int countX)
Set method for x count.
Model for DlgSettingsGridRemoval and CmdSettingsGridRemoval. The settings are unstable until the user...
void setCountY(int countY)
Set method for y count.
double stopY() const
Get method for y stop.
void setStopX(double stopX)
Set method for x stop.
void setGridCoordDisableY(GridCoordDisable gridCoordDisable)
Set method for y coord parameter to disable.
void setStopY(double stopY)
Set method for y stop.
int countX() const
Get method for x count.
void setGridCoordDisableX(GridCoordDisable gridCoordDisable)
Set method for x coord parameter to disable.