38#ifndef NISUS_WRT_GRAPH
39# define NISUS_WRT_GRAPH
44#include <librevenge/librevenge.h>
127 std::shared_ptr<NisusWrtGraphInternal::State>
m_state;
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:47
Class to define the position of an object (textbox, picture, ..) in the document.
Definition: MWAWPosition.hxx:48
Internal: the subdocument of a NisusWrtGraph.
Definition: NisusWrtGraph.cxx:103
the main class to read the graphic part of a Nisus file
Definition: NisusWrtGraph.hxx:68
MWAWParserStatePtr m_parserState
the parser state
Definition: NisusWrtGraph.hxx:124
bool createZones()
finds the different graphic zones
Definition: NisusWrtGraph.cxx:189
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: NisusWrtGraph.cxx:526
int numPages() const
returns the number of pages
Definition: NisusWrtGraph.cxx:179
std::shared_ptr< NisusWrtGraphInternal::State > m_state
the state
Definition: NisusWrtGraph.hxx:127
bool sendPageGraphics()
try to send the page graphic
Definition: NisusWrtGraph.cxx:492
NisusWrtGraph(NisusWrtGraph const &orig)=delete
virtual ~NisusWrtGraph()
destructor
Definition: NisusWrtGraph.cxx:171
NisusWrtGraph & operator=(NisusWrtGraph const &orig)=delete
int version() const
returns the file version
Definition: NisusWrtGraph.cxx:174
NisusWrtParser * m_mainParser
the main parser;
Definition: NisusWrtGraph.hxx:130
bool readPLAC(MWAWEntry const &entry)
read the PLAC resource: a list of picture placements ?
Definition: NisusWrtGraph.cxx:246
bool readPGRA(MWAWEntry const &entry)
read the PGRA resource: the number of page? graphics
Definition: NisusWrtGraph.cxx:340
std::vector< NisusWrtGraphInternal::RSSOEntry > findRSSOEntry(MWAWInputStreamPtr inp) const
try to find a RSSO entry in a picture file
Definition: NisusWrtGraph.cxx:375
bool sendPicture(int pictId, bool inPictRsrc, MWAWPosition pictPos)
try to send a picture
Definition: NisusWrtGraph.cxx:432
bool readPLDT(NisusWrtStruct::RecursifData const &data)
parse the PLDT resource: a unknown resource
Definition: NisusWrtGraph.cxx:279
the main class to read a Nisus Writer file
Definition: NisusWrtParser.hxx:60
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
Internal: the structures of a NisusWrtGraph.
Definition: NisusWrtGraph.cxx:58
Internal: low level a structure helping to read recursifList.
Definition: NisusWrtStruct.hxx:145