Searched refs:SPAnchorType (Results 1 - 19 of 19) sorted by relevance
/inkscape/src/ |
H A D | seltrans-handles.h | 48 SPAnchorType anchor;
|
H A D | enums.h | 35 } SPAnchorType; typedef in typeref:enum:__anon48
|
H A D | knot.h | 57 SPAnchorType anchor; /**< Anchor. */
|
H A D | knot.cpp | 497 anchor = (SPAnchorType) i;
|
/inkscape/src/ui/ |
H A D | previewfillable.h | 32 virtual void setOrientation(SPAnchorType how) = 0;
|
H A D | previewholder.h | 49 virtual void setOrientation(SPAnchorType how); 80 SPAnchorType _anchor;
|
H A D | previewholder.cpp | 239 void PreviewHolder::setOrientation(SPAnchorType how)
|
/inkscape/src/ui/tool/ |
H A D | selectable-control-point.h | 35 SelectableControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor, 40 SelectableControlPoint(SPDesktop *d, Geom::Point const &initial_pos, SPAnchorType anchor,
|
H A D | control-point.h | 234 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 D | selectable-control-point.cpp | 26 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 D | control-point.cpp | 66 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 D | transform-handle-set.h | 102 TransformHandle(TransformHandleSet &th, SPAnchorType anchor, Glib::RefPtr<Gdk::Pixbuf> pb);
|
H A D | transform-handle-set.cpp | 45 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 D | sodipodi-ctrl.h | 39 SPAnchorType anchor;
|
H A D | sodipodi-ctrl.cpp | 91 ctrl->anchor = (SPAnchorType) g_value_get_int(value);
|
/inkscape/src/ui/dialog/ |
H A D | swatches.h | 38 virtual void setOrientation(SPAnchorType how);
|
H A D | swatches.cpp | 701 void SwatchesPanel::setOrientation(SPAnchorType how)
|
/inkscape/src/ui/widget/ |
H A D | panel.h | 99 virtual void setOrientation(SPAnchorType how); 145 SPAnchorType _anchor;
|
H A D | panel.cpp | 317 void Panel::setOrientation(SPAnchorType how)
|
Completed in 223 milliseconds