summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbviewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/graphics/rbviewport.h')
-rw-r--r--utils/themeeditor/graphics/rbviewport.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/themeeditor/graphics/rbviewport.h b/utils/themeeditor/graphics/rbviewport.h
index 6f67bae8c7..29d0b0a373 100644
--- a/utils/themeeditor/graphics/rbviewport.h
+++ b/utils/themeeditor/graphics/rbviewport.h
@@ -40,6 +40,12 @@ public:
40 void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, 40 void paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
41 QWidget *widget); 41 QWidget *widget);
42 42
43 void setBGColor(QColor color){ background = color; }
44 void setFGColor(QColor color){ foreground = color; }
45 void makeCustomUI(){ customUI = true; }
46 void clearCustomUI(){ customUI = false; }
47
48
43 void newline(); 49 void newline();
44 50
45private: 51private: