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