Searched defs:show (Results 1 - 25 of 40) sorted by relevance

12

/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-root.cpp353 Inkscape::DrawingItem *SPRoot::show(Inkscape::Drawing &drawing, unsigned int key, unsigned int flags) function in class:SPRoot
357 ai = SPGroup::show(drawing, key, flags);
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 Dknot.cpp391 void SPKnot::show() { function in class:SPKnot
H A Dsp-clippath.cpp199 Inkscape::DrawingItem *SPClipPath::show(Inkscape::Drawing &drawing, unsigned int key) { function in class:SPClipPath
H A Dsp-hatch-path.cpp160 Inkscape::DrawingItem *SPHatchPath::show(Inkscape::Drawing &drawing, unsigned int key, Geom::OptInterval extents) function in class:SPHatchPath
H A Dsp-marker.cpp292 Inkscape::DrawingItem* SPMarker::show(Inkscape::Drawing &/*drawing*/, unsigned int /*key*/, unsigned int /*flags*/) { function in class:SPMarker
298 return SPGroup::show(drawing, key, flags);
352 * show and transform a child item in the drawing for all views with the given key.
359 // Do not show marker if linewidth == 0 and markerUnits == strokeWidth
381 /* Parent class ::show method */
H A Dsp-use.cpp275 Inkscape::DrawingItem* SPUse::show(Inkscape::Drawing &drawing, unsigned int key, unsigned int flags) { function in class:SPUse
277 // std::cout << "SPUse::show: " << (getId()?getId():"null") << std::endl;
H A Dsp-hatch.cpp118 Inkscape::DrawingItem *ac = path_child->show(iter->arenaitem->drawing(), iter->key, extents);
378 Inkscape::DrawingItem *cai = child->show(iter->arenaitem->drawing(), iter->key, extents);
508 Inkscape::DrawingPattern *SPHatch::show(Inkscape::Drawing &drawing, unsigned int key, Geom::OptRect bbox) function in class:SPHatch
520 Inkscape::DrawingItem *cai = child->show(drawing, key, extents);
H A Dsp-image.cpp534 Inkscape::DrawingItem* SPImage::show(Inkscape::Drawing &drawing, unsigned int /*key*/, unsigned int /*flags*/) { function in class:SPImage
/inkscape/src/ui/dialog/
H A Dcalligraphic-profile-rename.cpp123 void CalligraphicProfileRename::show(SPDesktop *desktop, const Glib::ustring profile_name) function in class:Inkscape::UI::Dialog::CalligraphicProfileRename
144 // dial.Gtk::Dialog::show();
H A Dlivepatheffect-add.cpp144 void LivePathEffectAdd::show(SPDesktop *desktop) function in class:Inkscape::UI::Dialog::LivePathEffectAdd
H A Ddebug.cpp39 void show();
129 void DebugDialogImpl::show() function in class:Inkscape::UI::Dialog::DebugDialogImpl
132 Gtk::Dialog::show();
169 debugDialog->show();
H A Ddock-behavior.cpp116 DockBehavior::show() function in class:Inkscape::UI::Dialog::Behavior::DockBehavior
118 _dock_item.show();
H A Dfloating-behavior.cpp151 inline void FloatingBehavior::show() { _d->show(); } function in class:Inkscape::UI::Dialog::Behavior::FloatingBehavior
185 show();
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();
H A Ddialog.cpp135 inline void Dialog::show() { _behavior->show(); } function in class:Inkscape::UI::Dialog::Dialog
/inkscape/src/ui/tools/
H A Dtext-tool.h63 bool show; member in class:Inkscape::UI::Tools::TextTool
H A Dlpe-tool.cpp391 bool show = prefs->getBool("/tools/lpetool/show_measuring_info", true); local
406 if (!show)
464 lpetool_show_measuring_info(LpeTool *lc, bool show) argument
468 if (show) {
/inkscape/src/ui/widget/
H A Ddock.cpp41 dock->show();
124 INKSCAPE.signal_dialogs_unhide.connect(sigc::mem_fun(*this, &Dock::show));
210 void Dock::show() function in class:Inkscape::UI::Widget::Dock
212 getWidget().show();
H A Dimageicon.cpp118 viewerGtkmm->show();
244 //now show it!
315 //now show it!
374 bool ImageIcon::show(const Glib::ustring &fileName) function in class:Inkscape::UI::Widget::ImageIcon
/inkscape/src/widgets/
H A Dlpe-toolbar.cpp151 bool show = gtk_toggle_action_get_active( act ); local
152 prefs->setBool("/tools/lpetool/show_bbox", show);
171 bool show = gtk_toggle_action_get_active( act ); local
172 prefs->setBool("/tools/lpetool/show_measuring_info", show);
173 lpetool_show_measuring_info(lc, show);
174 gtk_action_set_sensitive(GTK_ACTION(unitact), show); local
337 "show-bounding-box",
378 "draw-geometry-show-measuring-info",
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);
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...]
/inkscape/src/extension/
H A Dsystem.cpp98 bool show = true; local
104 show = false;
133 if (!show) {

Completed in 74 milliseconds

12