91 bool readCharProperties(
MWAWEntry &entry);
126 std::shared_ptr<RagTimeTextInternal::State>
m_state;
RagTimeParser * m_mainParser
the main parser;
Definition: RagTimeText.hxx:129
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:553
Internal: the structures of a RagTimeText.
Definition: RagTimeText.cxx:55
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTimeText.hxx:123
std::shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:549
the main class to read the text part of ragTime file
Definition: RagTimeText.hxx:70
static MWAWColor black()
return the back color
Definition: libmwaw_internal.hxx:245
friend class RagTimeText
Definition: RagTimeParser.hxx:63
void flushExtra()
flush unsent zone (debugging function)
Definition: RagTimeParser.cxx:2650
the class to store a color
Definition: libmwaw_internal.hxx:192
Internal: a text's zone of a RagTimeText.
Definition: RagTimeText.cxx:162
std::shared_ptr< RagTimeTextInternal::State > m_state
the state
Definition: RagTimeText.hxx:126
the main class to read a RagTime v2-3 file
Definition: RagTimeParser.hxx:60
Class to store font.
Definition: MWAWFont.hxx:43
bool send(int zId)
try to send a zone
Definition: RagTimeParser.cxx:2586
int version() const
returns the works version
Definition: MWAWParser.hxx:108
MWAWParser & operator=(const MWAWParser &)=delete
private operator=: forbidden
bool readTextZone(MWAWEntry &entry, int width, MWAWColor const &fontColor=MWAWColor::black())
try to read a text zone (knowing the zone width in point and the font color)
Definition: RagTimeParser.cxx:454
int getFontId(int localId) const
returns a mac font id corresponding to a local id
Definition: RagTimeParser.cxx:414
bool getCharStyle(int charId, MWAWFont &font) const
returns font style corresponding to a char style id
Definition: RagTimeParser.cxx:419
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46