![]() |
Verovio
Source code documentation
|
This class is a file input stream for reading MEI files. More...
#include <iomei.h>
Public Member Functions | |
MEIInput (Doc *doc) | |
bool | Import (const std::string &mei) override |
![]() | |
Input (Doc *doc) | |
void | SetOutputFormat (const std::string &format) |
std::string | GetOutputFormat () |
LayoutInformation | GetLayoutInformation () |
Getter for layoutInformation flag that is set to true during import if layout information is found (and not to be ignored). | |
Additional Inherited Members | |
![]() | |
Doc * | m_doc |
LayoutInformation | m_layoutInformation |
Indicates if we have layout information in the file loaded. More... | |
std::string | m_outformat = "mei" |
This class is a file input stream for reading MEI files.
It uses the libmei C++ library. Under development.