Searched refs:show (Results 1 - 25 of 158) sorted by relevance

1234567

/inkscape/src/ui/dialog/
H A Ddebug.h45 virtual void show() = 0;
48 * Do not show the dialog
H A Dfont-substitution.h29 void show(Glib::ustring out, std::vector<SPItem*> &l);
H A Dfiledialog.h115 virtual bool show() = 0;
190 virtual bool show() =0;
294 virtual bool show() =0;
H A Dfont-substitution.cpp71 show(out, l);
77 FontSubstitution::show(Glib::ustring out, std::vector<SPItem*> &l) function in class:Inkscape::UI::Dialog::FontSubstitution
90 textview->show();
98 scrollwindow->show();
103 cbSelect->show();
106 cbWarning->set_label(_("Don't show this warning again"));
107 cbWarning->show();
/inkscape/share/extensions/
H A Dlayout_nup.py77 showList.append(i.lower().replace('show', ''))
88 show=showList,
123 show=['default'],
139 show -- list of keywords indicating what to show
147 if 'default' in show:
148 show = set(show).union(['inner', 'innerbox', 'holder', 'crosses'])
217 if set(['inner', 'outer']).intersection(show):
220 if 'inner' in show
[all...]
/inkscape/src/ui/widget/
H A Dcolor-picker.cpp37 _preview.show();
69 _color_selector->show();
99 _colorSelectorDialog.show();
H A Dimageicon.h34 * This uses Inkscape's renderer to show images in a variety of formats,
89 bool show(const Glib::ustring &fileName);
H A Danchor-selector.cpp21 buttonIcon->show();
24 button.show();
H A Drandom.cpp80 pIcon->show();
82 pButton->show();
/inkscape/src/live_effects/parameter/
H A Doriginalpath.cpp62 pIcon->show();
64 pButton->show();
74 pIcon->show();
76 pButton->show();
H A Dpath.cpp165 pIcon->show();
167 pButton->show();
175 pIcon->show();
177 pButton->show();
185 pIcon->show();
187 pButton->show();
195 pIcon->show();
197 pButton->show();
/inkscape/src/extension/
H A Derror-file.cpp26 #define PREFERENCE_ID "/dialogs/extension-error/show-on-startup"
37 it is set based on the preferences setting for show on startup (really,
69 checkbutton->show();
79 extens->show();
/inkscape/src/widgets/
H A Dspray-toolbar.cpp104 bool show = true; local
106 show = false;
108 gtk_action_set_visible( GTK_ACTION( g_object_get_data(tbl, "no_overlap") ), show );
109 gtk_action_set_visible( GTK_ACTION( g_object_get_data(tbl, "over_no_transparent") ), show );
110 gtk_action_set_visible( GTK_ACTION( g_object_get_data(tbl, "over_transparent") ), show );
111 gtk_action_set_visible( GTK_ACTION( g_object_get_data(tbl, "pick_no_overlap") ), show );
112 gtk_action_set_visible( GTK_ACTION( g_object_get_data(tbl, "pick_stroke") ), show );
113 gtk_action_set_visible( GTK_ACTION( g_object_get_data(tbl, "pick_fill") ), show );
114 gtk_action_set_visible( GTK_ACTION( g_object_get_data(tbl, "pick_inverse_value") ), show );
115 gtk_action_set_visible( GTK_ACTION( g_object_get_data(tbl, "pick_center") ), show );
[all...]
H A Dsp-widget.cpp41 static void show(GtkWidget *widget);
121 widget_class->show = SPWidgetImpl::show;
169 void SPWidgetImpl::show(GtkWidget *widget) function in class:Inkscape::SPWidgetImpl
189 if (GTK_WIDGET_CLASS(sp_widget_parent_class)->show) {
190 GTK_WIDGET_CLASS(sp_widget_parent_class)->show(widget);
/inkscape/src/
H A Dsp-paint-server.cpp68 Inkscape::DrawingPattern *SPPaintServer::show(Inkscape::Drawing &/*drawing*/, unsigned int /*key*/, Geom::OptRect /*bbox*/) function in class:SPPaintServer
H A Dsp-symbol.cpp112 Inkscape::DrawingItem* SPSymbol::show(Inkscape::Drawing &drawing, unsigned int key, unsigned int flags) { function in class:SPSymbol
117 ai = SPGroup::show(drawing, key, flags);
H A Dsp-hatch-path.h43 Inkscape::DrawingItem *show(Inkscape::Drawing &drawing, unsigned int key, Geom::OptInterval extents);
H A Dsp-paint-server.h45 //Either pattern new or all three methods show, hide, setBBox need to be implemented
46 virtual Inkscape::DrawingPattern *show(Inkscape::Drawing &drawing, unsigned int key, Geom::OptRect bbox); // TODO check passing bbox by value. Looks suspicious.
H A Dsp-root.h63 virtual Inkscape::DrawingItem* show(Inkscape::Drawing &drawing, unsigned int key, unsigned int flags);
/inkscape/src/extension/param/
H A Ddescription.cpp91 label->show();
95 hbox->show();
H A Dstring.cpp170 label->show();
174 textbox->show();
177 hbox->show();
H A Dbool.cpp141 label->show();
145 checkbox->show();
148 hbox->show();
H A Dcolor.cpp104 selector->show();
105 hbox->show();
/inkscape/src/ui/tool/
H A Dmulti-path-manipulator.h69 void showOutline(bool show);
70 void showHandles(bool show);
71 void showPathDirection(bool show);
H A Dpath-manipulator.h87 void showOutline(bool show);
88 void showHandles(bool show);
89 void showPathDirection(bool show);

Completed in 94 milliseconds

1234567