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