ActaText & operator=(ActaText const &orig)
bool createZones()
try to create the text zones
Definition: ActaText.cxx:208
shared_ptr< ActaTextInternal::State > m_state
the state
Definition: ActaText.hxx:112
bool sendText(ActaTextInternal::Topic const &topic)
try to read a text entry
Definition: ActaText.cxx:392
the main class to read a Acta file
Definition: ActaParser.hxx:57
int version() const
returns the file version
Definition: ActaText.cxx:167
bool readTopic()
try to read the topic definitions (line or graphic)
Definition: ActaText.cxx:251
bool sendGraphic(ActaTextInternal::Topic const &topic)
try to read a graphic
Definition: ActaText.cxx:491
bool readFont(MWAWFont &font, bool inPLC)
try to read a font
Definition: ActaText.cxx:544
bool getColor(int id, MWAWColor &col) const
return the color which corresponds to an id (if possible)
Definition: ActaText.cxx:188
the class to store a color
Definition: libmwaw_internal.hxx:177
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:233
Class to store font.
Definition: MWAWFont.hxx:44
Internal: a topic of a ActaText.
Definition: ActaText.cxx:62
ActaText(ActaParser &parser)
constructor
Definition: ActaText.cxx:159
virtual ~ActaText()
destructor
Definition: ActaText.cxx:164
Internal: the structures of a ActaText.
Definition: ActaText.cxx:58
ActaParser * m_mainParser
the main parser
Definition: ActaText.hxx:115
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:445
int numPages() const
returns the number of pages
Definition: ActaText.cxx:174
MWAWParserStatePtr m_parserState
the parser state
Definition: ActaText.hxx:109
bool sendTopic(ActaTextInternal::Topic const &topic)
try to send a topic
Definition: ActaText.cxx:336