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

/inkscape/src/ui/dialog/
H A Dknot-properties.cpp154 bool KnotPropertiesDialog::_handleKeyEvent(GdkEventKey * /*event*/) function in class:Inkscape::UI::Dialogs::KnotPropertiesDialog
H A Dlpe-powerstroke-properties.cpp155 bool PowerstrokePropertiesDialog::_handleKeyEvent(GdkEventKey * /*event*/) function in class:Inkscape::UI::Dialogs::PowerstrokePropertiesDialog
H A Dlpe-fillet-chamfer-properties.cpp186 bool FilletChamferPropertiesDialog::_handleKeyEvent(GdkEventKey * /*event*/) function in class:Inkscape::UI::Dialogs::FilletChamferPropertiesDialog
H A Dlayer-properties.cpp238 _tree.signal_key_press_event().connect( sigc::mem_fun(*this, &LayerPropertiesDialog::_handleKeyEvent), false );
318 bool LayerPropertiesDialog::_handleKeyEvent(GdkEventKey *event) function in class:Inkscape::UI::Dialogs::LayerPropertiesDialog
H A Dlayers.cpp544 bool LayersPanel::_handleKeyEvent(GdkEventKey *event) function in class:Inkscape::UI::Dialog::LayersPanel
863 _tree.signal_key_press_event().connect( sigc::mem_fun(*this, &LayersPanel::_handleKeyEvent), false );
H A Dtags.cpp537 bool TagsPanel::_handleKeyEvent(GdkEventKey *event) function in class:Inkscape::UI::Dialog::TagsPanel
977 _tree.signal_key_press_event().connect( sigc::mem_fun(*this, &TagsPanel::_handleKeyEvent), false );
H A Dobjects.cpp697 bool ObjectsPanel::_handleKeyEvent(GdkEventKey *event) function in class:Inkscape::UI::Dialog::ObjectsPanel
1751 _tree.signal_key_press_event().connect( sigc::mem_fun(*this, &ObjectsPanel::_handleKeyEvent), false );

Completed in 1422 milliseconds