112 std::shared_ptr<ActaTextInternal::State>
m_state;
bool createZones()
try to create the text zones
Definition: ActaText.cxx:225
bool sendText(ActaTextInternal::Topic const &topic)
try to read a text entry
Definition: ActaText.cxx:409
the main class to read a Acta file
Definition: ActaParser.hxx:57
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
std::shared_ptr< ActaTextInternal::State > m_state
the state
Definition: ActaText.hxx:112
bool readTopic()
try to read the topic definitions (line or graphic)
Definition: ActaText.cxx:268
bool sendGraphic(ActaTextInternal::Topic const &topic)
try to read a graphic
Definition: ActaText.cxx:507
ActaText & operator=(ActaText const &orig)=delete
int numPages() const
returns the number of pages
Definition: ActaText.cxx:191
bool readFont(MWAWFont &font, bool inPLC)
try to read a font
Definition: ActaText.cxx:560
the class to store a color
Definition: libmwaw_internal.hxx:192
the main class to read the text part of Acta Text file
Definition: ActaText.hxx:57
bool sendMainText()
send a main zone
Definition: ActaText.cxx:250
Class to store font.
Definition: MWAWFont.hxx:43
Internal: a topic of a ActaText.
Definition: ActaText.cxx:62
bool getColor(int id, MWAWColor &col) const
return the color which corresponds to an id (if possible)
Definition: ActaText.cxx:205
ActaText(ActaParser &parser)
constructor
Definition: ActaText.cxx:174
virtual ~ActaText()
destructor
Definition: ActaText.cxx:181
Internal: the structures of a ActaText.
Definition: ActaText.cxx:58
int version() const
returns the file version
Definition: ActaText.cxx:184
ActaParser * m_mainParser
the main parser
Definition: ActaText.hxx:115
MWAWParserStatePtr m_parserState
the parser state
Definition: ActaText.hxx:109
bool sendTopic(ActaTextInternal::Topic const &topic)
try to send a topic
Definition: ActaText.cxx:353