

Public Member Functions | |
| Builder (intf_thread_t *pIntf, const BuilderData &rData, const string &rPath) | |
| virtual | ~Builder () |
| Theme * | build () |
| Create a Theme object, ready to use. | |
| CmdGeneric * | parseAction (const string &rAction) |
| Parse an action tag and returns a command. | |
| Builder::Builder | ( | intf_thread_t * | pIntf, | |
| const BuilderData & | rData, | |||
| const string & | rPath | |||
| ) |
References image_HandlerCreate.
| Builder::~Builder | ( | ) | [virtual] |
References image_HandlerDelete().
| Theme * Builder::build | ( | ) |
Create a Theme object, ready to use.
Return NULL in case of problem
References ADD_OBJECTS, SkinObject::getIntf(), and Video.
| CmdGeneric * Builder::parseAction | ( | const string & | rAction | ) |
Parse an action tag and returns a command.
References SkinObject::getIntf(), Interpreter::instance(), and Interpreter::parseAction().
1.5.6