summaryrefslogtreecommitdiff
path: root/utils/themeeditor/graphics/rbviewport.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-23 19:41:30 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-23 19:41:30 +0000
commitdeab1bb2f57692d383e6ad6fb87d2d80fa84f5eb (patch)
treef184254bb3c41fe3dc2aa1f274ee80c0264b5f16 /utils/themeeditor/graphics/rbviewport.h
parent8f28c0443cb0c4834e80082a5f77927bab2de937 (diff)
downloadrockbox-deab1bb2f57692d383e6ad6fb87d2d80fa84f5eb.tar.gz
rockbox-deab1bb2f57692d383e6ad6fb87d2d80fa84f5eb.zip
Theme Editor: Added rendering support for some more tags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27094 a1c6a512-1295-4272-9138-f99709370657
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: