|
| XmlConditionalParser & | getXmlConditionalParser () |
| |
| XmlTraitsParser & | getXmlTraitsParser () |
| |
| XmlImageParser & | getXmlImageParser () |
| |
| void | parseGameWidget (GameWidget::Init &oInit, LayoutCtx &oCtx, const xmlpp::Element *p0Element) |
| | Parse the base class attributes of GameWidget. More...
|
| |
| void | parseRelSizedGameWidget (RelSizedGameWidget::Init &oInit, LayoutCtx &oCtx, const xmlpp::Element *p0Element) |
| | Parse the base class attributes of RelSizedGameWidget. More...
|
| |
| void | parseContainerWidget (ContainerWidget::Init &oInit, LayoutCtx &oCtx, const xmlpp::Element *p0WidgetElement) |
| | Parse the base class attributes of ContainerWidget. More...
|
| |
| void | parseContainerWidget (ContainerWidget::Init &oInit, LayoutCtx &oCtx, const xmlpp::Element *p0WidgetElement, const std::vector< std::string const *> &aSkipChildNames) |
| | Parse the base class attributes of ContainerWidget. More...
|
| |
| std::vector< shared_ptr< GameWidget > > | parseChildWidgets (LayoutCtx &oCtx, const xmlpp::Element *p0Parent) |
| | Parse the child game widgets. More...
|
| |
| std::vector< shared_ptr< GameWidget > > | parseChildWidgets (LayoutCtx &oCtx, const xmlpp::Element *p0Parent, const std::vector< std::string const *> &aSkipChildNames) |
| | Parse the child game widgets with exceptions. More...
|
| |
| std::pair< std::string, int32_t > | parseEvIdMessage (ConditionalCtx &oCtx, const xmlpp::Element *p0Element, bool bMandatory, const std::string &sEvIdAttrName, const std::string &sMsgNameAttrName, const std::string &sMsgAttrName) |
| | Get event and message id for an event, given message name. More...
|
| |
| std::pair< int32_t, OwnerType > | parseVariable (LayoutCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sVarNameAttrName, bool bMandatory) |
| |