|
QElectroTech
0.8-dev
|
Go to the documentation of this file.
18 #ifndef BORDER_PROPERTIES_H
19 #define BORDER_PROPERTIES_H
38 void toXml(QDomElement &)
const;
40 void toSettings(QSettings &,
const QString & = QString())
const;
41 void fromSettings(QSettings &,
const QString & = QString());
int rows_count
Rows count.
Definition: borderproperties.h:51
The BorderProperties class This class is a container for dimensions and display properties of a diagr...
Definition: borderproperties.h:29
qreal rows_header_width
Row headers width.
Definition: borderproperties.h:53
BorderProperties()
BorderProperties::BorderProperties constructor Initializes a BorderProperties object with default pro...
Definition: borderproperties.cpp:35
virtual ~BorderProperties()
BorderProperties::~BorderProperties destructor.
Definition: borderproperties.cpp:51
bool display_rows
Whether to display row headers.
Definition: borderproperties.h:54
qreal rows_height
Rows height.
Definition: borderproperties.h:52
void toSettings(QSettings &, const QString &=QString()) const
BorderProperties::toSettings Export dimensions in a QSettings object.
Definition: borderproperties.cpp:137
qreal columns_header_height
Column headers height.
Definition: borderproperties.h:48
bool display_columns
Whether to display column headers.
Definition: borderproperties.h:49
void toXml(QDomElement &) const
BorderProperties::toXml Exports dimensions as XML attributes added to element e.
Definition: borderproperties.cpp:98
void fromSettings(QSettings &, const QString &=QString())
BorderProperties::fromSettings Import dimensions from a QSettings object.
Definition: borderproperties.cpp:155
bool operator==(const BorderProperties &)
BorderProperties::operator ==.
Definition: borderproperties.cpp:62
static BorderProperties defaultProperties()
BorderProperties::defaultProperties.
Definition: borderproperties.cpp:169
void fromXml(QDomElement &)
BorderProperties::fromXml Import dimensions from XML attributes of element e.
Definition: borderproperties.cpp:116
int columns_count
Columns count.
Definition: borderproperties.h:46
qreal columns_width
Columns width.
Definition: borderproperties.h:47
bool operator!=(const BorderProperties &)
BorderProperties::operator !=.
Definition: borderproperties.cpp:85