#include <KEY1FillElement.h>
Public Member Functions | |
KEY1FillElement (KEY1ParserState &state, boost::optional< IWORKFill > &fill) | |
![]() | |
KEY1XMLContextBase (KEY1ParserState &state) | |
template<typename T > | |
KEY1XMLContextBase (KEY1ParserState &state, const T &a) | |
![]() | |
IWORKXMLContextBase (KEY1ParserState &state) | |
IWORKXMLContextBase (KEY1ParserState &state, const T &a) | |
KEY1ParserState & | getState () |
Private Types | |
enum | FillType { FILL_TYPE_COLOR, FILL_TYPE_IMAGE, FILL_TYPE_NONE } |
Private Member Functions | |
void | attribute (int name, const char *value) override |
IWORKXMLContextPtr_t | element (int name) override |
void | endOfElement () override |
Private Attributes | |
boost::optional< IWORKFill > & | m_fill |
boost::optional< FillType > | m_type |
boost::optional< IWORKColor > | m_color |
boost::optional< std::string > | m_imageName |
boost::optional< IWORKImageType > | m_imageType |
Additional Inherited Members | |
![]() | |
KEYCollector & | getCollector () const |
int | getToken (const char *const value) const |
bool | isCollector () const |
![]() | |
KEY1ParserState & | m_state |
|
private |
libetonyek::KEY1FillElement::KEY1FillElement | ( | KEY1ParserState & | state, |
boost::optional< IWORKFill > & | fill | ||
) |
|
overrideprivate |
|
overrideprivate |
|
overrideprivate |
|
private |
Referenced by attribute(), and endOfElement().
|
private |
Referenced by endOfElement().
|
private |
Referenced by attribute(), and endOfElement().
|
private |
Referenced by attribute(), and endOfElement().
|
private |
Referenced by attribute(), and endOfElement().