The BorderProperties class This class is a container for dimensions and display properties of a diagram.
More...
#include <borderproperties.h>
The BorderProperties class This class is a container for dimensions and display properties of a diagram.
◆ BorderProperties()
BorderProperties::BorderProperties |
( |
| ) |
|
◆ ~BorderProperties()
BorderProperties::~BorderProperties |
( |
| ) |
|
|
virtual |
◆ defaultProperties()
◆ fromSettings()
void BorderProperties::fromSettings |
( |
QSettings & |
settings, |
|
|
const QString & |
prefix = QString() |
|
) |
| |
BorderProperties::fromSettings Import dimensions from a QSettings object.
- Parameters
-
settings | : QSettings object to read |
prefix | : prefix to be added before the names of the parameters |
◆ fromXml()
void BorderProperties::fromXml |
( |
QDomElement & |
e | ) |
|
BorderProperties::fromXml Import dimensions from XML attributes of element e.
- Parameters
-
e | : XML element whose attributes will be read |
◆ operator!=()
◆ operator==()
◆ toSettings()
void BorderProperties::toSettings |
( |
QSettings & |
settings, |
|
|
const QString & |
prefix = QString() |
|
) |
| const |
BorderProperties::toSettings Export dimensions in a QSettings object.
- Parameters
-
settings | : QSettings object to write |
prefix | : prefix to be added before the names of the parameters |
◆ toXml()
void BorderProperties::toXml |
( |
QDomElement & |
e | ) |
const |
BorderProperties::toXml Exports dimensions as XML attributes added to element e.
- Parameters
-
e | : XML element to which attributes will be added |
◆ columns_count
int BorderProperties::columns_count |
◆ columns_header_height
qreal BorderProperties::columns_header_height |
◆ columns_width
qreal BorderProperties::columns_width |
◆ display_columns
bool BorderProperties::display_columns |
Whether to display column headers.
◆ display_rows
bool BorderProperties::display_rows |
Whether to display row headers.
◆ rows_count
int BorderProperties::rows_count |
◆ rows_header_width
qreal BorderProperties::rows_header_width |
◆ rows_height
qreal BorderProperties::rows_height |
The documentation for this class was generated from the following files: