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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/themeeditor/graphics/rbscreen.h b/utils/themeeditor/graphics/rbscreen.h
index f35aef680b..8b5f2f4a16 100644
--- a/utils/themeeditor/graphics/rbscreen.h
+++ b/utils/themeeditor/graphics/rbscreen.h
@@ -60,10 +60,14 @@ public:
60 RBFont* getFont(int id); 60 RBFont* getFont(int id);
61 61
62 void setBackdrop(QString filename); 62 void setBackdrop(QString filename);
63 bool hasBackdrop(){ return backdrop != 0; }
63 void makeCustomUI(QString id); 64 void makeCustomUI(QString id);
64 65
65 static QColor stringToColor(QString str, QColor fallback); 66 static QColor stringToColor(QString str, QColor fallback);
66 67
68 QColor foreground(){ return fgColor; }
69 QColor background(){ return bgColor; }
70
67 71
68private: 72private:
69 int width; 73 int width;