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