forked from len0rd/rockbox
Theme Editor: Implemented conditional rendering, most conditionals should work correctly now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27169 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
449a895372
commit
3313ab8bb1
3 changed files with 89 additions and 4 deletions
|
@ -29,6 +29,7 @@ class RBImage: public QGraphicsItem
|
|||
{
|
||||
public:
|
||||
RBImage(QString file, int tiles, int x, int y, QGraphicsItem* parent = 0);
|
||||
RBImage(const RBImage& other, QGraphicsItem* parent);
|
||||
virtual ~RBImage();
|
||||
|
||||
QRectF boundingRect() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue