38 #ifndef RAGTIME5_GRAPH 39 # define RAGTIME5_GRAPH 45 #include <librevenge/librevenge.h> 78 friend class RagTime5GraphInternal::SubDocument;
135 bool readGraphicUnknown(
int typeId);
137 bool readGraphic(
RagTime5Zone &dataZone,
long endPos,
int n, librevenge::RVNGString
const &dataName);
167 shared_ptr<RagTime5GraphInternal::State>
m_state;
RagTime5Parser & m_mainParser
the parser
Definition: RagTime5Graph.hxx:159
bool readGraphicCluster(RagTime5Zone &zone, int zoneType)
try to read a graphic cluster (via the graphic manager)
Definition: RagTime5Parser.cxx:325
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:47
shared_ptr< RagTime5StructManager > m_structManager
the structure manager
Definition: RagTime5Graph.hxx:162
the main class to read the graphic part of RagTime 56 file
Definition: RagTime5Graph.hxx:75
MWAWParser & operator=(const MWAWParser &)
private operator=: forbidden
main zone in a RagTime v5-v6 document
Definition: RagTime5StructManager.hxx:48
bool readPictureCluster(RagTime5Zone &zone, int zoneType)
try to read a picture cluster (via the graphic manager)
Definition: RagTime5Parser.cxx:330
int version() const
returns the works version
Definition: MWAWParser.hxx:106
Internal: the structures of a RagTime5Graph.
Definition: RagTime5Graph.cxx:60
the main class to read a RagTime v5 file
Definition: RagTime5Parser.hxx:69
Internal: the helper to read field for a RagTime5Graph.
Definition: RagTime5Graph.cxx:180
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5Graph.hxx:164
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:445
basic class used to store RagTime 5/6 structures
Definition: RagTime5StructManager.hxx:158
friend class RagTime5Graph
Definition: RagTime5Parser.hxx:71
void flushExtra()
flush unsent zone (debugging function)
Definition: RagTime5Parser.cxx:2439
shared_ptr< RagTime5GraphInternal::State > m_state
the state
Definition: RagTime5Graph.hxx:167
a link to a small zone (or set of zones) in RagTime 5/6 documents
Definition: RagTime5ClusterManager.hxx:100
the cluster data
Definition: RagTime5ClusterManager.hxx:209