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