Searched refs:_source_num (Results 1 - 5 of 5) 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.cpp21 _source_num(source_num),
41 _source_num (p.getSourceNum()),
61 _source_num(source_num),
83 _source_num (-1),
103 _source_num (-1),
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
H A Dsnapped-line.cpp19 _source_num = source_num;
36 _source_num = -1;
97 _source_num = source_num;
114 _source_num = -1;
H A Dsnapped-curve.cpp31 _source_num = source_num;
52 _source_num = -1;

Completed in 41 milliseconds