forked from len0rd/rockbox
Theme Editor: Implemented subline rendering, including conditional subline times
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27182 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f641fc62d8
commit
3ecef7d801
5 changed files with 83 additions and 0 deletions
|
|
@ -62,6 +62,10 @@ public:
|
|||
void render(const RBRenderInfo& info);
|
||||
void render(const RBRenderInfo &info, RBViewport* viewport);
|
||||
|
||||
double findBranchTime(ParseTreeNode* branch, const RBRenderInfo& info);
|
||||
double findConditionalTime(ParseTreeNode* conditional,
|
||||
const RBRenderInfo& info);
|
||||
|
||||
private:
|
||||
|
||||
bool execTag(const RBRenderInfo& info, RBViewport* viewport);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue