 |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
Go to the documentation of this file.
6 #include "geometrize/shape/shapetypes.h"
static QString getShapeTypeNamePlural(geometrize::ShapeTypes shapeType)
getShapeTypeNamePlural Gets the plural name of the shape for the given shape type.
Definition: strings.cpp:24
static QString getCopyrightNotice()
getCopyrightNotice Gets a copyright notice for the application.
Definition: strings.cpp:19
Strings & operator=(const Strings &)=delete
static QString getShortApplicationDescription()
getApplicationDescription Gets a short description of the application.
Definition: strings.cpp:14
static QString getApplicationName()
getApplicationName Gets the name of the application.
Definition: strings.cpp:9
Definition: commandlineparser.cpp:73
Strings(const Strings &)=delete
The Strings class contains methods for getting miscelleanous translatable strings.
Definition: strings.h:18