The PropertiesInterface class This class is an interface for have common way to use properties in QElectroTech.
More...
#include <propertiesinterface.h>
The PropertiesInterface class This class is an interface for have common way to use properties in QElectroTech.
◆ PropertiesInterface()
PropertiesInterface::PropertiesInterface |
( |
| ) |
|
◆ ~PropertiesInterface()
PropertiesInterface::~PropertiesInterface |
( |
| ) |
|
|
virtual |
◆ fromSettings()
virtual void PropertiesInterface::fromSettings |
( |
const QSettings & |
settings, |
|
|
const QString |
= QString() |
|
) |
| |
|
pure virtual |
◆ fromXml()
virtual bool PropertiesInterface::fromXml |
( |
const QDomElement & |
xml_element | ) |
|
|
pure virtual |
◆ toSettings()
virtual void PropertiesInterface::toSettings |
( |
QSettings & |
settings, |
|
|
const QString |
= QString() |
|
) |
| const |
|
pure virtual |
◆ toXml()
virtual QDomElement PropertiesInterface::toXml |
( |
QDomDocument & |
xml_document | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files: