Searched refs:SPAnchorType (Results 1 - 19 of 19) sorted by relevance

/inkscape/src/
H A Dseltrans-handles.h48 SPAnchorType anchor;
H A Denums.h35 } SPAnchorType; typedef in typeref:enum:__anon48
H A Dknot.h57 SPAnchorType anchor; /**< Anchor. */
H A Dknot.cpp497 anchor = (SPAnchorType) i;
/inkscape/src/ui/
H A Dpreviewfillable.h32 virtual void setOrientation(SPAnchorType how) = 0;
H A Dpreviewholder.h49 virtual void setOrientation(SPAnchorType how);
80 SPAnchorType _anchor;
H A Dpreviewholder.cpp239 void PreviewHolder::setOrientation(SPAnchorType how)
/inkscape/src/ui/tool/
H A Dselectable-control-point.h35 SelectableControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
40 SelectableControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
H A Dcontrol-point.h234 ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
248 ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
316 SPAnchorType _anchor() const;
324 void _setAnchor(SPAnchorType anchor);
H A Dselectable-control-point.cpp26 SelectableControlPoint::SelectableControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
36 SelectableControlPoint::SelectableControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
H A Dcontrol-point.cpp66 ControlPoint::ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
79 "anchor", (SPAnchorType) anchor, "size", (gdouble) pixbuf->get_width(),
88 ControlPoint::ControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
178 SPAnchorType ControlPoint::_anchor() const
180 SPAnchorType ret;
204 void ControlPoint::_setAnchor(SPAnchorType anchor)
H A Dtransform-handle-set.h102 TransformHandle(TransformHandleSet &th, SPAnchorType anchor, Glib::RefPtr<Gdk::Pixbuf> pb);
H A Dtransform-handle-set.cpp45 SPAnchorType corner_to_anchor(unsigned c) {
54 SPAnchorType side_to_anchor(unsigned s) {
89 TransformHandle::TransformHandle(TransformHandleSet &th, SPAnchorType anchor, Glib::RefPtr<Gdk::Pixbuf> pb) :
195 ScaleHandle(TransformHandleSet &th, SPAnchorType anchor, Glib::RefPtr<Gdk::Pixbuf> pb)
/inkscape/src/display/
H A Dsodipodi-ctrl.h39 SPAnchorType anchor;
H A Dsodipodi-ctrl.cpp91 ctrl->anchor = (SPAnchorType) g_value_get_int(value);
/inkscape/src/ui/dialog/
H A Dswatches.h38 virtual void setOrientation(SPAnchorType how);
H A Dswatches.cpp701 void SwatchesPanel::setOrientation(SPAnchorType how)
/inkscape/src/ui/widget/
H A Dpanel.h99 virtual void setOrientation(SPAnchorType how);
145 SPAnchorType _anchor;
H A Dpanel.cpp317 void Panel::setOrientation(SPAnchorType how)

Completed in 223 milliseconds