44 #include <librevenge/librevenge.h> 55 struct LocalTransform;
93 bool sendShape(
int id);
100 bool readShapes(
int numShapes,
unsigned long shapeLength,
unsigned long dataLength);
102 bool readShape(
int n, std::vector<MWAWEntry>
const &dataZonesList);
111 bool readFileBitmap(
long length);
132 bool sendText(
int zId);
139 void markSent(
int id);
141 void checkUnsent()
const;
155 std::shared_ptr<CanvasGraphInternal::State>
m_state;
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
the main class to read a Canvas 2 and 3 files
Definition: CanvasParser.hxx:63
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:47
bool send(CanvasParserInternal::Layer const &layer)
tries to send a layer
Definition: CanvasParser.cxx:2363
Internal: the subdocument of a CanvasGraph.
Definition: CanvasGraph.cxx:372
the main class to read the graphic part of Canvas file
Definition: CanvasGraph.hxx:70
Internal: the shape of a CanvasGraph.
Definition: CanvasGraph.cxx:68
MWAWInputStreamPtr & getInput()
returns the current input
Definition: CanvasParser.cxx:558
int version() const
returns the works version
Definition: MWAWParser.hxx:108
the main class to read the style part of Canvas file
Definition: CanvasStyleManager.hxx:66
Internal: the structures of a CanvasGraph.
Definition: CanvasGraph.cxx:65
small class use to define a embedded object
Definition: libmwaw_internal.hxx:467
CanvasParser * m_mainParser
the main parser;
Definition: CanvasGraph.hxx:158
MWAWParser & operator=(const MWAWParser &)=delete
private operator=: forbidden
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
std::shared_ptr< CanvasStyleManager > m_styleManager
the style manager
Definition: CanvasGraph.hxx:160
friend class CanvasGraph
Definition: CanvasParser.hxx:65
std::shared_ptr< CanvasGraphInternal::State > m_state
the state
Definition: CanvasGraph.hxx:155
MWAWParserStatePtr m_parserState
the parser state
Definition: CanvasGraph.hxx:152