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