/inkscape/src/ui/dialog/ |
H A D | debug.h | 50 virtual void hide() = 0;
|
H A D | object-attributes.cpp | 195 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 D | calligraphic-profile-rename.cpp | 91 sigc::hide(sigc::mem_fun(*this, &CalligraphicProfileRename::_close)), true ) ); 120 this->Gtk::Dialog::hide();
|
H A D | dock-behavior.h | 41 void hide();
|
H A D | floating-behavior.h | 41 void 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 | ocaldialogs.cpp | 152 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 D | livepatheffect-add.cpp | 95 signal_delete_event().connect( sigc::bind_return(sigc::hide(sigc::mem_fun(*this, &LivePathEffectAdd::onClose)), true ) ); 110 hide();
|
H A D | template-widget.cpp | 117 _preview_render.hide(); 118 _preview_image.hide();
|
H A D | behavior.h | 50 virtual void hide() =0;
|
H A D | debug.cpp | 40 void hide(); 138 void DebugDialogImpl::hide() function in class:Inkscape::UI::Dialog::DebugDialogImpl 141 Gtk::Dialog::hide();
|
/inkscape/src/ui/widget/ |
H A D | style-subject.cpp | 88 _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 D | color-picker.cpp | 56 _colorSelectorDialog.hide(); 88 _colorSelectorDialog.hide();
|
H A D | dock.h | 53 void hide();
|
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();
|
/inkscape/src/ |
H A D | layer-model.h | 77 void toggleHideAllLayers(bool hide);
|
H A D | sp-paint-server.cpp | 73 void SPPaintServer::hide(unsigned int /*key*/) function in class:SPPaintServer
|
H A D | sp-symbol.cpp | 128 void SPSymbol::hide(unsigned int key) { function in class:SPSymbol 131 SPGroup::hide(key);
|
H A D | sp-hatch-path.h | 44 void hide(unsigned int key);
|
H A D | sp-paint-server.h | 45 //Either pattern new or all three methods show, hide, setBBox need to be implemented 47 virtual void hide(unsigned int key);
|
H A D | sp-symbol.h | 45 virtual void hide (unsigned int key);
|
H A D | sp-use.h | 65 virtual void hide(unsigned int key);
|
H A D | selcue.cpp | 47 sigc::hide(sigc::mem_fun(*this, &Inkscape::SelCue::_newItemBboxes)) 53 sigc::hide(sigc::hide(sigc::mem_fun(*this, modifiedSignal)))
|
/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);
|
/inkscape/src/extension/ |
H A D | execution-env.cpp | 81 _visibleDialog->hide(); 125 _visibleDialog->hide();
|