38 #ifndef RAGTIME5_GRAPH 39 # define RAGTIME5_GRAPH 45 #include <librevenge/librevenge.h> 58 struct ClusterGraphic;
59 struct ClusterPicture;
119 bool readPictureData(
RagTime5Zone &zone, librevenge::RVNGBinaryData &data, std::string &type);
140 bool readGraphicUnknown(
int typeId);
192 std::shared_ptr<RagTime5GraphInternal::State>
m_state;
std::shared_ptr< RagTime5GraphInternal::State > m_state
the state
Definition: RagTime5Graph.hxx:192
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:553
RagTime5Parser & m_mainParser
the parser
Definition: RagTime5Graph.hxx:182
std::shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:549
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:47
std::shared_ptr< RagTime5ClusterManager::Cluster > readGraphicCluster(RagTime5Zone &zone, int zoneType)
try to read a graphic cluster (via the graphic manager)
Definition: RagTime5Parser.cxx:346
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:505
basic class used to read/store RagTime 5/6 styles
Definition: RagTime5StyleManager.hxx:60
main zone in a RagTime v5-v6 document
Definition: RagTime5StructManager.hxx:48
std::shared_ptr< RagTime5StructManager > m_structManager
the structure manager
Definition: RagTime5Graph.hxx:185
the shape cluster
Definition: RagTime5Graph.cxx:360
int version() const
returns the works version
Definition: MWAWParser.hxx:108
Internal: the structures of a RagTime5Graph.
Definition: RagTime5Graph.cxx:62
the main class to read a RagTime v5 file
Definition: RagTime5Parser.hxx:73
MWAWParser & operator=(const MWAWParser &)=delete
private operator=: forbidden
the picture cluster
Definition: RagTime5Graph.cxx:399
std::shared_ptr< RagTime5ClusterManager::Cluster > readPictureCluster(RagTime5Zone &zone, int zoneType)
try to read a picture cluster (via the graphic manager)
Definition: RagTime5Parser.cxx:361
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5Graph.hxx:189
Internal: the shape of a RagTime5Graph.
Definition: RagTime5Graph.cxx:224
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: MWAWPosition.hxx:47
bool send(int zoneId, MWAWListenerPtr listener, MWAWPosition const &pos, int partId=0, int part2Id=0)
try to send a cluster zone (mainly unimplemented)
Definition: RagTime5Parser.cxx:2448
std::shared_ptr< RagTime5StyleManager > m_styleManager
the style manager
Definition: RagTime5Graph.hxx:187
basic class used to store RagTime 5/6 structures
Definition: RagTime5StructManager.hxx:170
friend class RagTime5Graph
Definition: RagTime5Parser.hxx:76
void flushExtra()
flush unsent zone (debugging function)
Definition: RagTime5Parser.cxx:2477
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:221