Searched refs:connectChanged (Results 1 - 25 of 62) sorted by relevance

123

/inkscape/src/
H A Ddocument-subset.h36 sigc::connection connectChanged(sigc::slot<void> slot) const;
H A Dmessage-stack.h72 sigc::connection connectChanged(sigc::slot<void, MessageType, char const *> slot) function in class:Inkscape::MessageStack
H A Dobject-hierarchy.h55 sigc::connection connectChanged(const sigc::slot<void, SPObject *, SPObject *> &slot) function in class:Inkscape::ObjectHierarchy
H A Dlayer-model.cpp73 _layer_hierarchy->connectChanged(sigc::bind(sigc::ptr_fun(_layer_changed), this));
H A Dselcue.cpp46 _sel_changed_connection = _selection->connectChanged(
H A Dselection-describer.cpp103 selection->connectChanged(
H A Dselection.h303 sigc::connection connectChanged(sigc::slot<void, Selection *> const &slot) { function in class:Inkscape::Selection
H A Ddocument-subset.cpp387 sigc::connection DocumentSubset::connectChanged(sigc::slot<void> slot) const { function in class:Inkscape::DocumentSubset
/inkscape/src/ui/widget/
H A Dcolor-picker.h48 sigc::connection connectChanged (const sigc::slot<void,guint>& slot) function in class:Inkscape::UI::Widget::ColorPicker
H A Dfont-variants.h141 sigc::connection connectChanged(sigc::slot<void> slot) { function in class:Inkscape::UI::Widget::FontVariants
H A Dstyle-subject.h49 sigc::connection connectChanged(sigc::signal<void>::slot_type slot) { function in class:Inkscape::UI::Widget::StyleSubject
H A Dstyle-subject.cpp91 _sel_changed = selection->connectChanged(sigc::hide(sigc::mem_fun(*this, &Selection::_emitChanged)));
H A Dobject-composite-settings.cpp91 _subject_changed = _subject->connectChanged(sigc::mem_fun(*this, &ObjectCompositeSettings::_subjectChanged));
/inkscape/src/ui/view/
H A Dview.cpp69 _message_changed_connection = _message_stack->connectChanged (sigc::bind (sigc::ptr_fun (&_onStatusMessage), this));
/inkscape/src/ui/dialog/
H A Dobject-attributes.cpp195 selectChangedConn = desktop->selection->connectChanged(sigc::hide(sigc::mem_fun(*this, &ObjectAttributes::widget_setup)));
H A Dxml-tree.cpp114 _message_changed_connection = _message_stack->connectChanged(
371 sel_changed_connection = desktop->getSelection()->connectChanged(sigc::hide(sigc::mem_fun(this, &XmlTree::on_desktop_selection_changed)));
838 sel_changed_connection = dt->getSelection()->connectChanged(sigc::hide(sigc::mem_fun(this, &XmlTree::on_desktop_selection_changed)));
H A Dicon-preview.cpp315 selChangedConn = this->desktop->selection->connectChanged(sigc::hide(sigc::mem_fun(this, &IconPreviewPanel::queueRefresh)));
/inkscape/src/widgets/
H A Dspiral-toolbar.cpp295 desktop->getSelection()->connectChanged(sigc::bind(sigc::ptr_fun(sp_spiral_toolbox_selection_changed), holder))
H A Darc-toolbar.cpp407 changed = desktop->getSelection()->connectChanged(sigc::bind(sigc::ptr_fun(sp_arc_toolbox_selection_changed), holder));
/inkscape/src/ui/tools/
H A Dspiral-tool.cpp118 this->sel_changed_connection = selection->connectChanged(sigc::mem_fun(this, &SpiralTool::selection_changed));
H A Dstar-tool.cpp129 this->sel_changed_connection = selection->connectChanged(sigc::mem_fun(this, &StarTool::selection_changed));
H A Darc-tool.cpp112 this->sel_changed_connection = selection->connectChanged(
H A Dbox3d-tool.cpp144 this->sel_changed_connection = this->desktop->getSelection()->connectChanged(
H A Dlpe-tool.cpp107 selection->connectChanged(sigc::bind(sigc::ptr_fun(&sp_lpetool_context_selection_changed), (gpointer)this));
H A Drect-tool.cpp110 this->sel_changed_connection = this->desktop->getSelection()->connectChanged(

Completed in 94 milliseconds

123