Searched defs:tip (Results 1 - 25 of 58) sorted by relevance

123

/inkscape/src/
H A Dcolorspace.h39 Component(std::string const &name, std::string const &tip, guint scale);
42 std::string tip; member in class:colorspace::Component
H A Dseltrans-handles.h39 char const *tip; member in struct:SPSelTransTypeInfo
H A Dknot.h43 SPKnot(SPDesktop *desktop, char const *tip);
71 char *tip; member in class:SPKnot
H A Drdf.h74 char const *tip; /* tool tip to explain the meaning of the entity */ member in struct:rdf_work_entity_t
/inkscape/src/ui/widget/
H A Dcolor-picker.cpp30 ColorPicker::ColorPicker (const Glib::ustring& title, const Glib::ustring& tip, argument
39 set_tooltip_text (tip);
H A Dregistered-enums.h31 const Glib::ustring& tip,
37 : RegisteredWidget< LabelledComboBoxEnum<E> >(label, tip, c)
30 RegisteredEnum( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, const Util::EnumDataConverter<E>& c, Registry& wr, Inkscape::XML::Node* repr_in = NULL, SPDocument *doc_in = NULL ) argument
/inkscape/src/helper/
H A Daction.h47 gchar *tip; /**< A tooltip to describe the action */ member in struct:SPAction
67 gchar const *tip,
H A Daction.cpp46 action->id = action->name = action->tip = NULL;
64 g_free (action->tip);
83 const gchar *tip,
93 action->tip = g_strdup (tip);
80 sp_action_new(Inkscape::ActionContext const &context, const gchar *id, const gchar *name, const gchar *tip, const gchar *image, Inkscape::Verb * verb) argument
/inkscape/src/live_effects/
H A Dlpe-vonkoch.h24 const Glib::ustring& tip,
28 const gchar * default_value = "M0,0 L1,1"):PathParam(label,tip,key,wr,effect,default_value){}
37 const Glib::ustring& tip,
41 const gchar * default_value = "M0,0 L1,1"):PathParam(label,tip,key,wr,effect,default_value){}
23 VonKochPathParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, const gchar * default_value = �) argument
36 VonKochRefPathParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, const gchar * default_value = �) argument
/inkscape/src/live_effects/parameter/
H A Dbool.cpp22 BoolParam::BoolParam( const Glib::ustring& label, const Glib::ustring& tip, argument
25 : Parameter(label, tip, key, wr, effect), value(default_value), defvalue(default_value), hide_widget(no_widget)
H A Doriginalpath.cpp34 OriginalPathParam::OriginalPathParam( const Glib::ustring& label, const Glib::ustring& tip, argument
37 : PathParam(label, tip, key, wr, effect, "")
H A Dunit.cpp22 UnitParam::UnitParam( const Glib::ustring& label, const Glib::ustring& tip, argument
25 : Parameter(label, tip, key, wr, effect)
H A Darray.h29 const Glib::ustring& tip,
34 : Parameter(label, tip, key, wr, effect), _vector(n), _default_size(n)
28 ArrayParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect, size_t n = 0 ) argument
H A Denum.h25 const Glib::ustring& tip,
31 : Parameter(label, tip, key, wr, effect)
24 EnumParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, const Util::EnumDataConverter<E>& c, Inkscape::UI::Widget::Registry* wr, Effect* effect, E default_value) argument
H A Dtext.cpp29 TextParam::TextParam( const Glib::ustring& label, const Glib::ustring& tip, argument
32 : Parameter(label, tip, key, wr, effect),
H A Dtogglebutton.cpp24 ToggleButtonParam::ToggleButtonParam( const Glib::ustring& label, const Glib::ustring& tip, argument
29 : Parameter(label, tip, key, wr, effect), value(default_value), defvalue(default_value),
H A Doriginalpatharray.cpp63 const Glib::ustring& tip,
67 : Parameter(label, tip, key, wr, effect),
62 OriginalPathArrayParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect ) argument
H A Dparameter.cpp26 Parameter::Parameter( const Glib::ustring& label, const Glib::ustring& tip, argument
34 param_tooltip(tip),
55 ScalarParam::ScalarParam( const Glib::ustring& label, const Glib::ustring& tip, argument
58 : Parameter(label, tip, key, wr, effect),
H A Dpoint.cpp26 PointParam::PointParam( const Glib::ustring& label, const Glib::ustring& tip, argument
30 : Parameter(label, tip, key, wr, effect),
H A Dpowerstrokepointarray.cpp25 PowerStrokePointArrayParam::PowerStrokePointArrayParam( const Glib::ustring& label, const Glib::ustring& tip, argument
28 : ArrayParam<Geom::Point>(label, tip, key, wr, effect, 0)
H A Drandom.cpp25 RandomParam::RandomParam( const Glib::ustring& label, const Glib::ustring& tip, argument
28 : Parameter(label, tip, key, wr, effect)
H A Dtransformedpoint.cpp24 TransformedPointParam::TransformedPointParam( const Glib::ustring& label, const Glib::ustring& tip, argument
28 : Parameter(label, tip, key, wr, effect),
H A Dvector.cpp24 VectorParam::VectorParam( const Glib::ustring& label, const Glib::ustring& tip, argument
27 : Parameter(label, tip, key, wr, effect),
/inkscape/src/extension/
H A Deffect.h66 gchar const * tip,
70 Verb(id, _(name), _(tip), image, _("Extensions")),
64 EffectVerb(gchar const * id, gchar const * name, gchar const * tip, gchar const * image, Effect * effect, bool showPrefs) argument
/inkscape/src/extension/internal/filter/
H A Dfilter.cpp202 Filter::filter_init (gchar const * id, gchar const * name, gchar const * submenu, gchar const * tip, gchar const * filter) argument
214 "<menu-tip>%s</menu-tip>\n"
216 "</inkscape-extension>\n", name, id, submenu, tip);

Completed in 641 milliseconds

123