#include <IWORKListLabelTypeinfoElement.h>
Public Member Functions | |
IWORKListLabelTypeinfoElement (IWORKXMLParserState &state, boost::optional< IWORKListLabelTypeInfo_t > &value) | |
Private Member Functions | |
virtual void | attribute (int name, const char *value) |
virtual IWORKXMLContextPtr_t | element (int name) |
virtual void | endOfElement () |
Private Attributes | |
boost::optional < IWORKListLabelTypeInfo_t > & | m_value |
boost::optional < IWORKListLabelTypeInfo_t > | m_text |
boost::optional< ID_t > | m_textRef |
IWORKMediaContentPtr_t | m_image |
boost::optional< ID_t > | m_imageRef |
bool | m_isText |
bool | m_isImage |
libetonyek::IWORKListLabelTypeinfoElement::IWORKListLabelTypeinfoElement | ( | IWORKXMLParserState & | state, |
boost::optional< IWORKListLabelTypeInfo_t > & | value | ||
) |
void libetonyek::IWORKListLabelTypeinfoElement::attribute | ( | int | name, |
const char * | value | ||
) | [private, virtual] |
IWORKXMLContextPtr_t libetonyek::IWORKListLabelTypeinfoElement::element | ( | int | name | ) | [private, virtual] |
void libetonyek::IWORKListLabelTypeinfoElement::endOfElement | ( | ) | [private, virtual] |
Referenced by element(), and endOfElement().
boost::optional<ID_t> libetonyek::IWORKListLabelTypeinfoElement::m_imageRef [private] |
Referenced by element(), and endOfElement().
bool libetonyek::IWORKListLabelTypeinfoElement::m_isImage [private] |
Referenced by attribute(), and endOfElement().
bool libetonyek::IWORKListLabelTypeinfoElement::m_isText [private] |
Referenced by attribute(), and endOfElement().
boost::optional<IWORKListLabelTypeInfo_t> libetonyek::IWORKListLabelTypeinfoElement::m_text [private] |
Referenced by element(), and endOfElement().
boost::optional<ID_t> libetonyek::IWORKListLabelTypeinfoElement::m_textRef [private] |
Referenced by element(), and endOfElement().
boost::optional<IWORKListLabelTypeInfo_t>& libetonyek::IWORKListLabelTypeinfoElement::m_value [private] |
Referenced by endOfElement().