44 namespace ACTextInternal
98 bool readFont(MWAWFont &font,
bool inPLC);
Internal: a topic of a ACText.
Definition: ACText.cxx:62
bool createZones()
try to create the text zones
Definition: ACText.cxx:204
the main class to read the text part of Acta Text file
Definition: ACText.hxx:57
bool sendText(ACTextInternal::Topic const &topic)
try to read a text entry
Definition: ACText.cxx:385
bool sendMainText()
send a main zone
Definition: ACText.cxx:228
bool getColor(int id, MWAWColor &col) const
return the color which corresponds to an id (if possible)
Definition: ACText.cxx:184
bool sendGraphic(ACTextInternal::Topic const &topic)
try to read a graphic
Definition: ACText.cxx:483
the class to store a color
Definition: libmwaw_internal.hxx:166
ACText(ACParser &parser)
constructor
Definition: ACText.cxx:155
ACText & operator=(ACText const &orig)
bool sendTopic(ACTextInternal::Topic const &topic)
try to send a topic
Definition: ACText.cxx:330
ACParser * m_mainParser
the main parser
Definition: ACText.hxx:115
bool readTopic()
try to read the topic definitions (line or graphic)
Definition: ACText.cxx:245
virtual ~ACText()
destructor
Definition: ACText.cxx:160
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:356
MWAWParserStatePtr m_parserState
the parser state
Definition: ACText.hxx:109
int numPages() const
returns the number of pages
Definition: ACText.cxx:170
the main class to read a Acta file
Definition: ACParser.hxx:57
int version() const
returns the file version
Definition: ACText.cxx:163
bool readFont(MWAWFont &font, bool inPLC)
try to read a font
Definition: ACText.cxx:536
shared_ptr< ACTextInternal::State > m_state
the state
Definition: ACText.hxx:112