38 #ifndef CLARIS_WKS_PRESENTATION
39 # define CLARIS_WKS_PRESENTATION
129 shared_ptr<ClarisWksPresentationInternal::State>
m_state;
MWAWParser * m_mainParser
the main parser;
Definition: ClarisWksPresentation.hxx:132
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: ClarisWksPresentation.cxx:332
ClarisWksDocument & m_document
the document
Definition: ClarisWksPresentation.hxx:123
ClarisWksPresentation(ClarisWksDocument &document)
constructor
Definition: ClarisWksPresentation.cxx:92
bool readZone2(ClarisWksPresentationInternal::Presentation &pres)
try to read the second presentation zone ( title )
Definition: ClarisWksPresentation.cxx:262
Internal: the structures of a ClarisWksPresentation.
Definition: ClarisWksPresentation.cxx:56
main structure which correspond to a document part
Definition: ClarisWksStruct.hxx:51
Internal the presentation.
Definition: ClarisWksPresentation.cxx:59
shared_ptr< ClarisWksStruct::DSET > readPresentationZone(ClarisWksStruct::DSET const &zone, MWAWEntry const &entry, bool &complete)
reads the zone presentation DSET
Definition: ClarisWksPresentation.cxx:135
main document information used to create a ClarisWorks file
Definition: ClarisWksDocument.hxx:69
ClarisWksPresentation & operator=(ClarisWksPresentation const &orig)
the main class to read a Claris Works file
Definition: ClarisWksParser.hxx:67
the main class to read the text part of Claris Works file
Definition: ClarisWksPresentation.hxx:67
bool readZone1(ClarisWksPresentationInternal::Presentation &pres)
try to read the first presentation zone ( the slide name ? )
Definition: ClarisWksPresentation.cxx:202
bool sendZone(int number)
sends the zone data to the listener (if it exists )
Definition: ClarisWksPresentation.cxx:309
shared_ptr< ClarisWksPresentationInternal::State > m_state
the state
Definition: ClarisWksPresentation.hxx:129
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:386
virtual class which defines the ancestor of all main zone parser
Definition: MWAWParser.hxx:95
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
int version() const
returns the file version
Definition: ClarisWksPresentation.cxx:101
virtual ~ClarisWksPresentation()
destructor
Definition: ClarisWksPresentation.cxx:98
MWAWParserStatePtr m_parserState
the parser state
Definition: ClarisWksPresentation.hxx:126
std::vector< int > getSlidesList() const
returns the list of slide id
Definition: ClarisWksPresentation.cxx:117
int numPages() const
returns the number of pages
Definition: ClarisWksPresentation.cxx:106