Searched defs:type (Results 1 - 25 of 145) sorted by relevance

123456

/inkscape/src/filters/
H A Dcolormatrix.h26 Inkscape::Filters::FilterColorMatrixType type; member in class:SPFeColorMatrix
H A Dcomponenttransfer-funcnode.h32 Inkscape::Filters::FilterComponentTransferType type; member in class:SPFeFuncNode
H A Dturbulence.h35 Inkscape::Filters::FilterTurbulenceType type; member in class:SPFeTurbulence
/inkscape/src/libcroco/
H A Dcr-pseudo.h48 enum CRPseudoType type ; member in struct:_CRPseudo
H A Dcr-additional-sel.h58 enum AddSelectorType type ; member in struct:_CRAdditionalSel
/inkscape/src/xml/
H A Dcomment-node.h38 Inkscape::XML::NodeType type() const { return Inkscape::XML::COMMENT_NODE; } function in struct:Inkscape::XML::CommentNode
H A Delement-node.h34 Inkscape::XML::NodeType type() const { return Inkscape::XML::ELEMENT_NODE; } function in class:Inkscape::XML::ElementNode
H A Dpi-node.h35 Inkscape::XML::NodeType type() const { return Inkscape::XML::PI_NODE; } function in struct:Inkscape::XML::PINode
H A Dsimple-document.h36 NodeType type() const { return Inkscape::XML::DOCUMENT_NODE; } function in class:Inkscape::XML::SimpleDocument
H A Dtext-node.h46 Inkscape::XML::NodeType type() const { return Inkscape::XML::TEXT_NODE; } function in struct:Inkscape::XML::TextNode
/inkscape/src/
H A Dsp-mesh.h22 SPMeshType type; member in class:SPMesh
H A Devent.h33 : event (_event), type (_type), description (_description) { }
38 const unsigned int type; member in struct:Inkscape::Event
H A Dmessage-context.cpp30 void MessageContext::set(MessageType type, gchar const *message) { argument
34 _message_id = _stack->push(type, message);
37 void MessageContext::setF(MessageType type, gchar const *format, ...) argument
41 setVF(type, format, args);
45 void MessageContext::setVF(MessageType type, gchar const *format, va_list args) argument
48 set(type, message);
52 void MessageContext::flash(MessageType type, gchar const *message) { argument
56 _flash_message_id = _stack->flash(type, message);
59 void MessageContext::flashF(MessageType type, gchar const *format, ...) { argument
62 flashVF(type, forma
66 flashVF(MessageType type, gchar const *format, va_list args) argument
[all...]
H A Dmessage-stack.h58 /** @brief returns the type of message currently at the top of the stack */
60 return _messages ? _messages->type : NORMAL_MESSAGE;
79 * @param type the message type
84 MessageId push(MessageType type, char const *message);
88 * @param type the message type
93 MessageId pushF(MessageType type, char const *format, ...) G_GNUC_PRINTF(3,4);
98 * @param type the message type
162 MessageType type; member in struct:Inkscape::MessageStack::Message
[all...]
H A Dsp-ellipse.h38 // Regardless of type, the ellipse/circle/arc is stored
52 GenericEllipseType type; member in class:SPGenericEllipse
H A Dattribute-rel-css.cpp146 bool SPAttributeRelCSS::readDataFromFileIn(Glib::ustring fileName, storageType type) argument
170 if (type == SPAttributeRelCSS::prop_element_pair) {
178 } else if (type == SPAttributeRelCSS::prop_defValue_pair) {
/inkscape/src/io/
H A Dresource.cpp30 Util::ptr_shared<char> get_path(Domain domain, Type type, char const *filename) argument
36 switch (type) {
55 switch (type) {
65 switch (type) {
74 default: return get_path(SYSTEM, type, filename);
/inkscape/src/libnrtype/
H A Dtext-boundary.h15 #include "libnrtype/boundary-type.h"
28 BoundaryType type; ///< Kind of boundary. member in struct:text_boundary
/inkscape/src/libvpsc/
H A Dconstraint.cpp41 const char *type=c.equality?"=":"<="; local
42 os<<*c.left<<"+"<<c.gap<<type<<*c.right<<"("<<c.slack()<<")"<<(c.active?"-active":"");
/inkscape/src/extension/internal/filter/
H A Dimage.h34 * Detection type (enum, default Full) -> convolve (kernelMatrix)
51 "<param name=\"type\" gui-text=\"" N_("Detect:") "\" type=\"enum\" >\n"
56 "<param name=\"level\" gui-text=\"" N_("Level") "\" type=\"float\" appearance=\"full\" min=\"0.1\" max=\"100.0\">1.0</param>\n"
57 "<param name=\"inverted\" gui-text=\"" N_("Invert colors") "\" type=\"boolean\" >false</param>\n"
59 "<object-type>all</object-type>\n"
81 const gchar *type = ext->get_param_enum("type"); local
85 if ((g_ascii_strcasecmp("vertical", type)
[all...]
/inkscape/src/libgdl/
H A Dlibgdltypebuiltins.c18 static GType type = 0; local
20 if (!type)
21 type = g_flags_register_static ("GdlDockParamFlags", _gdl_dock_param_flags_values);
23 return type;
37 static GType type = 0; local
39 if (!type)
40 type = g_flags_register_static ("GdlDockObjectFlags", _gdl_dock_object_flags_values);
42 return type;
59 static GType type = 0; local
61 if (!type)
82 static GType type = 0; local
112 static GType type = 0; local
131 static GType type = 0; local
152 static GType type = 0; local
[all...]
/inkscape/src/display/
H A Dnr-filter-colormatrix.h45 virtual void set_type(FilterColorMatrixType type);
60 FilterColorMatrixType type; member in class:Inkscape::Filters::FilterColorMatrix
H A Dnr-filter-component-transfer.h42 FilterComponentTransferType type[4]; member in class:Inkscape::Filters::FilterComponentTransfer
H A Dnr-filter-turbulence.h67 FilterTurbulenceType type; member in class:Inkscape::Filters::FilterTurbulence
/inkscape/src/ui/tools/
H A Dlpe-tool.h27 Inkscape::LivePathEffect::EffectType type; member in struct:SubtoolEntry
73 int lpetool_mode_to_index(Inkscape::LivePathEffect::EffectType const type);
75 bool lpetool_try_construction(LpeTool *lc, Inkscape::LivePathEffect::EffectType const type);
76 void lpetool_context_switch_mode(LpeTool *lc, Inkscape::LivePathEffect::EffectType const type);

Completed in 1704 milliseconds

123456