virtual class which defines the ancestor of all graphic zone parser More...
#include <STOFFParser.hxx>
Public Member Functions | |
| virtual void | parse (librevenge::RVNGDrawingInterface *documentInterface)=0 |
| virtual function used to parse the input | |
Protected Member Functions | |
| STOFFGraphicParser (STOFFInputStreamPtr input, STOFFHeader *header) | |
| constructor (protected) | |
| STOFFGraphicParser (STOFFParserStatePtr state) | |
| constructor using a state | |
| virtual | ~STOFFGraphicParser () |
| destructor | |
virtual class which defines the ancestor of all graphic zone parser
| STOFFGraphicParser::STOFFGraphicParser | ( | STOFFInputStreamPtr | input, |
| STOFFHeader * | header | ||
| ) | [inline, protected] |
constructor (protected)
| STOFFGraphicParser::STOFFGraphicParser | ( | STOFFParserStatePtr | state | ) | [inline, explicit, protected] |
constructor using a state
| STOFFGraphicParser::~STOFFGraphicParser | ( | ) | [protected, virtual] |
destructor
| virtual void STOFFGraphicParser::parse | ( | librevenge::RVNGDrawingInterface * | documentInterface | ) | [pure virtual] |