/inkscape/src/live_effects/ |
H A D | lpe-text_label.h | 31 TextParam label; member in class:Inkscape::LivePathEffect::LPETextLabel 46 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
H A D | lpe-vonkoch.h | 23 VonKochPathParam ( const Glib::ustring& label, argument 28 const gchar * default_value = "M0,0 L1,1"):PathParam(label,tip,key,wr,effect,default_value){} 36 VonKochRefPathParam ( const Glib::ustring& label, argument 41 const gchar * default_value = "M0,0 L1,1"):PathParam(label,tip,key,wr,effect,default_value){}
|
/inkscape/src/ui/widget/ |
H A D | button.cpp | 20 Button::Button(Glib::ustring const &label, Glib::ustring const &tooltip) argument 23 set_label (label); 27 CheckButton::CheckButton(Glib::ustring const &label, Glib::ustring const &tooltip) argument 30 set_label (label); 34 CheckButton::CheckButton(Glib::ustring const &label, Glib::ustring const &tooltip, bool active) argument 37 set_label (label); 42 RadioButton::RadioButton(Glib::ustring const &label, Glib::ustring const &tooltip) argument 45 set_label (label); 58 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
H A D | entry.cpp | 22 Entry::Entry( Glib::ustring const &label, Glib::ustring const &tooltip, argument 26 : Labelled(label, tooltip, new Gtk::Entry(), suffix, icon, mnemonic)
|
H A D | text.cpp | 22 Text::Text(Glib::ustring const &label, Glib::ustring const &tooltip, argument 26 : Labelled(label, tooltip, new Gtk::Entry(), suffix, icon, mnemonic), 58 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
H A D | random.cpp | 28 Random::Random(Glib::ustring const &label, Glib::ustring const &tooltip, argument 32 : Scalar(label, tooltip, suffix, icon, mnemonic) 38 Random::Random(Glib::ustring const &label, Glib::ustring const &tooltip, argument 43 : Scalar(label, tooltip, digits, suffix, icon, mnemonic) 49 Random::Random(Glib::ustring const &label, Glib::ustring const &tooltip, argument 59 : Scalar(label, tooltip, adjust, digits, suffix, icon, mnemonic) 104 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
H A D | labelled.cpp | 19 #include <gtkmm/label.h> 25 Labelled::Labelled(Glib::ustring const &label, Glib::ustring const &tooltip, argument 31 _label(new Gtk::Label(label, 1.0, 0.5, mnemonic)), 94 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
H A D | registered-enums.h | 30 RegisteredEnum ( const Glib::ustring& label, argument 37 : RegisteredWidget< LabelledComboBoxEnum<E> >(label, tip, c) 93 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
/inkscape/share/filters/ |
H A D | i18n.py | 13 label = "N_(\"" + filter.getAttribute('inkscape:label') + "\")" variable 21 if "NR" in label: 24 sys.stdout.write(comment + "\n" + label + ",\n" + menu + ",\n" + desc + ",\n")
|
/inkscape/src/display/ |
H A D | guideline.h | 34 char* label; member in struct:SPGuideLine 52 SPCanvasItem *sp_guideline_new(SPCanvasGroup *parent, char* label, Geom::Point point_on_line, Geom::Point normal); 54 void sp_guideline_set_label(SPGuideLine *gl, const char* label); 68 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
/inkscape/src/extension/param/ |
H A D | description.cpp | 17 #include <gtkmm/label.h> 61 /** \brief Create a label for the description */ 80 Gtk::Label * label; local 83 label = Gtk::manage(new Gtk::Label(Glib::ustring("<b>") +newguitext + Glib::ustring("</b>"), Gtk::ALIGN_START)); 84 label->set_padding(0,5); 85 label->set_use_markup(true); 88 label = Gtk::manage(new Gtk::Label(newguitext, Gtk::ALIGN_START)); 90 label->set_line_wrap(); 91 label->show(); 94 hbox->pack_start(*label, tru [all...] |
H A D | string.cpp | 160 * Builds a hbox with a label and a text box in it. 169 Gtk::Label * label = Gtk::manage(new Gtk::Label(_(_text), Gtk::ALIGN_START)); local 170 label->show(); 171 hbox->pack_start(*label, false, false, _indent);
|
/inkscape/src/ui/dialog/ |
H A D | glyphs.h | 71 Gtk::Label *label; member in class:Inkscape::UI::Dialog::GlyphsPanel 93 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
H A D | document-metadata.cpp | 125 Gtk::Label *label = Gtk::manage (new Gtk::Label); local 126 label->set_markup (_("<b>Dublin Core Entities</b>")); 127 label->set_alignment (0.0); 130 label->set_valign(Gtk::ALIGN_CENTER); 131 _page_metadata1.attach(*label, 0, 0, 3, 1); 133 _page_metadata1.attach(*label, 0,3,0,1, Gtk::FILL, (Gtk::AttachOptions)0,0,0); 259 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
H A D | fill-and-stroke.cpp | 196 FillAndStroke::_createPageTabLabel(const Glib::ustring& label, const char *label_image) argument 202 Gtk::Label *_tab_label = Gtk::manage(new Gtk::Label(label, true)); 217 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
H A D | object-attributes.cpp | 42 gchar const *label; member in struct:Inkscape::UI::Dialog::SPAttrDesc 166 while (desc[len].label) 168 labels.push_back(desc[len].label); 223 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
/inkscape/src/live_effects/parameter/ |
H A D | bool.cpp | 22 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) 90 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
H A D | originalpath.cpp | 17 #include <gtkmm/label.h> 34 OriginalPathParam::OriginalPathParam( const Glib::ustring& label, const Glib::ustring& tip, argument 37 : PathParam(label, tip, key, wr, effect, "") 140 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
H A D | unit.cpp | 22 UnitParam::UnitParam( const Glib::ustring& label, const Glib::ustring& tip, argument 25 : Parameter(label, tip, key, wr, effect) 92 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
H A D | array.h | 28 ArrayParam( const Glib::ustring& label, argument 34 : Parameter(label, tip, key, wr, effect), _vector(n), _default_size(n) 118 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
H A D | enum.h | 24 EnumParam( const Glib::ustring& label, argument 31 : Parameter(label, tip, key, wr, effect)
|
/inkscape/src/ |
H A D | sp-guide.h | 52 void set_label(const char* label, bool const commit); 53 char const* getLabel() const { return label; } 81 char* label; member in class:SPGuide 106 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
/inkscape/src/util/ |
H A D | enums.h | 28 const Glib::ustring label; member in struct:Inkscape::Util::EnumData 49 E get_id_from_label(const Glib::ustring& label) const 52 if(_data[i].label == label) 92 return _data[i].label; 128 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
/inkscape/src/widgets/ |
H A D | stroke-marker-selector.h | 67 Gtk::TreeModelColumn<Glib::ustring> label; member in class:MarkerComboBox::MarkerColumns 75 add(label); add(stock); add(marker); add(history); add(separator); add(image); 109 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
|
/inkscape/src/extension/internal/filter/ |
H A D | filter-file.cpp | 135 gchar const * label = node->attribute("inkscape:label"); local 140 if (label == NULL) { 141 label = id; 157 "</inkscape-extension>\n", label, id, menu? menu : menuname, menu_tooltip? menu_tooltip : label);
|