![]() |
Verovio
Source code documentation
|
This class is a file output stream for writing PAE files. More...
#include <iopae.h>
Public Member Functions | |
| std::string | Export () override |
| 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) | |
| virtual bool | Skip (Object *object) const |
| Method for skipping under certain circumstances. | |
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 | |
| Doc * | m_doc |
This class is a file output stream for writing PAE files.