#include <IWORKTextLabelElement.h>
Public Member Functions | |
IWORKTextLabelElement (IWORKXMLParserState &state, boost::optional< IWORKListLabelTypeInfo_t > &value) | |
Private Member Functions | |
virtual void | attribute (int name, const char *value) |
virtual void | endOfElement () |
Private Attributes | |
boost::optional < IWORKListLabelTypeInfo_t > & | m_value |
bool | m_bullet |
boost::optional < IWORKLabelNumFormat > | m_type |
std::string | m_format |
boost::optional< unsigned > | m_first |
libetonyek::IWORKTextLabelElement::IWORKTextLabelElement | ( | IWORKXMLParserState & | state, |
boost::optional< IWORKListLabelTypeInfo_t > & | value | ||
) |
void libetonyek::IWORKTextLabelElement::attribute | ( | int | name, |
const char * | value | ||
) | [private, virtual] |
void libetonyek::IWORKTextLabelElement::endOfElement | ( | ) | [private, virtual] |
bool libetonyek::IWORKTextLabelElement::m_bullet [private] |
Referenced by attribute(), and endOfElement().
boost::optional<unsigned> libetonyek::IWORKTextLabelElement::m_first [private] |
Referenced by attribute(), and endOfElement().
std::string libetonyek::IWORKTextLabelElement::m_format [private] |
Referenced by attribute(), and endOfElement().
boost::optional<IWORKLabelNumFormat> libetonyek::IWORKTextLabelElement::m_type [private] |
Referenced by attribute(), and endOfElement().
boost::optional<IWORKListLabelTypeInfo_t>& libetonyek::IWORKTextLabelElement::m_value [private] |
Referenced by endOfElement().