Searched defs:ShapeRef (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libavoid/
H A Dshape.h26 //! @brief Contains the interface for the ShapeRef class.
40 class ShapeRef;
41 typedef std::list<ShapeRef *> ShapeRefList;
44 //! @brief The ShapeRef class represents a shape object.
50 //! Usually, it is expected that you would create a ShapeRef for each shape
53 class ShapeRef class in namespace:Avoid
77 ShapeRef(Router *router, Polygon& poly, const unsigned int id = 0);
82 ~ShapeRef();
H A Dshape.cpp37 ShapeRef::ShapeRef(Router *router, Polygon& ply, const unsigned int id) function in class:Avoid::ShapeRef
79 ShapeRef::~ShapeRef()
105 void ShapeRef::setNewPoly(const Polygon& poly)
128 void ShapeRef::makeActive(void)
150 void ShapeRef::makeInactive(void)
172 bool ShapeRef::isActive(void) const
178 VertInf *ShapeRef::firstVert(void)
184 VertInf *ShapeRef
[all...]

Completed in 20 milliseconds