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

/inkscape/src/
H A Dsp-paint-server.cpp73 void SPPaintServer::hide(unsigned int /*key*/) function in class:SPPaintServer
H A Dlayer-model.cpp124 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 Dsp-symbol.cpp128 void SPSymbol::hide(unsigned int key) { function in class:SPSymbol
131 SPGroup::hide(key);
H A Dknot.cpp395 void SPKnot::hide() { function in class:SPKnot
H A Dsp-clippath.cpp225 void SPClipPath::hide(unsigned int key) { function in class:SPClipPath
H A Dsp-hatch-path.cpp171 void SPHatchPath::hide(unsigned int key) function in class:SPHatchPath
H A Dsp-marker.cpp108 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 Dsp-use.cpp62 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 Dsp-hatch.cpp93 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 Dsp-shape.cpp795 void SPShape::hide(unsigned int key) { function in class:SPShape
H A Dsp-flowtext.cpp53 /* fixme: hide (Lauris) */
323 void SPFlowtext::hide(unsigned int key) { function in class:SPFlowtext
H A Dsp-item-group.cpp126 /* 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 Dsp-namedview.cpp919 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 Dsp-text.cpp351 void SPText::hide(unsigned int key) { function in class:SPText
H A Ddesktop.cpp354 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 Dsp-item.cpp142 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 Ddebug.cpp40 void hide();
138 void DebugDialogImpl::hide() function in class:Inkscape::UI::Dialog::DebugDialogImpl
141 Gtk::Dialog::hide();
H A Ddock-behavior.cpp108 DockBehavior::hide() function in class:Inkscape::UI::Dialog::Behavior::DockBehavior
111 _dock_item.hide();
211 hide();
H A Dfloating-behavior.cpp46 hide();
150 inline void FloatingBehavior::hide() { _d->hide(); } function in class:Inkscape::UI::Dialog::Behavior::FloatingBehavior
179 hide();
H A Ddialog.cpp134 inline void Dialog::hide() { _behavior->hide(); } function in class:Inkscape::UI::Dialog::Dialog
290 _behavior->hide();
H A Dexport.cpp172 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 Ddock.cpp33 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 Dlayer-selector.cpp66 _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 Ddock-item.cpp252 DockItem::hide() function in class:Inkscape::UI::Widget::DockItem
448 hide();
473 "hide",
/inkscape/src/widgets/
H A Dsp-widget.cpp42 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);

Completed in 73 milliseconds