38 #ifndef RAGTIME5_GRAPH
39 # define RAGTIME5_GRAPH
45 #include <librevenge/librevenge.h>
58 struct ClusterGraphic;
59 struct ClusterPicture;
192 shared_ptr<RagTime5GraphInternal::State>
m_state;
bool readGraphicTransformations(RagTime5ClusterManager::Link const &link)
try to read a graphic transformations zone
Definition: RagTime5Graph.cxx:1190
bool readPictureMatch(RagTime5Zone &zone, bool color)
try to read a picture match zone
Definition: RagTime5Graph.cxx:1592
bool sendTextZone(int zId, int pId)
ask to send a text zone
Definition: RagTime5Graph.cxx:526
virtual ~RagTime5Graph()
destructor
Definition: RagTime5Graph.cxx:499
RagTime5Parser & m_mainParser
the parser
Definition: RagTime5Graph.hxx:182
RagTime5Graph(RagTime5Parser &parser)
constructor
Definition: RagTime5Graph.cxx:493
shared_ptr< RagTime5StyleManager > m_styleManager
the style manager
Definition: RagTime5Graph.hxx:187
bool readGraphicShape(RagTime5GraphInternal::ClusterGraphic &cluster, RagTime5Zone &dataZone, long endPos, int n, librevenge::RVNGString const &dataName)
try to read a graphic
Definition: RagTime5Graph.cxx:811
bool readPictureRep(RagTime5Zone &zone)
try to read a picture rep
Definition: RagTime5Graph.cxx:1309
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:47
shared_ptr< RagTime5ClusterManager::Cluster > readPictureCluster(RagTime5Zone &zone, int zoneType)
try to read a picture zone
Definition: RagTime5Graph.cxx:2790
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
shared_ptr< RagTime5ClusterManager::Cluster > readGraphicCluster(RagTime5Zone &zone, int zoneType)
try to read a graphic zone
Definition: RagTime5Graph.cxx:2846
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:1135
main zone in a RagTime v5-v6 document
Definition: RagTime5StructManager.hxx:48
bool send(int zoneId, MWAWPosition const &pos)
try to send the cluster zone
Definition: RagTime5Graph.cxx:514
int numPages() const
returns the number of pages
Definition: RagTime5Graph.cxx:507
RagTime5Graph & operator=(RagTime5Graph const &orig)
the shape cluster
Definition: RagTime5Graph.cxx:322
bool readPictureData(RagTime5Zone &zone)
try to read a picture data zone: ie. the zone which contains jpeg, tiff, ...
Definition: RagTime5Graph.cxx:1409
Internal: the structures of a RagTime5Graph.
Definition: RagTime5Graph.cxx:62
the main class to read a RagTime v5 file
Definition: RagTime5Parser.hxx:72
bool readPictureList(RagTime5Zone &zone)
try to read a picture list
Definition: RagTime5Graph.cxx:1251
the picture cluster
Definition: RagTime5Graph.cxx:350
bool readGraphicShapes(RagTime5GraphInternal::ClusterGraphic &cluster)
try to read the graphic shapes of a cluster
Definition: RagTime5Graph.cxx:714
bool readPictureContainer(RagTime5Zone &zone)
try to read a picture data zone
Definition: RagTime5Graph.cxx:1335
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 readColorPatternZone(RagTime5ClusterManager::Cluster &cluster)
try to read a zone of color and pattern
Definition: RagTime5Graph.cxx:630
void checkGraphicCluster(RagTime5GraphInternal::ClusterGraphic &cluster)
check the graphic cluster data: check if there is no loop, ...
Definition: RagTime5Graph.cxx:2930
shared_ptr< RagTime5GraphInternal::State > m_state
the state
Definition: RagTime5Graph.hxx:192
int version() const
returns the file version
Definition: RagTime5Graph.cxx:502
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: RagTime5Graph.cxx:1668
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
bool readGraphicTypes(RagTime5ClusterManager::Link const &link)
try to read a main graphic types
Definition: RagTime5Graph.cxx:540