Engauge Digitizer  2
Public Member Functions | List of all members
DocumentModelCommon Class Reference

Model for DlgSettingsCommon and CmdSettingsCommon. More...

#include <DocumentModelCommon.h>

Inheritance diagram for DocumentModelCommon:
DocumentModelAbstractBase

Public Member Functions

 DocumentModelCommon ()
 Default constructor.
 
 DocumentModelCommon (const Document &document)
 Initial constructor from Document.
 
 DocumentModelCommon (const DocumentModelCommon &other)
 Copy constructor.
 
DocumentModelCommonoperator= (const DocumentModelCommon &other)
 Assignment constructor.
 
int cursorSize () const
 Get method for effective cursor size.
 
int extraPrecision () const
 Get method for extra digits of precsion.
 
virtual void loadXml (QXmlStreamReader &reader)
 Load model from serialized xml.
 
void printStream (QString indentation, QTextStream &str) const
 Debugging method that supports print method of this class and printStream method of some other class(es)
 
virtual void saveXml (QXmlStreamWriter &writer) const
 Save entire model as xml into stream.
 
void setCursorSize (int cursorSize)
 Set method for effective cursor size.
 
void setExtraPrecision (int extraPrecision)
 Set method for extra digits of precision.
 
- Public Member Functions inherited from DocumentModelAbstractBase
 DocumentModelAbstractBase ()
 Single constructor.
 
virtual ~DocumentModelAbstractBase ()
 Single destructor.
 

Additional Inherited Members

Detailed Description

Model for DlgSettingsCommon and CmdSettingsCommon.

Definition at line 10 of file DocumentModelCommon.h.


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