38#ifndef NISUS_WRT_GRAPH
39# define NISUS_WRT_GRAPH
44#include <librevenge/librevenge.h>
127 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:93
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:178
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: NisusWrtGraph.cxx:518
int numPages() const
returns the number of pages
Definition: NisusWrtGraph.cxx:168
bool sendPageGraphics()
try to send the page graphic
Definition: NisusWrtGraph.cxx:484
virtual ~NisusWrtGraph()
destructor
Definition: NisusWrtGraph.cxx:160
NisusWrtGraph(NisusWrtGraph const &orig)
NisusWrtGraph(NisusWrtParser &parser)
constructor
Definition: NisusWrtGraph.cxx:154
int version() const
returns the file version
Definition: NisusWrtGraph.cxx:163
shared_ptr< NisusWrtGraphInternal::State > m_state
the state
Definition: NisusWrtGraph.hxx:127
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:236
bool readPGRA(MWAWEntry const &entry)
read the PGRA resource: the number of page? graphics
Definition: NisusWrtGraph.cxx:331
NisusWrtGraph & operator=(NisusWrtGraph const &orig)
std::vector< NisusWrtGraphInternal::RSSOEntry > findRSSOEntry(MWAWInputStreamPtr inp) const
try to find a RSSO entry in a picture file
Definition: NisusWrtGraph.cxx:366
bool sendPicture(int pictId, bool inPictRsrc, MWAWPosition pictPos)
try to send a picture
Definition: NisusWrtGraph.cxx:423
bool readPLDT(NisusWrtStruct::RecursifData const &data)
parse the PLDT resource: a unknown resource
Definition: NisusWrtGraph.cxx:269
the main class to read a Nisus Writer file
Definition: NisusWrtParser.hxx:60
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:503
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:509
Internal: the structures of a NisusWrtGraph.
Definition: NisusWrtGraph.cxx:58
Internal: low level a structure helping to read recursifList.
Definition: NisusWrtStruct.hxx:138