38 #ifndef NISUS_WRT_GRAPH 39 # define NISUS_WRT_GRAPH 44 #include <librevenge/librevenge.h> 127 std::shared_ptr<NisusWrtGraphInternal::State>
m_state;
NisusWrtParser * m_mainParser
the main parser;
Definition: NisusWrtGraph.hxx:130
std::shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:557
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
bool sendPageGraphics()
try to send the page graphic
Definition: NisusWrtGraph.cxx:492
NisusWrtGraph & operator=(NisusWrtGraph const &orig)=delete
Internal: the structures of a NisusWrtGraph.
Definition: NisusWrtGraph.cxx:57
bool sendPicture(int pictId, bool inPictRsrc, MWAWPosition pictPos)
try to send a picture
Definition: NisusWrtGraph.cxx:432
Internal: the subdocument of a NisusWrtGraph.
Definition: NisusWrtGraph.cxx:102
bool readPGRA(MWAWEntry const &entry)
read the PGRA resource: the number of page? graphics
Definition: NisusWrtGraph.cxx:340
the main class to read a Nisus Writer file
Definition: NisusWrtParser.hxx:59
int version() const
returns the file version
Definition: NisusWrtGraph.cxx:174
std::shared_ptr< NisusWrtGraphInternal::State > m_state
the state
Definition: NisusWrtGraph.hxx:127
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
virtual ~NisusWrtGraph()
destructor
Definition: NisusWrtGraph.cxx:171
int numPages() const
returns the number of pages
Definition: NisusWrtGraph.cxx:179
Internal: low level a structure helping to read recursifList.
Definition: NisusWrtStruct.hxx:145
std::vector< NisusWrtGraphInternal::RSSOEntry > findRSSOEntry(MWAWInputStreamPtr inp) const
try to find a RSSO entry in a picture file
Definition: NisusWrtGraph.cxx:375
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
MWAWParserStatePtr m_parserState
the parser state
Definition: NisusWrtGraph.hxx:124
bool readPLDT(NisusWrtStruct::RecursifData const &data)
parse the PLDT resource: a unknown resource
Definition: NisusWrtGraph.cxx:279
NisusWrtGraph(NisusWrtParser &parser)
constructor
Definition: NisusWrtGraph.cxx:164
bool readPLAC(MWAWEntry const &entry)
read the PLAC resource: a list of picture placements ?
Definition: NisusWrtGraph.cxx:246
the main class to read the graphic part of a Nisus file
Definition: NisusWrtGraph.hxx:67