PACK Qt Binding  $VERSION$
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
Enumerations
WOb Namespace Reference

Enumerations

enum  VersionInfo {
  VersionComm, VersionNeedComm, VersionHumanReadable, VersionHR =VersionHumanReadable,
  VersionSystem, VersionPath, VersionRootURL, VersionNumber,
  VersionTime, VersionAuthor, VersionLocallyModified, VersionGenTime
}
 version information, used in conjunction with versionInfo() More...
 

Enumeration Type Documentation

version information, used in conjunction with versionInfo()

Enumerator
VersionComm 

the version of the protocol that the interface implements

VersionNeedComm 

the oldest version of the protocol that the interface is compatible with

VersionHumanReadable 

human readable version number

VersionHR 

alias for VersionHumanReadable,

VersionSystem 

the source control system used to determine version information

VersionPath 

the path within the repository that contained the interface source

VersionRootURL 

the base URL of the repository

VersionNumber 

the version number determined from the source control system

VersionTime 

the timestamp of the latest commit that went into the interface

VersionAuthor 

the author(s) of the latest commit that went into the interface

VersionLocallyModified 

contains "modified" if the source tree contained local modifications, "unmodified" if it was pristine, "local" if it was not under source control, depending on the source control system and circumstances this can also contain other values

VersionGenTime 

the time at which source files were generated by woc