38 #ifndef NISUS_WRT_GRAPH
39 # define NISUS_WRT_GRAPH
44 #include <librevenge/librevenge.h>
127 shared_ptr<NisusWrtGraphInternal::State>
m_state;
NisusWrtParser * m_mainParser
the main parser;
Definition: NisusWrtGraph.hxx:130
NisusWrtGraph & operator=(NisusWrtGraph const &orig)
bool createZones()
finds the different graphic zones
Definition: NisusWrtGraph.cxx:178
int version() const
returns the file version
Definition: NisusWrtGraph.cxx:163
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: NisusWrtGraph.cxx:518
bool sendPageGraphics()
try to send the page graphic
Definition: NisusWrtGraph.cxx:484
shared_ptr< NisusWrtGraphInternal::State > m_state
the state
Definition: NisusWrtGraph.hxx:127
Internal: the structures of a NisusWrtGraph.
Definition: NisusWrtGraph.cxx:57
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
Internal: the subdocument of a NisusWrtGraph.
Definition: NisusWrtGraph.cxx:92
bool readPGRA(MWAWEntry const &entry)
read the PGRA resource: the number of page? graphics
Definition: NisusWrtGraph.cxx:331
the main class to read a Nisus Writer file
Definition: NisusWrtParser.hxx:59
int numPages() const
returns the number of pages
Definition: NisusWrtGraph.cxx:168
shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:439
virtual ~NisusWrtGraph()
destructor
Definition: NisusWrtGraph.cxx:160
Internal: low level a structure helping to read recursifList.
Definition: NisusWrtStruct.hxx:138
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:445
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:269
NisusWrtGraph(NisusWrtParser &parser)
constructor
Definition: NisusWrtGraph.cxx:154
bool readPLAC(MWAWEntry const &entry)
read the PLAC resource: a list of picture placements ?
Definition: NisusWrtGraph.cxx:236
the main class to read the graphic part of a Nisus file
Definition: NisusWrtGraph.hxx:67