X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fobject.h;h=0a72328cc6d8446b0804d1792c38240407a1b5af;hb=642cf72c11b49a9e00128ab6258a2438c785a5ab;hp=b8fdd9db76f70b0a2cf8fbd5e797951c278183e3;hpb=428876081ee41d40e32f5b4f2bfcfdb7a835e6e1;p=architektonas diff --git a/src/object.h b/src/object.h index b8fdd9d..0a72328 100644 --- a/src/object.h +++ b/src/object.h @@ -67,6 +67,7 @@ class Object public: ObjectType type; ObjectState state; + unsigned int layer; protected: ObjectState oldState; bool needUpdate; @@ -90,6 +91,7 @@ class Object static bool selectionInProgress; static QRectF selection; static double gridSpacing; // Grid spacing in base units + static int currentLayer; }; #endif // __OBJECT_H__