the main class to read the text part of Acta Text file More...
#include <ActaText.hxx>
| Public Member Functions | |
| ActaText (ActaParser &parser) | |
| constructor  More... | |
| virtual | ~ActaText () | 
| destructor  More... | |
| int | version () const | 
| returns the file version  More... | |
| int | numPages () const | 
| returns the number of pages  More... | |
| Protected Member Functions | |
| bool | createZones () | 
| try to create the text zones  More... | |
| bool | sendMainText () | 
| send a main zone  More... | |
| bool | getColor (int id, MWAWColor &col) const | 
| return the color which corresponds to an id (if possible)  More... | |
| bool | readTopic () | 
| try to read the topic definitions (line or graphic)  More... | |
| bool | sendTopic (ActaTextInternal::Topic const &topic) | 
| try to send a topic  More... | |
| bool | sendText (ActaTextInternal::Topic const &topic) | 
| try to read a text entry  More... | |
| bool | sendGraphic (ActaTextInternal::Topic const &topic) | 
| try to read a graphic  More... | |
| bool | readFont (MWAWFont &font, bool inPLC) | 
| try to read a font  More... | |
| Protected Attributes | |
| MWAWParserStatePtr | m_parserState | 
| the parser state  More... | |
| std::shared_ptr< ActaTextInternal::State > | m_state | 
| the state  More... | |
| ActaParser * | m_mainParser | 
| the main parser  More... | |
| Private Member Functions | |
| ActaText (ActaText const &orig)=delete | |
| ActaText & | operator= (ActaText const &orig)=delete | 
| Friends | |
| class | ActaParser | 
the main class to read the text part of Acta Text file
| 
 | explicit | 
constructor
| 
 | virtual | 
destructor
| 
 | privatedelete | 
| 
 | protected | 
try to create the text zones
| 
 | protected | 
return the color which corresponds to an id (if possible)
Referenced by readTopic().
| int ActaText::numPages | ( | ) | const | 
returns the number of pages
| 
 | protected | 
try to read a font
Referenced by readTopic(), and sendText().
| 
 | protected | 
try to read the topic definitions (line or graphic)
Referenced by createZones().
| 
 | protected | 
try to read a graphic
Referenced by sendTopic().
| 
 | protected | 
send a main zone
| 
 | protected | 
try to read a text entry
Referenced by sendTopic().
| 
 | protected | 
try to send a topic
Referenced by sendMainText().
| int ActaText::version | ( | ) | const | 
returns the file version
Referenced by createZones(), getColor(), and readTopic().
| 
 | friend | 
| 
 | protected | 
the main parser
Referenced by sendMainText(), and sendTopic().
| 
 | protected | 
the parser state
Referenced by createZones(), readFont(), readTopic(), sendGraphic(), sendText(), sendTopic(), and version().
| 
 | protected | 
the state
Referenced by createZones(), getColor(), numPages(), readTopic(), sendMainText(), sendTopic(), and version().