/inkscape/src/ |
H A D | sp-paint-server.cpp | 73 void SPPaintServer::hide(unsigned int /*key*/) function in class:SPPaintServer
|
H A D | layer-model.cpp | 124 void LayerModel::toggleHideAllLayers(bool hide) { argument 127 SP_ITEM(obj)->setHidden(hide); 176 // Don't hide ancestors, since that would in turn hide the layer as well
|
H A D | sp-symbol.cpp | 128 void SPSymbol::hide(unsigned int key) { function in class:SPSymbol 131 SPGroup::hide(key);
|
H A D | knot.cpp | 395 void SPKnot::hide() { function in class:SPKnot
|
H A D | sp-clippath.cpp | 225 void SPClipPath::hide(unsigned int key) { function in class:SPClipPath
|
H A D | sp-hatch-path.cpp | 171 void SPHatchPath::hide(unsigned int key) function in class:SPHatchPath
|
H A D | sp-marker.cpp | 108 SPGroup::hide( it->first ); 301 void SPMarker::hide(unsigned int key) { function in class:SPMarker 303 SPGroup::hide(key); 336 marker->hide(key); 417 * \param key SPMarkerView key to hide. 422 marker->hide(key);
|
H A D | sp-use.cpp | 62 sigc::hide(sigc::hide(sigc::mem_fun(this, &SPUse::href_changed))) 297 void SPUse::hide(unsigned int key) { function in class:SPUse 553 sigc::hide(sigc::mem_fun(this, &SPUse::delete_self)) 557 sigc::hide(sigc::mem_fun(this, &SPUse::move_compensate))
|
H A D | sp-hatch.cpp | 93 child->hide(view_iter->key); 374 child->hide(iter->key); 532 void SPHatch::hide(unsigned int key) function in class:SPHatch 538 child->hide(key);
|
H A D | sp-shape.cpp | 795 void SPShape::hide(unsigned int key) { function in class:SPShape
|
H A D | sp-flowtext.cpp | 53 /* fixme: hide (Lauris) */ 323 void SPFlowtext::hide(unsigned int key) { function in class:SPFlowtext
|
H A D | sp-item-group.cpp | 126 /* fixme: hide (Lauris) */ 349 void SPGroup::hide (unsigned int key) { function in class:SPGroup 458 * hide the existence of such groups from the user (i.e. editing behaves as
|
H A D | sp-namedview.cpp | 919 void SPNamedView::hide(SPDesktop const *desktop) function in class:SPNamedView 972 if (!set) { // hide guides if not specified, for backwards compatibility 990 if (!set) { // hide guides if not specified, for backwards compatibility 1109 if (!set) { // hide guides if not specified, for backwards compatibility
|
H A D | sp-text.cpp | 351 void SPText::hide(unsigned int key) { function in class:SPText
|
H A D | desktop.cpp | 354 namedview->hide(this); 576 void SPDesktop::toggleHideAllLayers(bool hide) argument 578 layers->toggleHideAllLayers(hide); 1543 namedview->hide(this); 1737 /* Show/hide page border */ 1762 /* Show/hide page shadow */
|
H A D | sp-item.cpp | 142 void SPItem::setHidden(bool hide) { argument 144 style->display.value = ( hide ? SP_CSS_DISPLAY_NONE : SP_CSS_DISPLAY_INLINE ); 422 // which will cause the hide() function to be called. 432 fill_ps->hide(item->display->arenaitem->key()); 435 stroke_ps->hide(item->display->arenaitem->key()); 553 oldPath->hide(v->arenaitem->key()); 605 old_fill_ps->hide(v->arenaitem->key()); 630 old_stroke_ps->hide(v->arenaitem->key()); 1174 void SPItem::hide(unsigned int /*key*/) { function in class:SPItem 1180 this->hide(ke [all...] |
/inkscape/src/ui/dialog/ |
H A D | debug.cpp | 40 void hide(); 138 void DebugDialogImpl::hide() function in class:Inkscape::UI::Dialog::DebugDialogImpl 141 Gtk::Dialog::hide();
|
H A D | dock-behavior.cpp | 108 DockBehavior::hide() function in class:Inkscape::UI::Dialog::Behavior::DockBehavior 111 _dock_item.hide(); 211 hide();
|
H A D | floating-behavior.cpp | 46 hide(); 150 inline void FloatingBehavior::hide() { _d->hide(); } function in class:Inkscape::UI::Dialog::Behavior::FloatingBehavior 179 hide();
|
H A D | dialog.cpp | 134 inline void Dialog::hide() { _behavior->hide(); } function in class:Inkscape::UI::Dialog::Dialog 290 _behavior->hide();
|
H A D | export.cpp | 172 hide_export(_("Hide a_ll except selected"), _("In the exported image, hide all objects except those that are selected")), 415 selectChangedConn = desktop->selection->connectChanged(sigc::hide(sigc::mem_fun(*this, &Export::onSelectionChanged))); 416 subselChangedConn = desktop->connectToolSubselectionChanged(sigc::hide(sigc::mem_fun(*this, &Export::onSelectionChanged))); 419 selectModifiedConn = desktop->selection->connectModified(sigc::hide<0>(sigc::mem_fun(*this, &Export::onSelectionModified))); 1014 bool hide = hide_export.get_active (); local 1078 hide ? (desktop->getSelection()->itemList()) : x 1168 hide ? (desktop->getSelection()->itemList()) : x
|
/inkscape/src/ui/widget/ |
H A D | dock.cpp | 33 dock->hide(); 123 INKSCAPE.signal_dialogs_hide.connect(sigc::mem_fun(*this, &Dock::hide)); 205 void Dock::hide() function in class:Inkscape::UI::Widget::Dock 207 getWidget().hide();
|
H A D | layer-selector.cpp | 66 _a->hide(); 76 _b->hide(); 89 /** LayerSelector constructor. Creates lock and hide buttons, 606 void LayerSelector::_hideLayer(bool hide) { argument 608 SP_ITEM(_layer)->setHidden(hide); 610 hide? _("Hide layer") : _("Unhide layer"));
|
H A D | dock-item.cpp | 252 DockItem::hide() function in class:Inkscape::UI::Widget::DockItem 448 hide(); 473 "hide",
|
/inkscape/src/widgets/ |
H A D | sp-widget.cpp | 42 static void hide(GtkWidget *widget); 122 widget_class->hide = SPWidgetImpl::hide; 194 void SPWidgetImpl::hide(GtkWidget *widget) function in class:Inkscape::SPWidgetImpl 205 if (GTK_WIDGET_CLASS(sp_widget_parent_class)->hide) { 206 GTK_WIDGET_CLASS(sp_widget_parent_class)->hide(widget);
|