10#ifndef IWORKLAYOUTELEMENT_H_INCLUDED
11#define IWORKLAYOUTELEMENT_H_INCLUDED
25 void attribute(
int name,
const char *value)
override;
Definition IWORKLayoutElement.h:20
IWORKLayoutElement(IWORKXMLParserState &state)
Definition IWORKLayoutElement.cpp:22
bool m_opened
Definition IWORKLayoutElement.h:32
IWORKXMLContextPtr_t element(int name) override
Definition IWORKLayoutElement.cpp:39
void attribute(int name, const char *value) override
Definition IWORKLayoutElement.cpp:29
void open()
Definition IWORKLayoutElement.cpp:59
IWORKStylePtr_t m_style
Definition IWORKLayoutElement.h:35
void endOfElement() override
Definition IWORKLayoutElement.cpp:50
Definition IWORKXMLContextBase.h:28
Definition IWORKXMLParserState.h:32
Definition IWORKBezierElement.cpp:21
std::shared_ptr< IWORKXMLContext > IWORKXMLContextPtr_t
Definition IWORKXMLContext.h:20
std::shared_ptr< IWORKStyle > IWORKStylePtr_t
Definition IWORKStyle_fwd.h:23