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

/inkscape/src/
H A Dsnap-candidate.h37 _source_num(source_num),
50 _source_num = -1;
57 _source_num(-1),
66 bool isSingleHandle() const {return (_source_type == SNAPSOURCE_NODE_HANDLE || _source_type == SNAPSOURCE_OTHER_HANDLE) && _source_num == -1;}
68 inline long getSourceNum() const {return _source_num;}
69 void setSourceNum(long num) {_source_num = num;}
101 long _source_num; member in class:Inkscape::SnapCandidatePoint
H A Dsnapped-point.h75 long getSourceNum() const {return _source_num;}
82 std::cout << "_source_num = " << _source_num << std::endl;
100 long _source_num; // Sequence number of the source point that snapped, if that point is part of a set of points. (starting at zero if we might have a set of points; -1 if we only have a single point) member in class:Inkscape::SnappedPoint

Completed in 59 milliseconds