QElectroTech  0.70
Public Member Functions | List of all members
PropertiesInterface Class Referenceabstract

The PropertiesInterface class This class is an interface for have common way to use properties in QElectroTech. More...

#include <propertiesinterface.h>

Public Member Functions

 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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ PropertiesInterface()

PropertiesInterface::PropertiesInterface ( )

Definition at line 20 of file propertiesinterface.cpp.

Member Function Documentation

◆ fromSettings()

virtual void PropertiesInterface::fromSettings ( const QSettings &  settings,
const QString  = QString() 
)
pure virtual

Implemented in XRefProperties.

◆ fromXml()

virtual void PropertiesInterface::fromXml ( const QDomElement &  xml_element)
pure virtual

Implemented in XRefProperties.

◆ toSettings()

virtual void PropertiesInterface::toSettings ( QSettings &  settings,
const QString  = QString() 
) const
pure virtual

Implemented in XRefProperties.

◆ toXml()

virtual void PropertiesInterface::toXml ( QDomElement &  xml_element) const
pure virtual

Implemented in XRefProperties.


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