38 #ifndef RAGTIME5_GRAPH 39 # define RAGTIME5_GRAPH 45 #include <librevenge/librevenge.h> 59 struct ClusterGraphic;
60 struct ClusterPicture;
207 std::shared_ptr<RagTime5GraphInternal::State>
m_state;
bool readGraphicTransformations(RagTime5ClusterManager::Link const &link)
try to read a graphic transformations zone
Definition: RagTime5Graph.cxx:1324
static std::string printType(unsigned long fileType)
debug: print a file type
Definition: RagTime5StructManager.cxx:94
bool send(int zoneId, MWAWListenerPtr listener, MWAWPosition const &pos)
try to send the cluster zone
Definition: RagTime5Graph.cxx:636
bool readPictureMatch(RagTime5Zone &zone, bool color)
try to read a picture match zone
Definition: RagTime5Graph.cxx:1725
std::shared_ptr< RagTime5GraphInternal::State > m_state
the state
Definition: RagTime5Graph.hxx:207
virtual ~RagTime5Graph()
destructor
Definition: RagTime5Graph.cxx:620
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
int version() const
returns the file version
Definition: RagTime5Graph.cxx:624
bool readGraphicShape(RagTime5GraphInternal::ClusterGraphic &cluster, RagTime5Zone &dataZone, long endPos, int n, librevenge::RVNGString const &dataName)
try to read a graphic
Definition: RagTime5Graph.cxx:938
std::shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:553
bool readPictureRep(RagTime5Zone &zone)
try to read a picture rep
Definition: RagTime5Graph.cxx:1443
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:80
Internal: the subdocument of a RagTime5Graph.
Definition: RagTime5Graph.cxx:542
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:50
int numPages() const
returns the number of pages
Definition: RagTime5Graph.cxx:629
static std::string printType(unsigned long fileType)
debug: print a file type
Definition: RagTime5Graph.hxx:183
std::shared_ptr< RagTime5StructManager > m_structManager
the structure manager
Definition: RagTime5Graph.hxx:200
bool sendTextZone(MWAWListenerPtr listener, int zId, int pId, double totalWidth=-1)
ask to send a text zone
Definition: RagTime5Graph.cxx:651
RagTime5Graph & operator=(RagTime5Graph const &orig)
the shape cluster
Definition: RagTime5Graph.cxx:394
bool readPictureData(RagTime5Zone &zone)
try to read a picture data zone: ie. the zone which contains jpeg, tiff, ...
Definition: RagTime5Graph.cxx:1541
std::shared_ptr< RagTime5ClusterManager::Cluster > readButtonCluster(RagTime5Zone &zone, int zoneType)
try to read a button zone
Definition: RagTime5Graph.cxx:3681
Internal: the structures of a RagTime5Graph.
Definition: RagTime5Graph.cxx:62
bool readPictureList(RagTime5Zone &zone)
try to read a picture list
Definition: RagTime5Graph.cxx:1385
bool sendButtonZoneAsText(MWAWListenerPtr listener, int zId)
ask to send the button content as text
Definition: RagTime5Graph.cxx:1833
the picture cluster
Definition: RagTime5Graph.cxx:436
bool readGraphicShapes(RagTime5GraphInternal::ClusterGraphic &cluster)
try to read the graphic shapes of a cluster
Definition: RagTime5Graph.cxx:836
RagTime5Graph(RagTime5Document &doc)
constructor
Definition: RagTime5Graph.cxx:611
RagTime5Document & m_document
the parser
Definition: RagTime5Graph.hxx:197
the main class to read a RagTime v5 file
Definition: RagTime5Document.hxx:76
bool readPictureContainer(RagTime5Zone &zone)
try to read a picture data zone
Definition: RagTime5Graph.cxx:1468
MWAWParserStatePtr m_parserState
the parser state
Definition: RagTime5Graph.hxx:204
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:202
basic class used to store RagTime 5/6 structures
Definition: RagTime5StructManager.hxx:174
bool readColorPatternZone(RagTime5ClusterManager::Cluster &cluster)
try to read a zone of color and pattern
Definition: RagTime5Graph.cxx:755
bool readGraphicUsed(int typeId)
try to read the id zone => used
Definition: RagTime5Graph.cxx:1265
std::shared_ptr< RagTime5ClusterManager::Cluster > readPictureCluster(RagTime5Zone &zone, int zoneType)
try to read a picture zone
Definition: RagTime5Graph.cxx:3732
void checkGraphicCluster(RagTime5GraphInternal::ClusterGraphic &cluster)
check the graphic cluster data: check if there is no loop, ...
Definition: RagTime5Graph.cxx:3879
void flushExtra(bool onlyCheck=false)
sends the data which have not yet been sent to the listener
Definition: RagTime5Graph.cxx:1799
std::shared_ptr< RagTime5ClusterManager::Cluster > readGraphicCluster(RagTime5Zone &zone, int zoneType)
try to read a graphic zone
Definition: RagTime5Graph.cxx:3798
a link to a small zone (or set of zones) in RagTime 5/6 documents
Definition: RagTime5ClusterManager.hxx:113
the cluster data
Definition: RagTime5ClusterManager.hxx:261
bool readGraphicTypes(RagTime5ClusterManager::Link const &link)
try to read a main graphic types
Definition: RagTime5Graph.cxx:665