QElectroTech 0.100.0-dev
Loading...
Searching...
No Matches
Enumerations | Functions | Variables
QetVersion Namespace Reference

Enumerations

enum  VersionType {
  dev = 0 , alpha1 = 1 , alpha2 = 2 , alpha3 = 3 ,
  stable = 4
}
 

Functions

QVersionNumber currentVersion ()
 
QString displayedVersion ()
 
void toXmlAttribute (QDomElement &xml)
 toXmlAttribute Write version as an attribute of xml
 
QVersionNumber fromXmlAttribute (const QDomElement &xml)
 fromXmlAttribute Read and return a QVersionNumber stored as attribute of xml
 
QVersionNumber versionZeroDotSix ()
 

Variables

QetVersion::VersionType VERSION_TYPE = QetVersion::dev
 

Enumeration Type Documentation

◆ VersionType

Enumerator
dev 
alpha1 
alpha2 
alpha3 
stable 

Function Documentation

◆ currentVersion()

QVersionNumber QetVersion::currentVersion ( )
Here is the caller graph for this function:

◆ displayedVersion()

QString QetVersion::displayedVersion ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fromXmlAttribute()

QVersionNumber QetVersion::fromXmlAttribute ( const QDomElement &  xml)

fromXmlAttribute Read and return a QVersionNumber stored as attribute of xml

Parameters
xml
Returns
the version stored in xml. Note that the returned version can be null
Here is the caller graph for this function:

◆ toXmlAttribute()

void QetVersion::toXmlAttribute ( QDomElement &  xml)

toXmlAttribute Write version as an attribute of xml

Parameters
xml
version
Here is the call graph for this function:
Here is the caller graph for this function:

◆ versionZeroDotSix()

QVersionNumber QetVersion::versionZeroDotSix ( )
Here is the caller graph for this function:

Variable Documentation

◆ VERSION_TYPE

QetVersion::VersionType QetVersion::VERSION_TYPE = QetVersion::dev