Geometrize  1.0
An application for geometrizing images into geometric primitives
versioninfo.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <QString>
4 
5 namespace geometrize
6 {
7 
8 namespace version
9 {
10 
16 
22 
28 
33 QString getRuntimeQtVersionName();
34 
39 QString getBuildDateTime();
40 
46 
51 QString getBuildAbiName();
52 
58 
63 QString getBuildQtVersionName();
64 
65 }
66 
67 }
geometrize::version::getBuildCpuArchitectureName
QString getBuildCpuArchitectureName()
getBuildCpuArchitectureName Gets the architecture of the CPU the application was compiled for.
Definition: versioninfo.cpp:60
geometrize::version::getBuildQtVersionName
QString getBuildQtVersionName()
getBuildQtVersionName Gets the version of Qt the application was compiled against.
Definition: versioninfo.cpp:65
geometrize::version::getBuildOperatingSystemName
QString getBuildOperatingSystemName()
getBuildOperatingSystemName Gets the name of the OS the application is built to run on e....
Definition: versioninfo.cpp:38
geometrize::version::getRuntimeCpuArchitectureName
QString getRuntimeCpuArchitectureName()
getRuntimeCpuArchitectureName Gets the architecture of the CPU that the application is currently runn...
Definition: versioninfo.cpp:23
versioninfo.h
geometrize::version::getApplicationVersionString
QString getApplicationVersionString()
getApplicationVersionString Gets the application version as a string in VERSION.MAJOR....
Definition: versioninfo.cpp:13
geometrize::version::getRuntimeMachineHostName
QString getRuntimeMachineHostName()
getRuntimeMachineHostName Gets the system's runtime host name, if one is set.
Definition: versioninfo.cpp:18
geometrize
Definition: commandlineparser.cpp:73
geometrize::version::getBuildAbiName
QString getBuildAbiName()
getBuildAbiName Gets the full architecture that the application was compiled for.
Definition: versioninfo.cpp:55
geometrize::version::getBuildDateTime
QString getBuildDateTime()
getBuildDateTime Gets a string that describes the date and time the application was built.
Definition: versioninfo.cpp:33
geometrize::version::getRuntimeQtVersionName
QString getRuntimeQtVersionName()
getRuntimeQtVersionName Gets the version of Qt that the application is currently running on.
Definition: versioninfo.cpp:28