#include <IWORKLayoutElement.h>
Public Member Functions | |
IWORKLayoutElement (IWORKXMLParserState &state) | |
Protected Member Functions | |
virtual void | attribute (int name, const char *value) |
virtual IWORKXMLContextPtr_t | element (int name) |
virtual void | endOfElement () |
void | open () |
Protected Attributes | |
bool | m_opened |
Private Attributes | |
IWORKStylePtr_t | m_style |
libetonyek::IWORKLayoutElement::IWORKLayoutElement | ( | IWORKXMLParserState & | state | ) | [explicit] |
void libetonyek::IWORKLayoutElement::attribute | ( | int | name, |
const char * | value | ||
) | [protected, virtual] |
IWORKXMLContextPtr_t libetonyek::IWORKLayoutElement::element | ( | int | name | ) | [protected, virtual] |
void libetonyek::IWORKLayoutElement::endOfElement | ( | ) | [protected, virtual] |
void libetonyek::IWORKLayoutElement::open | ( | ) | [protected] |
Referenced by element().
bool libetonyek::IWORKLayoutElement::m_opened [protected] |
Referenced by element(), endOfElement(), and open().
Referenced by attribute(), and open().