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

/inkscape/src/
H A Dsnapper.h72 enum SnapConstraintType {LINE, DIRECTION, CIRCLE, UNDEFINED}; enumerator in enum:Inkscape::Snapper::SnapConstraint::SnapConstraintType
85 SnapConstraint() : _point(), _direction(), _radius(0), _type(UNDEFINED) {}
87 bool hasPoint() const {return _type != DIRECTION && _type != UNDEFINED;}
90 assert(_type != DIRECTION && _type != UNDEFINED);
106 bool isUndefined() const { return _type == UNDEFINED; }
119 } else if (_type != UNDEFINED){

Completed in 1831 milliseconds