Searched refs:_getDragTip (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ui/tool/ | ||
H A D | control-point.h | 346 virtual Glib::ustring _getDragTip(GdkEventMotion */*event*/) const { return ""; } function in class:Inkscape::UI::ControlPoint |
H A D | node.h | 131 virtual Glib::ustring _getDragTip(GdkEventMotion *event) const; 249 virtual Glib::ustring _getDragTip(GdkEventMotion *event) const; |
H A D | transform-handle-set.cpp | 220 virtual Glib::ustring _getDragTip(GdkEventMotion */*event*/) const { function in class:Inkscape::UI::ScaleHandle 462 virtual Glib::ustring _getDragTip(GdkEventMotion */*event*/) const { function in class:Inkscape::UI::RotateHandle 602 virtual Glib::ustring _getDragTip(GdkEventMotion */*event*/) const { function in class:Inkscape::UI::SkewHandle |
H A D | control-point.cpp | 508 Glib::ustring tip = _getDragTip(event); |
H A D | node.cpp | 559 Glib::ustring Handle::_getDragTip(GdkEventMotion */*event*/) const function in class:Inkscape::UI::Handle 1466 Glib::ustring Node::_getDragTip(GdkEventMotion */*event*/) const function in class:Inkscape::UI::Node |
Completed in 51 milliseconds