skin: apply new general skin
[sdk/emulator/qemu.git] / tizen / src / ui / layout / displaytype.h
index 73f80d0..64b6332 100644 (file)
@@ -40,11 +40,14 @@ public:
 
     void setRect(QRect rect);
     QRect getRect();
+    void setOffset(QPoint offset);
+    QPoint getOffset();
     int getAngle();
     QPixmap getMask();
 
 private:
     QRect rect;
+    QPoint offset;
     int angle;
     QPixmap mask;
 };