the state of a STOFFGraphicListener More...
Public Member Functions | |
State () | |
constructor More... | |
~State () | |
destructor More... | |
bool | isInTextZone () const |
returns true if we are in a text zone, ie. either in a textbox or a table cell More... | |
Private Member Functions | |
State (const State &) | |
State & | operator= (const State &) |
the state of a STOFFGraphicListener
STOFFGraphicListenerInternal::State::State | ( | ) |
constructor
|
inline |
destructor
|
private |
|
inline |
returns true if we are in a text zone, ie. either in a textbox or a table cell
unsigned STOFFGraphicListenerInternal::State::m_currentPage |
int STOFFGraphicListenerInternal::State::m_currentPageNumber |
STOFFFont STOFFGraphicListenerInternal::State::m_font |
the font
STOFFPosition STOFFGraphicListenerInternal::State::m_framePosition |
the frame position
STOFFGraphicStyle STOFFGraphicListenerInternal::State::m_frameStyle |
the frame style
bool STOFFGraphicListenerInternal::State::m_inLink |
bool STOFFGraphicListenerInternal::State::m_inNote |
Referenced by isInTextZone().
bool STOFFGraphicListenerInternal::State::m_inSubDocument |
bool STOFFGraphicListenerInternal::State::m_isFrameOpened |
a flag to know if openFrame was called
bool STOFFGraphicListenerInternal::State::m_isGroupOpened |
a flag to know if openGroup was called
bool STOFFGraphicListenerInternal::State::m_isLayerOpened |
a flag to know if openLayer was called
bool STOFFGraphicListenerInternal::State::m_isListElementOpened |
bool STOFFGraphicListenerInternal::State::m_isParagraphOpened |
bool STOFFGraphicListenerInternal::State::m_isSpanOpened |
bool STOFFGraphicListenerInternal::State::m_isTableCellOpened |
Referenced by isInTextZone().
bool STOFFGraphicListenerInternal::State::m_isTableColumnOpened |
bool STOFFGraphicListenerInternal::State::m_isTableOpened |
a stack used to know what is open
bool STOFFGraphicListenerInternal::State::m_isTableRowOpened |
bool STOFFGraphicListenerInternal::State::m_isTextBoxOpened |
a flag to know if we are in a textbox
Referenced by isInTextZone().
std::shared_ptr<STOFFList> STOFFGraphicListenerInternal::State::m_list |
the list of list
std::vector<bool> STOFFGraphicListenerInternal::State::m_listOrderedLevels |
int STOFFGraphicListenerInternal::State::m_numPagesRemainingInSpan |
STOFFVec2f STOFFGraphicListenerInternal::State::m_origin |
the origin position
STOFFParagraph STOFFGraphicListenerInternal::State::m_paragraph |
the paragraph
libstoff::SubDocumentType STOFFGraphicListenerInternal::State::m_subDocumentType |
librevenge::RVNGString STOFFGraphicListenerInternal::State::m_textBuffer |
a buffer to stored the text