forked from len0rd/rockbox
Theme Editor: Rearranged and separated tag execution and rendering code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27167 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
942e427ef0
commit
aa13a5377c
2 changed files with 160 additions and 144 deletions
|
@ -63,6 +63,11 @@ public:
|
|||
void render(const RBRenderInfo &info, RBViewport* viewport);
|
||||
|
||||
private:
|
||||
|
||||
bool execTag(const RBRenderInfo& info, RBViewport* viewport);
|
||||
QVariant evalTag(const RBRenderInfo& info, bool conditional = false,
|
||||
int branches = 0);
|
||||
|
||||
ParseTreeNode* parent;
|
||||
struct skin_element* element;
|
||||
struct skin_tag_parameter* param;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue