44 #include <librevenge/librevenge.h> 82 bool sendPageGraphics();
93 bool readTextZone(std::shared_ptr<WingzGraphInternal::Graphic> graphic);
96 bool readChartData(std::shared_ptr<WingzGraphInternal::Graphic> graphic);
100 bool readColor(
MWAWColor &color,
int &patId);
126 std::shared_ptr<WingzGraphInternal::State>
m_state;
Internal a Graphic of a WingzGraph.
Definition: WingzGraph.cxx:61
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
SubDocument & operator=(SubDocument const &orig)=delete
Internal: the subdocument of a WingzGraph.
Definition: WingzGraph.cxx:203
the class to store a color
Definition: libmwaw_internal.hxx:192
std::shared_ptr< WingzGraphInternal::State > m_state
the state
Definition: WingzGraph.hxx:126
WingzParser * m_mainParser
the main parser;
Definition: WingzGraph.hxx:129
MWAWParserStatePtr m_parserState
the parser state
Definition: WingzGraph.hxx:123
Internal: the structures of a WingzGraph.
Definition: WingzGraph.cxx:58
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: MWAWPosition.hxx:47
the main class to read the graphic part of a Claris Resolve/Wingz file
Definition: WingzGraph.hxx:66
a basic pattern used in a MWAWGraphicStyle:
Definition: MWAWGraphicStyle.hxx:277
the main class to read a Claris Resolve or a Wingz document
Definition: WingzParser.hxx:62