Searched refs:show_handles (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | node-tool.h | 80 bool show_handles; member in class:Inkscape::UI::Tools::NodeTool
|
H A D | node-tool.cpp | 137 , show_handles(false) 261 sp_event_context_read(this, "show_handles"); 334 if (entry_name == "show_handles") { 335 this->show_handles = value.getBool(true); 336 this->_multipath->showHandles(this->show_handles); 585 prefs->setBool("/tools/nodes/show_handles", !this->show_handles);
|
/inkscape/src/ |
H A D | seltrans.h | 59 void grab(Geom::Point const &p, double x, double y, bool show_handles, bool translating);
|
H A D | seltrans.cpp | 253 void Inkscape::SelTrans::grab(Geom::Point const &p, gdouble x, gdouble y, bool show_handles, bool translating) argument 263 _show_handles = show_handles;
|
H A D | gradient-drag.cpp | 1961 bool show_handles = true; //abs(prefs->getBool("/tools/mesh/show_handles", true)); local 2003 if( show_handles ) { 2015 if( show_handles ) {
|
Completed in 39 milliseconds