![]() |
Verovio
Source code documentation
|
This class is a file output stream for writing PAE files. More...
#include <iopae.h>
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 () |
![]() | |
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 | |
![]() | |
Doc * | m_doc |
This class is a file output stream for writing PAE files.