summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor/graphics/rbscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/graphics/rbscreen.h')
-rw-r--r--utils/themeeditor/graphics/rbscreen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/themeeditor/graphics/rbscreen.h b/utils/themeeditor/graphics/rbscreen.h
index c9ae2cf350..3a9a6ddeb3 100644
--- a/utils/themeeditor/graphics/rbscreen.h
+++ b/utils/themeeditor/graphics/rbscreen.h
@@ -90,6 +90,9 @@ public:
void endSbsRender();
void breakSBS();
+ void RtlMirror(){ ax = true; }
+ bool isRtlMirrored(){ bool ret = ax; ax = false; return ret; }
+
protected:
void hoverMoveEvent(QGraphicsSceneHoverEvent *event);
@@ -116,6 +119,8 @@ private:
RBViewport* defaultView;
QList<QGraphicsItem*> sbsChildren;
+
+ bool ax;
};
#endif // RBSCREEN_H