class to parse the sf:fo element, ie. formula element More...
#include <IWORKFormulaElement.h>
Public Member Functions | |
IWORKFoElement (IWORKXMLParserState &state) | |
![]() | |
IWORKXMLContextBase (State &state) | |
template<typename T > | |
IWORKXMLContextBase (State &state, const T &a) | |
State & | getState () |
Private Member Functions | |
void | attribute (int name, const char *value) override |
IWORKXMLContextPtr_t | element (int name) override |
void | endOfElement () override |
const boost::optional< ID_t > & | getId () const |
Private Attributes | |
boost::optional< ID_t > | m_id |
boost::optional< std::string > | m_formula |
boost::optional< unsigned > | m_hc |
Additional Inherited Members | |
![]() | |
Collector & | getCollector () const |
int | getToken (const char *const value) const |
bool | isCollector () const |
![]() | |
State & | m_state |
class to parse the sf:fo element, ie. formula element
|
explicit |
|
overrideprivate |
|
overrideprivate |
|
overrideprivate |
|
private |
Referenced by endOfElement().
|
private |
Referenced by attribute(), and endOfElement().
|
private |
Referenced by attribute(), and endOfElement().
|
private |
Referenced by attribute(), and getId().