38 #ifndef CLARIS_WKS_GRAPH 39 # define CLARIS_WKS_GRAPH 44 #include <librevenge/librevenge.h> 96 bool getPageDimension(
MWAWVec2f &dim)
const;
99 void computePositions()
const;
102 void findMasterPage()
const;
105 shared_ptr<ClarisWksStruct::DSET> readGroupZone
109 shared_ptr<ClarisWksStruct::DSET> readBitmapZone
116 bool canSendGroupAsGraphic(
int number)
const;
118 bool sendPageGraphics(
int groupId);
120 bool sendMaster(
int pg);
124 bool canSendBitmapAsGraphic(
int number)
const;
147 bool sendGroupChild(std::vector<shared_ptr<ClarisWksGraphInternal::Zone> >
const &lChild,
MWAWListenerPtr listener,
MWAWVec2f const &leftTop);
149 bool sendGroupChild(shared_ptr<ClarisWksGraphInternal::Zone> zone,
MWAWPosition position);
153 shared_ptr<ClarisWksGraphInternal::Zone> readGroupDef(
MWAWEntry const &entry);
164 bool readChartData(shared_ptr<ClarisWksGraphInternal::Zone> zone);
167 bool readPictData(shared_ptr<ClarisWksGraphInternal::Zone> zone);
170 bool readPolygonData(shared_ptr<ClarisWksGraphInternal::Zone> zone);
183 bool readQTimeData(shared_ptr<ClarisWksGraphInternal::Zone> zone);
190 bool readBitmapColorMap(std::vector<MWAWColor> &cMap);
228 shared_ptr<ClarisWksGraphInternal::State>
m_state;
shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:505
Internal: the structures of a ClarisWksGraph.
Definition: ClarisWksGraph.cxx:68
Internal: the structure used to store a style of a ClarisWksGraph.
Definition: ClarisWksGraph.cxx:110
ClarisWksDocument & m_document
the document
Definition: ClarisWksGraph.hxx:222
shared_ptr< ClarisWksGraphInternal::State > m_state
the state
Definition: ClarisWksGraph.hxx:228
the main class to read the graphic part of Claris Works file
Definition: ClarisWksGraph.hxx:77
MWAWParser & operator=(const MWAWParser &)
private operator=: forbidden
the class to store a color
Definition: libmwaw_internal.hxx:182
main structure which correspond to a document part
Definition: ClarisWksStruct.hxx:58
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:73
MWAWParser * m_mainParser
the main parser;
Definition: ClarisWksGraph.hxx:231
Internal: small class to store a basic graphic zone of a ClarisWksGraph.
Definition: ClarisWksGraph.cxx:273
the main class to read a Claris Works file
Definition: ClarisWksParser.hxx:67
Internal: the subdocument of a ClarisWksGraph.
Definition: ClarisWksGraph.cxx:735
int version() const
returns the works version
Definition: MWAWParser.hxx:108
Internal: the structure used to store a PICT or a MOVIE.
Definition: ClarisWksGraph.cxx:324
Internal: class which stores a group of graphics, ...
Definition: ClarisWksGraph.cxx:652
MWAWParserStatePtr m_parserState
the parser state
Definition: ClarisWksGraph.hxx:225
Internal: structure to store a bitmap of a ClarisWksGraph.
Definition: ClarisWksGraph.cxx:399
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:509
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:99
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: MWAWPosition.hxx:47
This class contains a virtual interface to all listener.
Definition: MWAWListener.hxx:49
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46