Verovio
Source code documentation
vrv::Output Class Reference

This class is a base class for output classes. More...

#include <iobase.h>

Inheritance diagram for vrv::Output:
vrv::MEIOutput vrv::PAEOutput

Public Member Functions

 Output (Doc *doc, std::string filename)
 
 Output (Doc *doc)
 
virtual bool WriteObject (Object *object)
 Dummy object method that must be overridden in child class.
 
virtual bool WriteObjectEnd (Object *object)
 Dummy object method that must be overridden in child class.
 

Protected Attributes

Docm_doc
 

Detailed Description

This class is a base class for output classes.

It is not an abstract class but should not be instanciated directly.


The documentation for this class was generated from the following file: