forked from len0rd/rockbox
Theme Editor: Co Used a more efficient/less error-prone system for rendering SBS documents underneath WPS documents
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27765 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
77b682571f
commit
d1a392a0e9
10 changed files with 71 additions and 45 deletions
|
@ -86,6 +86,8 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
void setDefault(RBViewport* view){ defaultView = view; }
|
||||
void endSbsRender();
|
||||
void breakSBS();
|
||||
|
||||
protected:
|
||||
|
@ -111,6 +113,9 @@ private:
|
|||
|
||||
RBAlbumArt* albumArt;
|
||||
RBViewport* customUI;
|
||||
RBViewport* defaultView;
|
||||
|
||||
QList<QGraphicsItem*> sbsChildren;
|
||||
};
|
||||
|
||||
#endif // RBSCREEN_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue