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

/inkscape/src/
H A Dsp-guide-attachment.h6 class SPGuideAttachment { class
12 SPGuideAttachment() : function in class:SPGuideAttachment
17 SPGuideAttachment(SPItem *i, int s) : function in class:SPGuideAttachment
22 bool operator==(SPGuideAttachment const &o) const {
27 bool operator!=(SPGuideAttachment const &o) const {
H A Dsp-item-rm-unsatisfied-cns.cpp28 remove_last(cn.g->attached_items, SPGuideAttachment(&item, cn.snappoint_ix));
H A Dsp-item-update-cns.cpp32 cn.g->attached_items.push_back(SPGuideAttachment(&item, cn.snappoint_ix));
H A Dsp-guide.h90 std::vector<SPGuideAttachment> attached_items; // unused
H A Dsp-guide.cpp388 /* DISABLED CODE BECAUSE SPGuideAttachment IS NOT USE AT THE MOMENT (johan)
389 for (vector<SPGuideAttachment>::const_iterator i(attached_items.begin()),
393 SPGuideAttachment const &att = *i;
420 /* DISABLED CODE BECAUSE SPGuideAttachment IS NOT USE AT THE MOMENT (johan)
421 for (vector<SPGuideAttachment>::const_iterator i(attached_items.begin()),
425 SPGuideAttachment const &att = *i;
529 for (vector<SPGuideAttachment>::const_iterator i(guide->attached_items.begin()),
533 SPGuideAttachment const &att = *i;

Completed in 236 milliseconds