10 #ifndef IWORKSPANELEMENT_H_INCLUDED 11 #define IWORKSPANELEMENT_H_INCLUDED 28 void text(
const char *value)
override;
40 #endif // IWORKSPANELEMENT_H_INCLUDED Definition: IWORKBezierElement.cpp:18
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition: IWORKXMLContext.h:18
void endOfElement() override
Definition: IWORKSpanElement.cpp:73
Definition: IWORKSpanElement.h:20
IWORKSpanElement(IWORKXMLParserState &state)
Definition: IWORKSpanElement.cpp:22
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition: IWORKStyle_fwd.h:21
IWORKXMLContextPtr_t element(int name) override
Definition: IWORKSpanElement.cpp:49
void attribute(int name, const char *value) override
Definition: IWORKSpanElement.cpp:29
void text(const char *value) override
Definition: IWORKSpanElement.cpp:66
const char * name
Definition: IWORKToken.cpp:43
IWORKStylePtr_t m_style
Definition: IWORKSpanElement.h:34
Definition: IWORKXMLContextBase.h:27
Definition: IWORKXMLParserState.h:30
void ensureOpened()
Definition: IWORKSpanElement.cpp:86
bool m_opened
Definition: IWORKSpanElement.h:35