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

/inkscape/src/
H A Dgc-anchored.h47 class Anchored { class in namespace:Inkscape::GC
58 Anchored() : _anchor(NULL) { anchor(); } // initial refcount of one function in class:Inkscape::GC::Anchored
59 virtual ~Anchored() {}
64 Anchor(Anchored const *obj) : refcount(0) {
65 base = Core::base(const_cast<Anchored *>(obj));
76 Anchored(Anchored const &); // no copy
77 void operator=(Anchored const &); // no assign
94 static_cast<Anchored const &>(const_cast<R const &>(r)).anchor();
112 static_cast<Anchored cons
[all...]

Completed in 2864 milliseconds