Searched refs:connect (Results 1 - 25 of 172) sorted by relevance

1234567

/inkscape/src/ui/widget/
H A Dspinbutton.cpp28 signal_input().connect(sigc::mem_fun(*this, &SpinButton::on_input));
29 signal_focus_in_event().connect(sigc::mem_fun(*this, &SpinButton::on_my_focus_in_event));
30 signal_key_press_event().connect(sigc::mem_fun(*this, &SpinButton::on_my_key_press_event));
H A Dcolor-picker.cpp41 _selected_color.signal_changed.connect(sigc::mem_fun(this, &ColorPicker::_onSelectedColorChanged));
42 _selected_color.signal_dragged.connect(sigc::mem_fun(this, &ColorPicker::_onSelectedColorChanged));
43 _selected_color.signal_released.connect(sigc::mem_fun(this, &ColorPicker::_onSelectedColorChanged));
H A Dspin-slider.cpp30 signal_value_changed().connect(signal_attr_changed().make_slot());
158 signal_value_changed().connect(signal_attr_changed().make_slot());
161 _s1.get_adjustment()->signal_value_changed().connect(_signal_value_changed.make_slot());
162 _s2.get_adjustment()->signal_value_changed().connect(_signal_value_changed.make_slot());
163 _s1.get_adjustment()->signal_value_changed().connect(sigc::mem_fun(*this, &DualSpinSlider::update_linked));
165 _s1.get_adjustment().signal_value_changed().connect(_signal_value_changed.make_slot());
166 _s2.get_adjustment().signal_value_changed().connect(_signal_value_changed.make_slot());
167 _s1.get_adjustment().signal_value_changed().connect(sigc::mem_fun(*this, &DualSpinSlider::update_linked));
169 _link.signal_toggled().connect(sigc::mem_fun(*this, &DualSpinSlider::link_toggled));
H A Dfilter-effect-chooser.cpp47 _blend.signal_changed().connect(signal_blend_blur_changed());
48 _blur.signal_value_changed().connect(signal_blend_blur_changed());
H A Dspin-scale.cpp33 signal_value_changed().connect(signal_attr_changed().make_slot());
58 signal_value_changed().connect(signal_attr_changed().make_slot());
140 signal_value_changed().connect(signal_attr_changed().make_slot());
142 _s1.get_adjustment()->signal_value_changed().connect(_signal_value_changed.make_slot());
143 _s2.get_adjustment()->signal_value_changed().connect(_signal_value_changed.make_slot());
144 _s1.get_adjustment()->signal_value_changed().connect(sigc::mem_fun(*this, &DualSpinScale::update_linked));
146 _link.signal_toggled().connect(sigc::mem_fun(*this, &DualSpinScale::link_toggled));
H A Dfont-variants.cpp94 _ligatures_common.signal_clicked().connect ( sigc::mem_fun(*this, &FontVariants::ligatures_callback) );
95 _ligatures_discretionary.signal_clicked().connect ( sigc::mem_fun(*this, &FontVariants::ligatures_callback) );
96 _ligatures_historical.signal_clicked().connect ( sigc::mem_fun(*this, &FontVariants::ligatures_callback) );
97 _ligatures_contextual.signal_clicked().connect ( sigc::mem_fun(*this, &FontVariants::ligatures_callback) );
122 _position_normal.signal_pressed().connect ( sigc::mem_fun(*this, &FontVariants::position_callback) );
123 _position_sub.signal_pressed().connect ( sigc::mem_fun(*this, &FontVariants::position_callback) );
124 _position_super.signal_pressed().connect ( sigc::mem_fun(*this, &FontVariants::position_callback) );
156 _caps_normal.signal_clicked().connect ( sigc::mem_fun(*this, &FontVariants::caps_callback) );
157 _caps_small.signal_clicked().connect ( sigc::mem_fun(*this, &FontVariants::caps_callback) );
158 _caps_all_small.signal_clicked().connect ( sig
[all...]
H A Dregistered-widget.cpp71 _toggled_connection = signal_toggled().connect (sigc::mem_fun (*this, &RegisteredCheckButton::on_toggled));
125 _toggled_connection = signal_toggled().connect (sigc::mem_fun (*this, &RegisteredToggleButton::on_toggled));
176 _changed_connection = getUnitMenu()->signal_changed().connect (sigc::mem_fun (*this, &RegisteredUnitMenu::on_changed));
224 _value_changed_connection = signal_value_changed().connect (sigc::mem_fun (*this, &RegisteredScalarUnit::on_value_changed));
292 _value_changed_connection = signal_value_changed().connect (sigc::mem_fun (*this, &RegisteredScalar::on_value_changed));
338 _activate_connection = signal_activate().connect (sigc::mem_fun (*this, &RegisteredText::on_activate));
464 _changed_connection = signal_value_changed().connect (sigc::mem_fun(*this, &RegisteredSuffixedInteger::on_value_changed));
519 _changed_connection = _rb1->signal_toggled().connect (sigc::mem_fun (*this, &RegisteredRadioButtonPair::on_value_changed));
576 _value_x_changed_connection = signal_x_value_changed().connect (sigc::mem_fun (*this, &RegisteredPoint::on_value_changed));
577 _value_y_changed_connection = signal_y_value_changed().connect (sig
[all...]
H A Drotateable.cpp35 signal_button_press_event().connect(sigc::mem_fun(*this, &Rotateable::on_click));
36 signal_motion_notify_event().connect(sigc::mem_fun(*this, &Rotateable::on_motion));
37 signal_button_release_event().connect(sigc::mem_fun(*this, &Rotateable::on_release));
38 signal_scroll_event().connect(sigc::mem_fun(*this, &Rotateable::on_scroll));
H A Dcolor-entry.cpp25 _color_changed_connection = color.signal_changed.connect(sigc::mem_fun(this, &ColorEntry::_onColorChanged));
26 _color_dragged_connection = color.signal_dragged.connect(sigc::mem_fun(this, &ColorEntry::_onColorChanged));
H A Ddock-item.cpp83 signal_drag_begin().connect(sigc::mem_fun(*this, &Inkscape::UI::Widget::DockItem::_onDragBegin));
84 signal_drag_end().connect(sigc::mem_fun(*this, &Inkscape::UI::Widget::DockItem::_onDragEnd));
85 signal_hide().connect(sigc::mem_fun(*this, &Inkscape::UI::Widget::DockItem::_onHide), false);
86 signal_show().connect(sigc::mem_fun(*this, &Inkscape::UI::Widget::DockItem::_onShow), false);
87 signal_state_changed().connect(sigc::mem_fun(*this, &Inkscape::UI::Widget::DockItem::_onStateChanged));
88 signal_delete_event().connect(sigc::mem_fun(*this, &Inkscape::UI::Widget::DockItem::_onDeleteEvent));
89 signal_realize().connect(sigc::mem_fun(*this, &Inkscape::UI::Widget::DockItem::_onRealize));
438 _window->signal_hide().connect(sigc::mem_fun(*this, &Inkscape::UI::Widget::DockItem::_onHideWindow));
440 _window->signal_key_press_event().connect(sigc::mem_fun(*this, &Inkscape::UI::Widget::DockItem::_onKeyPress));
/inkscape/src/extension/
H A Dtimer.cpp53 Glib::signal_timeout().connect(sigc::ptr_fun(&timer_func), timeout * 1000 / TIMER_SCALE_VALUE);
177 Glib::signal_timeout().connect(sigc::ptr_fun(&timer_func), timeout * 1000 / TIMER_SCALE_VALUE);
198 Glib::signal_idle().connect(sigc::ptr_fun(&idle_func));
/inkscape/src/
H A Dobject-hierarchy.h50 return _added_signal.connect(slot);
53 return _removed_signal.connect(slot);
57 return _changed_signal.connect(slot);
H A Dlayer-manager.h37 return _layer_changed_signal.connect(slot);
41 return _details_changed_signal.connect(slot);
/inkscape/src/ui/dialog/
H A Ddesktop-tracker.cpp35 void DesktopTracker::connect(GtkWidget *widget) function in class:Inkscape::UI::Dialog::DesktopTracker
43 inkID = INKSCAPE.signal_activate_desktop.connect(
93 return desktopChangedSig.connect(slot);
H A Dcalligraphic-profile-rename.cpp84 .connect(sigc::mem_fun(*this, &CalligraphicProfileRename::_close));
86 .connect(sigc::mem_fun(*this, &CalligraphicProfileRename::_delete));
88 .connect(sigc::mem_fun(*this, &CalligraphicProfileRename::_apply));
90 signal_delete_event().connect( sigc::bind_return(
H A Ddesktop-tracker.h28 void connect(GtkWidget *widget);
H A Dknot-properties.cpp88 .connect(sigc::mem_fun(*this, &KnotPropertiesDialog::_close));
90 .connect(sigc::mem_fun(*this, &KnotPropertiesDialog::_apply));
92 signal_delete_event().connect(
146 Glib::signal_idle().connect(
H A Dlpe-powerstroke-properties.cpp88 .connect(sigc::mem_fun(*this, &PowerstrokePropertiesDialog::_close));
90 .connect(sigc::mem_fun(*this, &PowerstrokePropertiesDialog::_apply));
92 signal_delete_event().connect(
147 Glib::signal_idle().connect(
H A Ddialog.cpp76 INKSCAPE.signal_activate_desktop.connect(sigc::mem_fun(*this, &Dialog::onDesktopActivated));
77 INKSCAPE.signal_dialogs_hide.connect(sigc::mem_fun(*this, &Dialog::onHideF12));
78 INKSCAPE.signal_dialogs_unhide.connect(sigc::mem_fun(*this, &Dialog::onShowF12));
79 INKSCAPE.signal_shut_down.connect(sigc::mem_fun(*this, &Dialog::onShutdown));
81 Glib::wrap(gobj())->signal_event().connect(sigc::mem_fun(*this, &Dialog::_onEvent));
82 Glib::wrap(gobj())->signal_key_press_event().connect(sigc::mem_fun(*this, &Dialog::_onKeyPress));
H A Dtracedialog.cpp520 modeBrightnessSpinner.get_adjustment()->signal_value_changed().connect( sigc::mem_fun(*this, &TraceDialogImpl::onSettingsChange) );
539 modeCannyRadioButton.signal_clicked().connect( sigc::mem_fun(*this, &TraceDialogImpl::onSettingsChange) );
557 modeCannyHiSpinner.get_adjustment()->signal_value_changed().connect( sigc::mem_fun(*this, &TraceDialogImpl::onSettingsChange) );
576 modeQuantRadioButton.signal_clicked().connect( sigc::mem_fun(*this, &TraceDialogImpl::onSettingsChange) );
584 modeQuantNrColorSpinner.get_adjustment()->signal_value_changed().connect( sigc::mem_fun(*this, &TraceDialogImpl::onSettingsChange) );
600 modeInvertButton.signal_clicked().connect( sigc::mem_fun(*this, &TraceDialogImpl::onSettingsChange) );
614 modeMultiScanBrightnessRadioButton.signal_clicked().connect( sigc::mem_fun(*this, &TraceDialogImpl::onSettingsChange) );
626 modeMultiScanNrColorSpinner.get_adjustment()->signal_value_changed().connect( sigc::mem_fun(*this, &TraceDialogImpl::onSettingsChange) );
635 modeMultiScanColorRadioButton.signal_clicked().connect( sigc::mem_fun(*this, &TraceDialogImpl::onSettingsChange) );
644 modeMultiScanMonoRadioButton.signal_clicked().connect( sig
[all...]
H A Dpanel-dialog.h149 _panel.signalResponse().connect(sigc::mem_fun(*this, &PanelDialog::_handleResponse));
150 _panel.signalPresent().connect(sigc::mem_fun(*this, &PanelDialog::_presentDialog));
199 _panel.signalResponse().connect(sigc::mem_fun(*this, &PanelDialog::_handleResponse));
241 INKSCAPE.signal_activate_desktop.connect(
244 INKSCAPE.signal_deactivate_desktop.connect(
H A Docaldialogs.cpp124 fileNameEntry->signal_activate().connect(
304 signal_size_allocate().connect(sigc::mem_fun(*this, &WrapLabel::_on_size_allocate));
320 signal_draw().connect(sigc::mem_fun(*this, &LoadingBox::_on_draw), false);
322 signal_expose_event().connect(sigc::mem_fun(*this, &LoadingBox::_on_expose_event), false);
381 timeout = Glib::signal_timeout().connect(sigc::mem_fun(*this, &LoadingBox::on_timeout), 80);
438 signal_draw().connect(sigc::mem_fun(*this, &PreviewWidget::_on_draw), false);
440 signal_expose_event().connect(sigc::mem_fun(*this, &PreviewWidget::_on_expose_event), false);
579 signal_changed().connect(sigc::mem_fun(*this, &SearchEntry::_on_changed));
580 signal_icon_press().connect(sigc::mem_fun(*this, &SearchEntry::_on_icon_pressed));
611 signal_draw().connect(sig
[all...]
H A Dsvg-fonts-dialog.cpp95 entry->signal_changed().connect(sigc::mem_fun(*this, &SvgFontsDialog::on_attr_changed));
107 entry.signal_changed().connect(sigc::mem_fun(*this, &SvgFontsDialog::AttrEntry::on_attr_changed));
229 mi->signal_activate().connect(rem);
238 mi->signal_activate().connect(rem);
247 mi->signal_activate().connect(rem);
400 setwidth_spin.signal_changed().connect(sigc::mem_fun(*this, &SvgFontsDialog::on_setwidth_changed));
698 missing_glyph_button.signal_clicked().connect(sigc::mem_fun(*this, &SvgFontsDialog::missing_glyph_description_from_selected_path));
700 missing_glyph_reset_button.signal_clicked().connect(sigc::mem_fun(*this, &SvgFontsDialog::reset_missing_glyph_description));
715 add_glyph_button.signal_clicked().connect(sigc::mem_fun(*this, &SvgFontsDialog::add_glyph));
722 glyph_from_path_button.signal_clicked().connect(sig
[all...]
/inkscape/src/display/
H A Dcanvas-temporary-item-list.cpp42 tempitem->signal_timeout.connect( sigc::mem_fun(*this, &TemporaryItemList::_item_timeout) );
/inkscape/src/ui/view/
H A Dview.cpp66 _resized_connection = _resized_signal.connect (sigc::bind (sigc::ptr_fun (&_onResized), this));
67 _redraw_requested_connection = _redraw_requested_signal.connect (sigc::bind (sigc::ptr_fun (&_onRedrawRequested), this));

Completed in 31 milliseconds

1234567