Searched refs:MeasureTool (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/widgets/
H A Dmeasure-toolbar.cpp53 using Inkscape::UI::Tools::MeasureTool;
61 static MeasureTool *get_measure_tool()
63 MeasureTool *tool = 0;
67 tool = static_cast<MeasureTool*>(ec);
82 MeasureTool *mt = get_measure_tool();
98 MeasureTool *mt = get_measure_tool();
113 MeasureTool *mt = get_measure_tool();
129 MeasureTool *mt = get_measure_tool();
143 MeasureTool *mt = get_measure_tool();
161 MeasureTool *m
[all...]
/inkscape/src/ui/tools/
H A Dmeasure-tool.h28 #define SP_MEASURE_CONTEXT(obj) (dynamic_cast<Inkscape::UI::Tools::MeasureTool*>((Inkscape::UI::Tools::ToolBase*)obj))
29 #define SP_IS_MEASURE_CONTEXT(obj) (dynamic_cast<const Inkscape::UI::Tools::MeasureTool*>((const Inkscape::UI::Tools::ToolBase*)obj) != NULL)
37 class MeasureTool : public ToolBase { class in namespace:Inkscape::UI::Tools
39 MeasureTool();
40 virtual ~MeasureTool();
H A Dmeasure-tool.cpp79 const std::string& MeasureTool::getPrefsPath()
81 return MeasureTool::prefsPath;
84 const std::string MeasureTool::prefsPath = "/tools/measure";
340 MeasureTool::MeasureTool() function in class:Inkscape::UI::Tools::MeasureTool
374 this->_knot_start_moved_connection = this->knot_start->moved_signal.connect(sigc::mem_fun(*this, &MeasureTool::knotStartMovedHandler));
375 this->_knot_start_click_connection = this->knot_start->click_signal.connect(sigc::mem_fun(*this, &MeasureTool::knotClickHandler));
376 this->_knot_start_ungrabbed_connection = this->knot_start->ungrabbed_signal.connect(sigc::mem_fun(*this, &MeasureTool::knotUngrabbedHandler));
377 this->_knot_end_moved_connection = this->knot_end->moved_signal.connect(sigc::mem_fun(*this, &MeasureTool::knotEndMovedHandler));
378 this->_knot_end_click_connection = this->knot_end->click_signal.connect(sigc::mem_fun(*this, &MeasureTool
[all...]
/inkscape/src/ui/dialog/
H A Dknot-properties.h74 friend class Inkscape::UI::Tools::MeasureTool;
/inkscape/src/ui/
H A Dtool-factory.cpp68 tool = new MeasureTool;

Completed in 32 milliseconds