38 #ifndef RAGTIME5_GRAPH
39 # define RAGTIME5_GRAPH
45 #include <librevenge/librevenge.h>
58 struct ClusterGraphic;
59 struct ClusterPicture;
192 std::shared_ptr<RagTime5GraphInternal::State>
m_state;
bool readGraphicTransformations(RagTime5ClusterManager::Link const &link)
try to read a graphic transformations zone
Definition: RagTime5Graph.cxx:1266
bool send(int zoneId, MWAWListenerPtr listener, MWAWPosition const &pos)
try to send the cluster zone
Definition: RagTime5Graph.cxx:588
bool readPictureMatch(RagTime5Zone &zone, bool color)
try to read a picture match zone
Definition: RagTime5Graph.cxx:1667
std::shared_ptr< RagTime5GraphInternal::State > m_state
the state
Definition: RagTime5Graph.hxx:192
virtual ~RagTime5Graph()
destructor
Definition: RagTime5Graph.cxx:572
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:555
RagTime5Parser & m_mainParser
the parser
Definition: RagTime5Graph.hxx:182
RagTime5Graph(RagTime5Parser &parser)
constructor
Definition: RagTime5Graph.cxx:563
bool readGraphicShape(RagTime5GraphInternal::ClusterGraphic &cluster, RagTime5Zone &dataZone, long endPos, int n, librevenge::RVNGString const &dataName)
try to read a graphic
Definition: RagTime5Graph.cxx:882
std::shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:551
bool readPictureRep(RagTime5Zone &zone)
try to read a picture rep
Definition: RagTime5Graph.cxx:1385
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:47
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
bool readGraphicUnknown(int typeId)
try to read a graphic unknown zone in data
Definition: RagTime5Graph.cxx:1211
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
int numPages() const
returns the number of pages
Definition: RagTime5Graph.cxx:581
RagTime5Graph & operator=(RagTime5Graph const &orig)
the shape cluster
Definition: RagTime5Graph.cxx:360
bool readPictureData(RagTime5Zone &zone)
try to read a picture data zone: ie. the zone which contains jpeg, tiff, ...
Definition: RagTime5Graph.cxx:1483
Internal: the structures of a RagTime5Graph.
Definition: RagTime5Graph.cxx:62
the main class to read a RagTime v5 file
Definition: RagTime5Parser.hxx:73
bool readPictureList(RagTime5Zone &zone)
try to read a picture list
Definition: RagTime5Graph.cxx:1327
the picture cluster
Definition: RagTime5Graph.cxx:399
bool readGraphicShapes(RagTime5GraphInternal::ClusterGraphic &cluster)
try to read the graphic shapes of a cluster
Definition: RagTime5Graph.cxx:785
bool readPictureContainer(RagTime5Zone &zone)
try to read a picture data zone
Definition: RagTime5Graph.cxx:1410
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
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
bool readColorPatternZone(RagTime5ClusterManager::Cluster &cluster)
try to read a zone of color and pattern
Definition: RagTime5Graph.cxx:704
std::shared_ptr< RagTime5ClusterManager::Cluster > readPictureCluster(RagTime5Zone &zone, int zoneType)
try to read a picture zone
Definition: RagTime5Graph.cxx:2894
bool sendTextZone(MWAWListenerPtr listener, int zId, int pId)
ask to send a text zone
Definition: RagTime5Graph.cxx:600
void checkGraphicCluster(RagTime5GraphInternal::ClusterGraphic &cluster)
check the graphic cluster data: check if there is no loop, ...
Definition: RagTime5Graph.cxx:3032
int version() const
returns the file version
Definition: RagTime5Graph.cxx:576
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: RagTime5Graph.cxx:1741
std::shared_ptr< RagTime5ClusterManager::Cluster > readGraphicCluster(RagTime5Zone &zone, int zoneType)
try to read a graphic zone
Definition: RagTime5Graph.cxx:2949
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
bool readGraphicTypes(RagTime5ClusterManager::Link const &link)
try to read a main graphic types
Definition: RagTime5Graph.cxx:614