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

/inkscape/src/
H A Dknot-holder-entity.h38 * KnotHolderEntity definition.
40 class KnotHolderEntity { class
42 KnotHolderEntity(): function in class:KnotHolderEntity
52 virtual ~KnotHolderEntity();
62 should be derived from KnotHolderEntity and override these functions */
95 // derived KnotHolderEntity class for LPEs
96 class LPEKnotHolderEntity : public KnotHolderEntity {
105 class PatternKnotHolderEntityXY : public KnotHolderEntity {
107 PatternKnotHolderEntityXY(bool fill) : KnotHolderEntity(), _fill(fill) {}
115 class PatternKnotHolderEntityAngle : public KnotHolderEntity {
[all...]
H A Dknot-holder-entity.cpp2 * KnotHolderEntity definition.
31 int KnotHolderEntity::counter = 0;
33 void KnotHolderEntity::create(SPDesktop *desktop, SPItem *item, KnotHolder *parent, Inkscape::ControlType type,
43 my_counter = KnotHolderEntity::counter++;
63 KnotHolderEntity::~KnotHolderEntity()
81 KnotHolderEntity::update_knot()
97 KnotHolderEntity::snap_knot_position(Geom::Point const &p, guint state)
115 KnotHolderEntity::snap_knot_position_constrained(Geom::Point const &p, Inkscape::Snapper::SnapConstraint const &constraint, guint state)

Completed in 10 milliseconds