| /inkscape/src/ui/dialog/ |
| H A D | debug.h | 45 virtual void show() = 0; 48 * Do not show the dialog
|
| H A D | font-substitution.h | 29 void show(Glib::ustring out, std::vector<SPItem*> &l);
|
| H A D | filedialog.h | 115 virtual bool show() = 0; 190 virtual bool show() =0; 294 virtual bool show() =0;
|
| H A D | font-substitution.cpp | 71 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 D | layout_nup.py | 77 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 D | color-picker.cpp | 37 _preview.show(); 69 _color_selector->show(); 99 _colorSelectorDialog.show();
|
| H A D | imageicon.h | 34 * This uses Inkscape's renderer to show images in a variety of formats, 89 bool show(const Glib::ustring &fileName);
|
| H A D | anchor-selector.cpp | 21 buttonIcon->show(); 24 button.show();
|
| H A D | random.cpp | 80 pIcon->show(); 82 pButton->show();
|
| /inkscape/src/live_effects/parameter/ |
| H A D | originalpath.cpp | 62 pIcon->show(); 64 pButton->show(); 74 pIcon->show(); 76 pButton->show();
|
| H A D | path.cpp | 165 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 D | error-file.cpp | 26 #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 D | spray-toolbar.cpp | 104 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 D | sp-widget.cpp | 41 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 D | sp-paint-server.cpp | 68 Inkscape::DrawingPattern *SPPaintServer::show(Inkscape::Drawing &/*drawing*/, unsigned int /*key*/, Geom::OptRect /*bbox*/) function in class:SPPaintServer
|
| H A D | sp-symbol.cpp | 112 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 D | sp-hatch-path.h | 43 Inkscape::DrawingItem *show(Inkscape::Drawing &drawing, unsigned int key, Geom::OptInterval extents);
|
| H A D | sp-paint-server.h | 45 //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 D | sp-root.h | 63 virtual Inkscape::DrawingItem* show(Inkscape::Drawing &drawing, unsigned int key, unsigned int flags);
|
| /inkscape/src/extension/param/ |
| H A D | description.cpp | 91 label->show(); 95 hbox->show();
|
| H A D | string.cpp | 170 label->show(); 174 textbox->show(); 177 hbox->show();
|
| H A D | bool.cpp | 141 label->show(); 145 checkbox->show(); 148 hbox->show();
|
| H A D | color.cpp | 104 selector->show(); 105 hbox->show();
|
| /inkscape/src/ui/tool/ |
| H A D | multi-path-manipulator.h | 69 void showOutline(bool show); 70 void showHandles(bool show); 71 void showPathDirection(bool show);
|
| H A D | path-manipulator.h | 87 void showOutline(bool show); 88 void showHandles(bool show); 89 void showPathDirection(bool show);
|