Added new theme. Made detail screen also themable.
[jspeed] / src / graphicselement.h
index 8880c07..ee9c4c2 100644 (file)
@@ -25,6 +25,7 @@
 class QString;
 class QByteArray;
 class QFont;
+class QGraphicsItem;
 class GraphicsScene;
 class Reader;
 
@@ -43,6 +44,7 @@ public:
     virtual bool setAttribute(QString const& name, QString const& value) = 0;
     virtual void addToScene(GraphicsScene* scene) = 0;
     virtual void update() = 0;
+    virtual QGraphicsItem* getElement() const = 0;
     QString const& getError() const;
 
 protected: