38 #ifndef CW_MWAW_PRESENTATION
39 # define CW_MWAW_PRESENTATION
53 namespace CWPresentationInternal
124 shared_ptr<CWPresentationInternal::State>
m_state;
main structure which correspond to a document part
Definition: CWStruct.hxx:55
a structure to store the style list and the lookup zone
Definition: CWStyleManager.hxx:60
int version() const
returns the file version
Definition: CWPresentation.cxx:99
std::vector< int > getSlidesList() const
returns the list of slide id
Definition: CWPresentation.cxx:116
bool readZone1(CWPresentationInternal::Presentation &pres)
try to read the first presentation zone ( the slide name ? )
Definition: CWPresentation.cxx:200
shared_ptr< CWStyleManager > m_styleManager
the style manager
Definition: CWPresentation.hxx:130
CWPresentation(CWParser &parser)
constructor
Definition: CWPresentation.cxx:90
CWParser * m_mainParser
the main parser;
Definition: CWPresentation.hxx:127
CWPresentation & operator=(CWPresentation const &orig)
shared_ptr< CWStruct::DSET > readPresentationZone(CWStruct::DSET const &zone, MWAWEntry const &entry, bool &complete)
reads the zone presentation DSET
Definition: CWPresentation.cxx:134
virtual ~CWPresentation()
destructor
Definition: CWPresentation.cxx:96
the main class to read the text part of Claris Works file
Definition: CWPresentation.hxx:67
void flushExtra()
sends the data which have not yet been sent to the listener
Definition: CWPresentation.cxx:329
the main class to read a Claris Works file
Definition: CWParser.hxx:73
int numPages() const
returns the number of pages
Definition: CWPresentation.cxx:104
MWAWParserStatePtr m_parserState
the parser state
Definition: CWPresentation.hxx:121
shared_ptr< CWPresentationInternal::State > m_state
the state
Definition: CWPresentation.hxx:124
Internal the presentation.
Definition: CWPresentation.cxx:59
bool readZone2(CWPresentationInternal::Presentation &pres)
try to read the second presentation zone ( title )
Definition: CWPresentation.cxx:259
shared_ptr< MWAWParserState > MWAWParserStatePtr
a smart pointer of MWAWParserState
Definition: libmwaw_internal.hxx:342
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
bool sendZone(int number)
sends the zone data to the listener (if it exists )
Definition: CWPresentation.cxx:306