Added POI text field. Some tuning to detail screen item position.
[jspeed] / src / graphicsscreen.h
index afa7097..bed1afc 100644 (file)
@@ -44,6 +44,7 @@ public slots:
     virtual void update() = 0;
     virtual void reArrange();
     void flip();
+    void forceRepaint();
 
 protected:
     GraphicsScene* getScene() const;
@@ -54,6 +55,7 @@ private:
     ToolbarItem* settingsButton_;
     ToolbarItem* closeButton_;
     int imageWidth_;
+    bool isFlipped_;
 };
 
 #endif