mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
Add documentation
This commit is contained in:
@@ -17,10 +17,15 @@
|
|||||||
*/
|
*/
|
||||||
#include "propertiesinterface.h"
|
#include "propertiesinterface.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
@brief PropertiesInterface::PropertiesInterface
|
||||||
|
*/
|
||||||
PropertiesInterface::PropertiesInterface()
|
PropertiesInterface::PropertiesInterface()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
@brief PropertiesInterface::~PropertiesInterface
|
||||||
|
*/
|
||||||
PropertiesInterface::~PropertiesInterface()
|
PropertiesInterface::~PropertiesInterface()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
@@ -23,9 +23,10 @@
|
|||||||
#include <QDomElement>
|
#include <QDomElement>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief The PropertiesInterface class
|
@brief The PropertiesInterface class
|
||||||
* This class is an interface for have common way to use properties in QElectroTech
|
This class is an interface for have common way
|
||||||
*/
|
to use properties in QElectroTech
|
||||||
|
*/
|
||||||
class PropertiesInterface
|
class PropertiesInterface
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -20,6 +20,9 @@
|
|||||||
|
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
|
/**
|
||||||
|
@brief The ReportProperties class
|
||||||
|
*/
|
||||||
class ReportProperties
|
class ReportProperties
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user