virtual class which defines the ancestor of all presentation zone parser More...
#include <MWAWParser.hxx>
Public Member Functions | |
| virtual void | parse (librevenge::RVNGPresentationInterface *documentInterface)=0 |
| virtual function used to parse the input | |
Protected Member Functions | |
| MWAWPresentationParser (MWAWInputStreamPtr input, MWAWRSRCParserPtr rsrcParser, MWAWHeader *header) | |
| constructor (protected) | |
| MWAWPresentationParser (MWAWParserStatePtr state) | |
| constructor using a state | |
virtual class which defines the ancestor of all presentation zone parser
| MWAWPresentationParser::MWAWPresentationParser | ( | MWAWInputStreamPtr | input, |
| MWAWRSRCParserPtr | rsrcParser, | ||
| MWAWHeader * | header | ||
| ) | [inline, protected] |
constructor (protected)
| MWAWPresentationParser::MWAWPresentationParser | ( | MWAWParserStatePtr | state | ) | [inline, protected] |
constructor using a state
| virtual void MWAWPresentationParser::parse | ( | librevenge::RVNGPresentationInterface * | documentInterface | ) | [pure virtual] |
virtual function used to parse the input
Implemented in ClarisWksPRParser.