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

12345

/inkscape/src/ui/dialog/
H A Ddebug.h50 virtual void hide() = 0;
H A Dobject-attributes.cpp195 selectChangedConn = desktop->selection->connectChanged(sigc::hide(sigc::mem_fun(*this, &ObjectAttributes::widget_setup)));
196 subselChangedConn = desktop->connectToolSubselectionChanged(sigc::hide(sigc::mem_fun(*this, &ObjectAttributes::widget_setup)));
199 selectModifiedConn = desktop->selection->connectModified(sigc::hide<0>(sigc::mem_fun(*this, &ObjectAttributes::selectionModifiedCB)));
H A Dcalligraphic-profile-rename.cpp91 sigc::hide(sigc::mem_fun(*this, &CalligraphicProfileRename::_close)), true ) );
120 this->Gtk::Dialog::hide();
H A Ddock-behavior.h41 void hide();
H A Dfloating-behavior.h41 void 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 Docaldialogs.cpp152 hide();
257 hide();
464 box_loading->hide();
481 box_loading->hide();
482 image->hide();
535 spinner->hide();
536 image->hide();
537 label->hide();
542 spinner->hide();
551 spinner->hide();
[all...]
H A Dlivepatheffect-add.cpp95 signal_delete_event().connect( sigc::bind_return(sigc::hide(sigc::mem_fun(*this, &LivePathEffectAdd::onClose)), true ) );
110 hide();
H A Dtemplate-widget.cpp117 _preview_render.hide();
118 _preview_image.hide();
H A Dbehavior.h50 virtual void hide() =0;
H A Ddebug.cpp40 void hide();
138 void DebugDialogImpl::hide() function in class:Inkscape::UI::Dialog::DebugDialogImpl
141 Gtk::Dialog::hide();
/inkscape/src/ui/widget/
H A Dstyle-subject.cpp88 _subsel_changed = desktop->connectToolSubselectionChanged(sigc::hide(sigc::mem_fun(*this, &Selection::_emitChanged)));
91 _sel_changed = selection->connectChanged(sigc::hide(sigc::mem_fun(*this, &Selection::_emitChanged)));
92 _sel_modified = selection->connectModified(sigc::hide(sigc::hide(sigc::mem_fun(*this, &Selection::_emitChanged))));
120 _layer_release = layer->connectRelease(sigc::hide(sigc::bind(sigc::mem_fun(*this, &CurrentLayer::_setLayer), (SPObject *)NULL)));
121 _layer_modified = layer->connectModified(sigc::hide(sigc::hide(sigc::mem_fun(*this, &CurrentLayer::_emitChanged))));
H A Dcolor-picker.cpp56 _colorSelectorDialog.hide();
88 _colorSelectorDialog.hide();
H A Ddock.h53 void hide();
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();
/inkscape/src/
H A Dlayer-model.h77 void toggleHideAllLayers(bool hide);
H A Dsp-paint-server.cpp73 void SPPaintServer::hide(unsigned int /*key*/) function in class:SPPaintServer
H A Dsp-symbol.cpp128 void SPSymbol::hide(unsigned int key) { function in class:SPSymbol
131 SPGroup::hide(key);
H A Dsp-hatch-path.h44 void hide(unsigned int key);
H A Dsp-paint-server.h45 //Either pattern new or all three methods show, hide, setBBox need to be implemented
47 virtual void hide(unsigned int key);
H A Dsp-symbol.h45 virtual void hide (unsigned int key);
H A Dsp-use.h65 virtual void hide(unsigned int key);
H A Dselcue.cpp47 sigc::hide(sigc::mem_fun(*this, &Inkscape::SelCue::_newItemBboxes))
53 sigc::hide(sigc::hide(sigc::mem_fun(*this, modifiedSignal)))
/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);
/inkscape/src/extension/
H A Dexecution-env.cpp81 _visibleDialog->hide();
125 _visibleDialog->hide();

Completed in 36 milliseconds

12345