| /inkscape/src/ |
| H A D | document-subset.h | 36 sigc::connection connectChanged(sigc::slot<void> slot) const;
|
| H A D | message-stack.h | 72 sigc::connection connectChanged(sigc::slot<void, MessageType, char const *> slot) function in class:Inkscape::MessageStack
|
| H A D | object-hierarchy.h | 55 sigc::connection connectChanged(const sigc::slot<void, SPObject *, SPObject *> &slot) function in class:Inkscape::ObjectHierarchy
|
| H A D | layer-model.cpp | 73 _layer_hierarchy->connectChanged(sigc::bind(sigc::ptr_fun(_layer_changed), this));
|
| H A D | selcue.cpp | 46 _sel_changed_connection = _selection->connectChanged(
|
| H A D | selection-describer.cpp | 103 selection->connectChanged(
|
| H A D | selection.h | 303 sigc::connection connectChanged(sigc::slot<void, Selection *> const &slot) { function in class:Inkscape::Selection
|
| H A D | document-subset.cpp | 387 sigc::connection DocumentSubset::connectChanged(sigc::slot<void> slot) const { function in class:Inkscape::DocumentSubset
|
| /inkscape/src/ui/widget/ |
| H A D | color-picker.h | 48 sigc::connection connectChanged (const sigc::slot<void,guint>& slot) function in class:Inkscape::UI::Widget::ColorPicker
|
| H A D | font-variants.h | 141 sigc::connection connectChanged(sigc::slot<void> slot) { function in class:Inkscape::UI::Widget::FontVariants
|
| H A D | style-subject.h | 49 sigc::connection connectChanged(sigc::signal<void>::slot_type slot) { function in class:Inkscape::UI::Widget::StyleSubject
|
| H A D | style-subject.cpp | 91 _sel_changed = selection->connectChanged(sigc::hide(sigc::mem_fun(*this, &Selection::_emitChanged)));
|
| H A D | object-composite-settings.cpp | 91 _subject_changed = _subject->connectChanged(sigc::mem_fun(*this, &ObjectCompositeSettings::_subjectChanged));
|
| /inkscape/src/ui/view/ |
| H A D | view.cpp | 69 _message_changed_connection = _message_stack->connectChanged (sigc::bind (sigc::ptr_fun (&_onStatusMessage), this));
|
| /inkscape/src/ui/dialog/ |
| H A D | object-attributes.cpp | 195 selectChangedConn = desktop->selection->connectChanged(sigc::hide(sigc::mem_fun(*this, &ObjectAttributes::widget_setup)));
|
| H A D | xml-tree.cpp | 114 _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 D | icon-preview.cpp | 315 selChangedConn = this->desktop->selection->connectChanged(sigc::hide(sigc::mem_fun(this, &IconPreviewPanel::queueRefresh)));
|
| /inkscape/src/widgets/ |
| H A D | spiral-toolbar.cpp | 295 desktop->getSelection()->connectChanged(sigc::bind(sigc::ptr_fun(sp_spiral_toolbox_selection_changed), holder))
|
| H A D | arc-toolbar.cpp | 407 changed = desktop->getSelection()->connectChanged(sigc::bind(sigc::ptr_fun(sp_arc_toolbox_selection_changed), holder));
|
| /inkscape/src/ui/tools/ |
| H A D | spiral-tool.cpp | 118 this->sel_changed_connection = selection->connectChanged(sigc::mem_fun(this, &SpiralTool::selection_changed));
|
| H A D | star-tool.cpp | 129 this->sel_changed_connection = selection->connectChanged(sigc::mem_fun(this, &StarTool::selection_changed));
|
| H A D | arc-tool.cpp | 112 this->sel_changed_connection = selection->connectChanged(
|
| H A D | box3d-tool.cpp | 144 this->sel_changed_connection = this->desktop->getSelection()->connectChanged(
|
| H A D | lpe-tool.cpp | 107 selection->connectChanged(sigc::bind(sigc::ptr_fun(&sp_lpetool_context_selection_changed), (gpointer)this));
|
| H A D | rect-tool.cpp | 110 this->sel_changed_connection = this->desktop->getSelection()->connectChanged(
|