38 #ifndef CLARIS_WKS_GRAPH 39 # define CLARIS_WKS_GRAPH 44 #include <librevenge/librevenge.h> 93 std::shared_ptr<ClarisWksStruct::DSET> readGroupZone
98 bool readTransformations();
100 void updateGroup(
bool isLibrary);
102 bool isEmptyGroup(
int gId)
const;
119 bool sendTextZone(
int number,
int subZone=-1);
126 std::shared_ptr<ClarisDrawGraphInternal::Zone> readGroupDef(
MWAWEntry const &entry);
137 bool readPolygonData(std::shared_ptr<ClarisDrawGraphInternal::Zone> zone);
141 bool readBitmapColorMap(std::vector<MWAWColor> &cMap);
174 std::shared_ptr<ClarisDrawGraphInternal::State>
m_state;
Internal: the subdocument of a ClarisDrawGraph.
Definition: ClarisDrawGraph.cxx:702
Internal: structure to store a bitmap of a ClarisDrawGraph.
Definition: ClarisDrawGraph.cxx:403
MWAWParserStatePtr m_parserState
the parser state
Definition: ClarisDrawGraph.hxx:171
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:555
std::shared_ptr< ClarisDrawGraphInternal::State > m_state
the state
Definition: ClarisDrawGraph.hxx:174
Internal: class which stores a group of graphics, ...
Definition: ClarisDrawGraph.cxx:604
Internal: small class to store a basic graphic zone of a ClarisDrawGraph.
Definition: ClarisDrawGraph.cxx:306
std::shared_ptr< ClarisDrawStyleManager > m_styleManager
the style manager
Definition: ClarisDrawGraph.hxx:179
the class to store a color
Definition: libmwaw_internal.hxx:192
main structure which correspond to a document part
Definition: ClarisWksStruct.hxx:87
the main class to read a Claris Works file
Definition: ClarisWksParser.hxx:67
ClarisDrawParser * m_mainParser
the main parser;
Definition: ClarisDrawGraph.hxx:177
int version() const
returns the works version
Definition: MWAWParser.hxx:108
MWAWParser & operator=(const MWAWParser &)=delete
private operator=: forbidden
Internal: the structures of a ClarisDrawGraph.
Definition: ClarisDrawGraph.cxx:67
the main class to read a ClarisDraw v1 file
Definition: ClarisDrawParser.hxx:63
Class to define the position of an object (textbox, picture, ..) in the document. ...
Definition: MWAWPosition.hxx:47
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
the main class to read the graphic part of Claris Works file
Definition: ClarisDrawGraph.hxx:73
Internal: the structure used to store a style of a ClarisDrawGraph.
Definition: ClarisDrawGraph.cxx:139