Searched refs:setLabelText (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | labelled.h | 56 void setLabelText(const Glib::ustring &str);
|
H A D | labelled.cpp | 69 Labelled::setLabelText(const Glib::ustring &str) function in class:Inkscape::UI::Widget::Labelled
|
H A D | registered-widget.cpp | 717 xwidget.setLabelText("Angle:"); 718 ywidget.setLabelText("Distance:"); 720 xwidget.setLabelText("X:"); 721 ywidget.setLabelText("Y:");
|
/inkscape/src/ui/tools/ |
H A D | measure-tool.h | 64 void setLabelText(const char *value, Geom::Point pos, double fontsize, Geom::Coord angle, guint32 background , Inkscape::XML::Node *measure_repr = NULL, CanvasTextAnchorPositionEnum text_anchor = TEXT_ANCHOR_CENTER );
|
H A D | measure-tool.cpp | 836 setLabelText(totallength_str, middle, fontsize, Geom::rad_from_deg(180) - ray.angle(), color); 913 void MeasureTool::setLabelText(const char *value, Geom::Point pos, double fontsize, Geom::Coord angle, guint32 background, Inkscape::XML::Node *measure_repr, CanvasTextAnchorPositionEnum text_anchor) function in class:Inkscape::UI::Tools::MeasureTool 1069 setLabelText(measure_str, position, fontsize, 0, background, measure_repr);
|
Completed in 15 milliseconds