--- a/src/ldObject.h Sat May 17 20:33:27 2014 +0300 +++ b/src/ldObject.h Wed May 21 13:18:19 2014 +0300 @@ -56,6 +56,9 @@ class LDDocument; class LDSharedVertex; +class LDBFC; +using LDBFCPtr = QSharedPointer<LDBFC>; + // ============================================================================= // LDObject // @@ -138,6 +141,9 @@ // Object prior to this in the current file LDObjectPtr previous() const; + // Is the previous object INVERTNEXT? + bool previousIsInvertnext (LDBFCPtr& ptr); + // Replace this LDObject with another LDObject. Object is deleted in the process. void replace (LDObjectPtr other);