Searched refs:show_transform_handles (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/tools/
H A Dnode-tool.h85 bool show_transform_handles; member in class:Inkscape::UI::Tools::NodeTool
H A Dnode-tool.cpp142 , show_transform_handles(false)
253 this->show_transform_handles = true;
266 sp_event_context_read(this, "show_transform_handles");
349 } else if (entry_name == "show_transform_handles") {
350 this->show_transform_handles = value.getBool(true);
352 this->show_transform_handles, this->single_node_transform_handles);
356 this->show_transform_handles, this->single_node_transform_handles);

Completed in 908 milliseconds