Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Classes | |
class | Inkscape::Extension::TemplatePreset |
class | Inkscape::Extension::Template |
struct | Inkscape::Extension::Template::create_cancelled |
Namespaces | |
namespace | Inkscape |
Helper class to stream background task notifications as a series of messages. | |
namespace | Inkscape::Extension |
Extension support. | |
Typedefs | |
using | Inkscape::Extension::TemplateShow = int |
typedef std::map< std::string, std::string > | Inkscape::Extension::TemplatePrefs |
Enumerations | |
enum | Inkscape::Extension::TemplateVisibility : TemplateShow { Inkscape::Extension::TEMPLATE_ANY = -1 , Inkscape::Extension::TEMPLATE_HIDDEN = 0 , Inkscape::Extension::TEMPLATE_NEW_FROM = 1 , Inkscape::Extension::TEMPLATE_NEW_WELCOME = 2 , Inkscape::Extension::TEMPLATE_NEW_ICON = 3 , Inkscape::Extension::TEMPLATE_SIZE_LIST = 4 , Inkscape::Extension::TEMPLATE_SIZE_SEARCH = 8 , Inkscape::Extension::TEMPLATE_ALL = 255 } |