#include <IWORKImageElement.h>
Public Member Functions | |
IWORKImageElement (IWORKXMLParserState &state, IWORKMediaContentPtr_t &content) | |
IWORKImageElement (IWORKXMLParserState &state) | |
![]() | |
IWORKXMLContextBase (IWORKXMLParserState &state) | |
IWORKXMLContextBase (IWORKXMLParserState &state, const T &a) | |
IWORKXMLParserState & | getState () |
IWORKXMLContextBase (IWORKXMLParserState &state) | |
IWORKXMLContextBase (IWORKXMLParserState &state, const T &a) | |
IWORKXMLParserState & | getState () |
![]() | |
virtual | ~IWORKXMLContext ()=0 |
virtual void | CDATA (const char *value) |
Process CDATA content of an element. | |
Private Member Functions | |
void | startOfElement () override |
Signalize the start of an element. | |
void | attribute (int name, const char *value) override |
Process an attribute. | |
IWORKXMLContextPtr_t | element (int name) override |
Create a context for parsing a child element. | |
void | endOfElement () override |
Signalize the end of an element. | |
Private Attributes | |
boost::optional< bool > | m_locked |
IWORKMediaContentPtr_t & | m_content |
IWORKMediaContentPtr_t | m_localContent |
IWORKMediaContentPtr_t | m_filteredImage |
boost::optional< IWORKSize > | m_size |
IWORKDataPtr_t | m_data |
boost::optional< IWORKColor > | m_fillColor |
boost::optional< ID_t > | m_binaryRef |
IWORKStylePtr_t | m_style |
IWORKGeometryPtr_t | m_cropGeometry |
boost::optional< IWORKSize > | m_placeholderSize |
Additional Inherited Members | |
![]() | |
IWORKCollector & | getCollector () const |
int | getToken (const char *const value) const |
bool | isCollector () const |
IWORKCollector & | getCollector () const |
int | getToken (const char *const value) const |
bool | isCollector () const |
![]() | |
IWORKXMLContextElement (IWORKXMLParserState &) | |
void | attribute (int name, const char *value) override |
Process an attribute. | |
void | text (const char *value) override |
Process textual content of an element. | |
const boost::optional< ID_t > & | getId () const |
void | setId (const char *value) |
![]() | |
IWORKXMLContextMinimal () | |
void | startOfElement () override |
Signalize the start of an element. | |
void | endOfElement () override |
Signalize the end of an element. | |
![]() | |
IWORKXMLParserState & | m_state |
IWORKXMLParserState & | m_state |
|
explicit |
|
explicit |
|
overrideprivatevirtual |
Process an attribute.
Attributes are fed to the current element's context one by one.
Implements libetonyek::IWORKXMLContext.
|
overrideprivatevirtual |
Create a context for parsing a child element.
Implements libetonyek::IWORKXMLContext.
|
overrideprivatevirtual |
Signalize the end of an element.
Implements libetonyek::IWORKXMLContext.
|
overrideprivatevirtual |
Signalize the start of an element.
This can be used if initialization of the context needs virtual function calls.
Implements libetonyek::IWORKXMLContext.
|
private |
Referenced by element(), endOfElement(), IWORKImageElement(), and IWORKImageElement().
|
private |
Referenced by element(), endOfElement(), IWORKImageElement(), and IWORKImageElement().
|
private |
Referenced by element(), endOfElement(), IWORKImageElement(), and IWORKImageElement().
|
private |
Referenced by element(), endOfElement(), IWORKImageElement(), and IWORKImageElement().
|
private |
Referenced by element(), endOfElement(), IWORKImageElement(), and IWORKImageElement().
|
private |
Referenced by element(), endOfElement(), IWORKImageElement(), and IWORKImageElement().
|
private |
Referenced by IWORKImageElement(), and IWORKImageElement().
|
private |
Referenced by attribute(), endOfElement(), IWORKImageElement(), and IWORKImageElement().
|
private |
Referenced by element(), IWORKImageElement(), and IWORKImageElement().
|
private |
Referenced by element(), endOfElement(), IWORKImageElement(), and IWORKImageElement().
|
private |
Referenced by element(), endOfElement(), IWORKImageElement(), and IWORKImageElement().