 |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
Go to the documentation of this file.
88 std::unique_ptr<ImageTaskRunnerWidgetImpl>
d;
std::uint32_t getImageTaskMaxThreads() const
getImageTaskMaxThreads Gets the maximum number of threads the image task should use.
Definition: globalpreferences.cpp:628
void setMaxShapeMutations(std::uint32_t maxMutations)
Definition: imagetaskpreferences.cpp:265
void setUpperValue(int aUpperValue)
Definition: rangeslider.cpp:328
void setSeed(std::uint32_t seed)
Definition: imagetaskpreferences.cpp:270
void setLowerValue(int aLowerValue)
Definition: rangeslider.cpp:310
The FlowLayout class implements a layout that arranges components in a directional flow,...
Definition: flowlayout.h:53
void setCandidateShapeCount(std::uint32_t shapeCount)
Definition: imagetaskpreferences.cpp:260
The ImageTaskPreferences class models the preferences associated with an image task.
Definition: imagetaskpreferences.h:29
geometrize::ImageRunnerOptions getImageRunnerOptions() const
getImageRunnerOptions Gets a copy of the image runner options.
Definition: imagetaskpreferences.cpp:235
void setShapeAlpha(std::uint8_t alpha)
Definition: imagetaskpreferences.cpp:255
void lowerValueChanged(int aLowerValue)
void setMaxThreads(std::uint32_t maxThreads)
Definition: imagetaskpreferences.cpp:275
Definition: commandlineparser.cpp:73
void upperValueChanged(int aUpperValue)
Definition: rangeslider.h:37
void disableShapeTypes(geometrize::ShapeTypes shapes)
Definition: imagetaskpreferences.cpp:245
void enableShapeTypes(geometrize::ShapeTypes shapes)
Definition: imagetaskpreferences.cpp:240
The ImageTask class transforms a source image into a collection of shapes approximating the source im...
Definition: imagetask.h:53
geometrize::preferences::GlobalPreferences & getGlobalPreferences()
getGlobalPreferences Shorthand function that gets a reference to the shared global preferences object...
Definition: globalpreferences.cpp:32
geometrize::preferences::ImageTaskPreferences & getPreferences()
getPreferences Gets a reference to the current preferences of this task.
Definition: imagetask.cpp:392