44#include <librevenge/librevenge.h>
93 bool readTextZone(std::shared_ptr<WingzGraphInternal::Graphic> graphic);
96 bool readChartData(std::shared_ptr<WingzGraphInternal::Graphic> graphic);
126 std::shared_ptr<WingzGraphInternal::State>
m_state;
Class to define the position of an object (textbox, picture, ..) in the document.
Definition: MWAWPosition.hxx:48
Internal: the subdocument of a WingzGraph.
Definition: WingzGraph.cxx:204
the main class to read the graphic part of a Claris Resolve/Wingz file
Definition: WingzGraph.hxx:67
bool sendGraphic(WingzGraphInternal::Graphic const &graphic, MWAWPosition const &pos)
try to send a generic graphic
Definition: WingzGraph.cxx:1444
std::shared_ptr< WingzGraphInternal::State > m_state
the state
Definition: WingzGraph.hxx:126
WingzParser * m_mainParser
the main parser;
Definition: WingzGraph.hxx:129
bool readGraphic()
read a graphic zone: 0xe
Definition: WingzGraph.cxx:281
virtual ~WingzGraph()
destructor
Definition: WingzGraph.cxx:264
bool readPattern(MWAWGraphicStyle::Pattern &pattern, int &patId)
read a pattern
Definition: WingzGraph.cxx:999
WingzGraph & operator=(WingzGraph const &orig)=delete
bool sendShape(WingzGraphInternal::Graphic const &graphic, MWAWPosition const &pos)
try to send a shape graphic
Definition: WingzGraph.cxx:1525
bool readTextZone(std::shared_ptr< WingzGraphInternal::Graphic > graphic)
read a text zone or a button zone ( some graphic zone)
Definition: WingzGraph.cxx:635
bool readColor(MWAWColor &color, int &patId)
read a color: front color, patId, background color
Definition: WingzGraph.cxx:1025
MWAWParserStatePtr m_parserState
the parser state
Definition: WingzGraph.hxx:123
bool sendPageGraphics()
try to send the page graphic
Definition: WingzGraph.cxx:1693
bool readEndGroup()
read a end group zone: 0xf
Definition: WingzGraph.cxx:596
bool sendText(WingzGraphInternal::Graphic const &graphic)
try to send the content of a textbox/button
Definition: WingzGraph.cxx:1644
WingzGraph(WingzGraph const &orig)=delete
bool sendPicture(WingzGraphInternal::Graphic const &graphic, MWAWPosition const &pos)
try to send a picture graphic
Definition: WingzGraph.cxx:1503
int version() const
returns the file version
Definition: WingzGraph.cxx:267
bool readChartData(std::shared_ptr< WingzGraphInternal::Graphic > graphic)
read a chart
Definition: WingzGraph.cxx:1037
the main class to read a Claris Resolve or a Wingz document
Definition: WingzParser.hxx:63
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
Internal: the structures of a WingzGraph.
Definition: WingzGraph.cxx:59
the class to store a color
Definition: libmwaw_internal.hxx:192
a basic pattern used in a MWAWGraphicStyle:
Definition: MWAWGraphicStyle.hxx:351
Internal a Graphic of a WingzGraph.
Definition: WingzGraph.cxx:61