![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
#include <QString>
Go to the source code of this file.
Namespaces | |
geometrize | |
geometrize::version | |
Functions | |
QString | geometrize::version::getApplicationVersionString () |
getApplicationVersionString Gets the application version as a string in VERSION.MAJOR.MINOR format e.g. "1.0.0", "2.7.13". More... | |
QString | geometrize::version::getRuntimeMachineHostName () |
getRuntimeMachineHostName Gets the system's runtime host name, if one is set. More... | |
QString | geometrize::version::getRuntimeCpuArchitectureName () |
getRuntimeCpuArchitectureName Gets the architecture of the CPU that the application is currently running on. More... | |
QString | geometrize::version::getRuntimeQtVersionName () |
getRuntimeQtVersionName Gets the version of Qt that the application is currently running on. More... | |
QString | geometrize::version::getBuildDateTime () |
getBuildDateTime Gets a string that describes the date and time the application was built. More... | |
QString | geometrize::version::getBuildOperatingSystemName () |
getBuildOperatingSystemName Gets the name of the OS the application is built to run on e.g. "Windows", or "Linux". More... | |
QString | geometrize::version::getBuildAbiName () |
getBuildAbiName Gets the full architecture that the application was compiled for. More... | |
QString | geometrize::version::getBuildCpuArchitectureName () |
getBuildCpuArchitectureName Gets the architecture of the CPU the application was compiled for. More... | |
QString | geometrize::version::getBuildQtVersionName () |
getBuildQtVersionName Gets the version of Qt the application was compiled against. More... | |