Searched defs:_executeAction (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ui/dialog/ | ||
H A D | layers.cpp | 198 Glib::signal_timeout().connect( sigc::mem_fun(*this, &LayersPanel::_executeAction), 0 ); 202 bool LayersPanel::_executeAction() function in class:Inkscape::UI::Dialog::LayersPanel |
H A D | tags.cpp | 220 Glib::signal_timeout().connect( sigc::mem_fun(*this, &TagsPanel::_executeAction), 0 ); 224 bool TagsPanel::_executeAction() function in class:Inkscape::UI::Dialog::TagsPanel |
H A D | objects.cpp | 1131 Glib::signal_timeout().connect( sigc::mem_fun(*this, &ObjectsPanel::_executeAction), 0 ); 1138 bool ObjectsPanel::_executeAction() function in class:Inkscape::UI::Dialog::ObjectsPanel |
Completed in 21 milliseconds