55 namespace RagTimeTextInternal
119 shared_ptr<RagTimeTextInternal::State>
m_state;
RagTimeParser * m_mainParser
the main parser;
Definition: RagTimeText.hxx:122
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTimeText.hxx:116
virtual ~RagTimeText()
destructor
Definition: RagTimeText.cxx:111
shared_ptr< RagTimeTextInternal::State > m_state
the state
Definition: RagTimeText.hxx:119
bool readParagraphs(RagTimeTextInternal::TextZone &zone, int width, long endPos)
try to read the paragraph properties (knowing the zone width in point used to determine the right mar...
Definition: RagTimeText.cxx:432
the main class to read the text part of ragTime file
Definition: RagTimeText.hxx:69
static MWAWColor black()
return the back color
Definition: libmwaw_internal.hxx:183
bool readFontNames(MWAWEntry &entry)
try to read the font name: the FHFo structure: FileH?Font zone
Definition: RagTimeText.cxx:130
the class to store a color
Definition: libmwaw_internal.hxx:166
int getFontId(int localId) const
returns a mac font id corresponding to a local id
Definition: RagTimeText.cxx:121
Internal: a text's zone of a RagTimeText.
Definition: RagTimeText.cxx:58
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: RagTimeText.cxx:220
the main class to read a RagTime v3 file
Definition: RagTimeParser.hxx:59
RagTimeText(RagTimeParser &parser)
constructor
Definition: RagTimeText.cxx:106
bool readFonts(RagTimeTextInternal::TextZone &zone, MWAWColor const &color, long endPos)
try to read the character properties (knowing the font color)
Definition: RagTimeText.cxx:363
bool send(int id)
try to send a text zone
Definition: RagTimeText.cxx:582
RagTimeText & operator=(RagTimeText const &orig)
int version() const
returns the file version
Definition: RagTimeText.cxx:114
void flushExtra()
flush extra zone
Definition: RagTimeText.cxx:710
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:386
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46