Searched defs:_handleButtonEvent (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/ui/dialog/
H A Dknot-properties.cpp168 void KnotPropertiesDialog::_handleButtonEvent(GdkEventButton* event) function in class:Inkscape::UI::Dialogs::KnotPropertiesDialog
H A Dlpe-powerstroke-properties.cpp169 void PowerstrokePropertiesDialog::_handleButtonEvent(GdkEventButton* event) function in class:Inkscape::UI::Dialogs::PowerstrokePropertiesDialog
H A Dlpe-fillet-chamfer-properties.cpp191 void FilletChamferPropertiesDialog::_handleButtonEvent(GdkEventButton *event) function in class:Inkscape::UI::Dialogs::FilletChamferPropertiesDialog
H A Dlayer-properties.cpp239 _tree.signal_button_press_event().connect_notify( sigc::mem_fun(*this, &LayerPropertiesDialog::_handleButtonEvent) );
333 void LayerPropertiesDialog::_handleButtonEvent(GdkEventButton* event) function in class:Inkscape::UI::Dialogs::LayerPropertiesDialog
H A Dlayers.cpp566 bool LayersPanel::_handleButtonEvent(GdkEventButton* event) function in class:Inkscape::UI::Dialog::LayersPanel
861 _tree.signal_button_press_event().connect( sigc::mem_fun(*this, &LayersPanel::_handleButtonEvent), false );
862 _tree.signal_button_release_event().connect( sigc::mem_fun(*this, &LayersPanel::_handleButtonEvent), false );
H A Dtags.cpp578 bool TagsPanel::_handleButtonEvent(GdkEventButton* event) function in class:Inkscape::UI::Dialog::TagsPanel
975 _tree.signal_button_press_event().connect( sigc::mem_fun(*this, &TagsPanel::_handleButtonEvent), false );
976 _tree.signal_button_release_event().connect( sigc::mem_fun(*this, &TagsPanel::_handleButtonEvent), false );
H A Dobjects.cpp753 bool ObjectsPanel::_handleButtonEvent(GdkEventButton* event) function in class:Inkscape::UI::Dialog::ObjectsPanel
1749 _tree.signal_button_press_event().connect( sigc::mem_fun(*this, &ObjectsPanel::_handleButtonEvent), false );
1750 _tree.signal_button_release_event().connect( sigc::mem_fun(*this, &ObjectsPanel::_handleButtonEvent), false );

Completed in 597 milliseconds