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