38#ifndef READYSETGO_GRAPH
39# define READYSETGO_GRAPH
44#include <librevenge/librevenge.h>
136 std::shared_ptr<ReadySetGoGraphInternal::State>
m_state;
Internal: the subdocument of a ReadySetGoGraph.
Definition: ReadySetGoGraph.cxx:161
the main class to read the graphic part of a ReadySetGo 1-6 file
Definition: ReadySetGoGraph.hxx:68
bool readShapeV6(ReadySetGoGraphInternal::Layout &layout, bool &last)
try to read a shape: v6
Definition: ReadySetGoGraph.cxx:1460
bool readShapeV3(ReadySetGoGraphInternal::Layout &layout, bool &last)
try to read a shape: v3
Definition: ReadySetGoGraph.cxx:1040
bool readShapeDSV2(ReadySetGoGraphInternal::Layout &layout, bool &last)
try to read a shape: design studio v2
Definition: ReadySetGoGraph.cxx:2053
void updatePageSpanList(std::vector< MWAWPageSpan > &spanList) const
update the page span list
Definition: ReadySetGoGraph.cxx:235
bool send(ReadySetGoGraphInternal::Layout const &layout)
try to send the shapes of a layout
Definition: ReadySetGoGraph.cxx:2734
bool sendMasterPages()
try to send the master pages
Definition: ReadySetGoGraph.cxx:2685
std::shared_ptr< ReadySetGoStyleManager > m_styleManager
the style manager
Definition: ReadySetGoGraph.hxx:141
ReadySetGoParser & m_parser
the main parser;
Definition: ReadySetGoGraph.hxx:139
bool readShapesInObject()
try to read a list of shape corresponding to an object glossary: need in v6
Definition: ReadySetGoGraph.cxx:615
bool readShapeV2(ReadySetGoGraphInternal::Layout &layout)
try to read a shape: v2
Definition: ReadySetGoGraph.cxx:791
std::shared_ptr< ReadySetGoGraphInternal::State > m_state
the state
Definition: ReadySetGoGraph.hxx:136
bool sendPages()
try to send each main pages
Definition: ReadySetGoGraph.cxx:2716
virtual ~ReadySetGoGraph()
destructor
Definition: ReadySetGoGraph.cxx:224
ReadySetGoGraph(ReadySetGoGraph const &orig)=delete
bool updateTextBoxLinks()
try to update the textboxes link: v3
Definition: ReadySetGoGraph.cxx:276
bool readShapeV1()
try to read a shape: v1
Definition: ReadySetGoGraph.cxx:650
int version() const
returns the file version
Definition: ReadySetGoGraph.cxx:228
bool sendText(ReadySetGoGraphInternal::Shape const &shape)
try to send the text corresponding to a shape
Definition: ReadySetGoGraph.cxx:2886
bool readShapes()
try to read a list of shape
Definition: ReadySetGoGraph.cxx:498
ReadySetGoGraph & operator=(ReadySetGoGraph const &orig)=delete
bool readLayoutsList(int numLayouts, bool master=false)
try to read the layout list: v3
Definition: ReadySetGoGraph.cxx:405
the main class to read a ReadySetGo 1.0,2.1,3.0,4.0,4.5,6.0 file
Definition: ReadySetGoParser.hxx:61
class to read/store ReadySetGo v1-v6 styles
Definition: ReadySetGoStyleManager.hxx:61
Internal: the structures of a ReadySetGoGraph.
Definition: ReadySetGoGraph.cxx:61
Internal: a layout in a ReadySetGoGraph document.
Definition: ReadySetGoGraph.cxx:122
Internal: a shape in a ReadySetGoGraph document.
Definition: ReadySetGoGraph.cxx:64