 |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
Go to the documentation of this file.
5 #include <QDragLeaveEvent>
33 explicit TemplateButton(chaiscript::ChaiScript*
const templateLoader,
const QString& templateFolder);
56 std::unique_ptr<TemplateButtonImpl>
d;
bool openTemplate(chaiscript::ChaiScript &engine, const std::string &templateFolder)
Definition: taskutil.cpp:65
TemplateManifest getTemplateManifest(const std::string &templateFolder)
Definition: taskutil.cpp:98
std::string getFirstFileWithExtensions(const std::string &dirPath, const std::vector< std::string > &extensions)
getFirstFileWithExtensions Gets the absolute file path to the first file with one of the given extens...
Definition: util.cpp:224
Definition: commandlineedit.h:11
std::string getName() const
Definition: templatemanifest.cpp:53
std::string getLicense() const
Definition: templatemanifest.cpp:68
Definition: commandlineparser.cpp:73
Definition: aboutdialog.h:6
bool openInDefaultApplication(const std::string &path)
openInDefaultApplication Opens the given path in the default application.
Definition: util.cpp:278
The TemplateManifest class represents the metadata for a task template.
Definition: templatemanifest.h:14