Added zpos attribute to all elements. Changed architecture to allow detailscreen...
[jspeed] / src / rectangle.h
index 1ccae40..e879ade 100644 (file)
@@ -31,7 +31,7 @@ class GraphicsScene;
 class Rectangle : public GraphicsElement
 {
 public:
-    enum Attribute {XPOS, YPOS, WIDTH, HEIGHT, COLOR, ATTRIBUTE_COUNT};
+    enum Attribute {XPOS, YPOS, ZPOS, WIDTH, HEIGHT, COLOR, ATTRIBUTE_COUNT};
     Rectangle(Reader* reader);
     virtual bool setAttribute(QString const& name, QString const& value);
     virtual void addToScene(GraphicsScene* scene);