summaryrefslogtreecommitdiff
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:
90 void endSbsRender(); 90 void endSbsRender();
91 void breakSBS(); 91 void breakSBS();
92 92
93 void RtlMirror(){ ax = true; }
94 bool isRtlMirrored(){ bool ret = ax; ax = false; return ret; }
95
93protected: 96protected:
94 void hoverMoveEvent(QGraphicsSceneHoverEvent *event); 97 void hoverMoveEvent(QGraphicsSceneHoverEvent *event);
95 98
@@ -116,6 +119,8 @@ private:
116 RBViewport* defaultView; 119 RBViewport* defaultView;
117 120
118 QList<QGraphicsItem*> sbsChildren; 121 QList<QGraphicsItem*> sbsChildren;
122
123 bool ax;
119}; 124};
120 125
121#endif // RBSCREEN_H 126#endif // RBSCREEN_H