#include <IWORKSizeElement.h>
Public Member Functions | |
IWORKSizeElement (IWORKXMLParserState &state, boost::optional< IWORKSize > &size) | |
![]() | |
IWORKXMLContextBase (State &state) | |
template<typename T > | |
IWORKXMLContextBase (State &state, const T &a) | |
State & | getState () |
Protected Member Functions | |
void | attribute (int name, const char *value) override |
void | endOfElement () override |
![]() | |
Collector & | getCollector () const |
int | getToken (const char *const value) const |
bool | isCollector () const |
Private Attributes | |
boost::optional< IWORKSize > & | m_size |
boost::optional< double > | m_width |
boost::optional< double > | m_height |
Additional Inherited Members | |
![]() | |
State & | m_state |
libetonyek::IWORKSizeElement::IWORKSizeElement | ( | IWORKXMLParserState & | state, |
boost::optional< IWORKSize > & | size | ||
) |
|
overrideprotected |
|
overrideprotected |
|
private |
Referenced by attribute(), and endOfElement().
|
private |
Referenced by endOfElement().
|
private |
Referenced by attribute(), and endOfElement().