![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
#include <string>
#include <vector>
#include <QList>
#include <QMimeData>
#include <QUrl>
Go to the source code of this file.
Namespaces | |
geometrize | |
geometrize::format | |
Functions | |
std::vector< std::string > | geometrize::format::getReadableImageFileExtensions (bool includeDotPrefix) |
getReadableImageFileExtensions Gets the lower-case image file extensions that have read support. More... | |
std::vector< std::string > | geometrize::format::getSupportedTemplateManifestFileExtensions () |
getSupportedTemplateManifestFileExtensions Gets the supported template manifest file extensions for serialization and de-serialization. More... | |
QList< QUrl > | geometrize::format::getUrls (const QMimeData *const data) |
getUrls Gets a list of URLs from a Qt MimeData item. More... | |