91 bool readCharProperties(
MWAWEntry &entry);
126 shared_ptr<RagTimeTextInternal::State>
m_state;
shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:505
RagTimeParser * m_mainParser
the main parser;
Definition: RagTimeText.hxx:129
Internal: the structures of a RagTimeText.
Definition: RagTimeText.cxx:55
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTimeText.hxx:123
shared_ptr< RagTimeTextInternal::State > m_state
the state
Definition: RagTimeText.hxx:126
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:226
friend class RagTimeText
Definition: RagTimeParser.hxx:63
void flushExtra()
flush unsent zone (debugging function)
Definition: RagTimeParser.cxx:2628
MWAWParser & operator=(const MWAWParser &)
private operator=: forbidden
the class to store a color
Definition: libmwaw_internal.hxx:182
int getFontId(int localId) const
returns a mac font id corresponding to a local id
Definition: RagTimeParser.cxx:390
bool getCharStyle(int charId, MWAWFont &font) const
returns font style corresponding to a char style id
Definition: RagTimeParser.cxx:395
Internal: a text's zone of a RagTimeText.
Definition: RagTimeText.cxx:158
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:2564
int version() const
returns the works version
Definition: MWAWParser.hxx:108
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:430
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:509
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46