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

/inkscape/src/
H A Dsnap-candidate.h35 _source_type(source),
45 _source_type(source),
55 _source_type(source),
64 inline Inkscape::SnapSourceType getSourceType() const {return _source_type;}
66 bool isSingleHandle() const {return (_source_type == SNAPSOURCE_NODE_HANDLE || _source_type == SNAPSOURCE_OTHER_HANDLE) && _source_num == -1;}
92 // If this SnapCandidatePoint is a snap source, then _source_type must be defined. If it
95 Inkscape::SnapSourceType _source_type; member in class:Inkscape::SnapCandidatePoint

Completed in 350 milliseconds