Verovio
Source code documentation
vrv::PAEOutput Class Reference

This class is a file output stream for writing PAE files. More...

#include <iopae.h>

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

Public Member Functions

bool Export (std::string &output)
 The main method for exporting to PAE.
 
bool WriteObject (Object *object) override
 The main method for write objects.
 
bool WriteObjectEnd (Object *object) override
 Writing object method that must be overridden in the child class.
 
Constructors and destructor
 PAEOutput (Doc *doc)
 
virtual ~PAEOutput ()
 
- Public Member Functions inherited from vrv::Output
 Output (Doc *doc, std::string filename)
 
 Output (Doc *doc)
 

Static Public Member Functions

static std::string GetPaeDur (data_DURATION dur, int ndots)
 Helper method to return a string representation of the PAE duration.
 

Additional Inherited Members

- Protected Attributes inherited from vrv::Output
Docm_doc
 

Detailed Description

This class is a file output stream for writing PAE files.


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