38 #ifndef RAGTIME5_GRAPH 39 # define RAGTIME5_GRAPH 45 #include <librevenge/librevenge.h> 58 struct ClusterGraphic;
59 struct ClusterPicture;
104 bool sendTextZone(
int zId,
int pId);
119 bool readPictureData(
RagTime5Zone &zone, librevenge::RVNGBinaryData &data, std::string &type);
140 bool readGraphicUnknown(
int typeId);
192 shared_ptr<RagTime5GraphInternal::State>
m_state;
RagTime5Parser & m_mainParser
the parser
Definition: RagTime5Graph.hxx:182
shared_ptr< RagTime5StyleManager > m_styleManager
the style manager
Definition: RagTime5Graph.hxx:187
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:47
shared_ptr< RagTime5StructManager > m_structManager
the structure manager
Definition: RagTime5Graph.hxx:185
the main class to read the graphic part of RagTime 56 file
Definition: RagTime5Graph.hxx:79
Internal: the subdocument of a RagTime5Graph.
Definition: RagTime5Graph.cxx:436
basic class used to read/store RagTime 5/6 styles
Definition: RagTime5StyleManager.hxx:60
MWAWParser & operator=(const MWAWParser &)
private operator=: forbidden
main zone in a RagTime v5-v6 document
Definition: RagTime5StructManager.hxx:48
shared_ptr< RagTime5ClusterManager::Cluster > readPictureCluster(RagTime5Zone &zone, int zoneType)
try to read a picture cluster (via the graphic manager)
Definition: RagTime5Parser.cxx:363
the shape cluster
Definition: RagTime5Graph.cxx:322
int version() const
returns the works version
Definition: MWAWParser.hxx:106
Internal: the structures of a RagTime5Graph.
Definition: RagTime5Graph.cxx:62
the main class to read a RagTime v5 file
Definition: RagTime5Parser.hxx:72
the picture cluster
Definition: RagTime5Graph.cxx:350
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5Graph.hxx:189
Internal: the shape of a RagTime5Graph.
Definition: RagTime5Graph.cxx:200
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:495
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: MWAWPosition.hxx:47
basic class used to store RagTime 5/6 structures
Definition: RagTime5StructManager.hxx:156
bool send(int zoneId, MWAWPosition const &pos, int partId=0)
try to send a cluster zone (mainly unimplemented)
Definition: RagTime5Parser.cxx:2540
friend class RagTime5Graph
Definition: RagTime5Parser.hxx:74
shared_ptr< RagTime5ClusterManager::Cluster > readGraphicCluster(RagTime5Zone &zone, int zoneType)
try to read a graphic cluster (via the graphic manager)
Definition: RagTime5Parser.cxx:348
void flushExtra()
flush unsent zone (debugging function)
Definition: RagTime5Parser.cxx:2557
shared_ptr< RagTime5GraphInternal::State > m_state
the state
Definition: RagTime5Graph.hxx:192
a link to a small zone (or set of zones) in RagTime 5/6 documents
Definition: RagTime5ClusterManager.hxx:105
the cluster data
Definition: RagTime5ClusterManager.hxx:214