![]() |
Verovio
Source code documentation
|
This class is a base class for input classes. More...
#include <iobase.h>
Public Member Functions | |
Input (Doc *doc) | |
void | SetOutputFormat (const std::string &format) |
std::string | GetOutputFormat () |
virtual bool | Import (std::string const &data) |
LayoutInformation | GetLayoutInformation () |
Getter for layoutInformation flag that is set to true during import if layout information is found (and not to be ignored). | |
Protected Attributes | |
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 base class for input classes.
It is not an abstract class but should not be instanciated directly.
|
protected |
Indicates if we have layout information in the file loaded.
The value will be LAYOUT_ENCODED if we have <pb> or <sb> elements and LAYOUT_DONE for page-based MEI. This value remains LAYOUT_NONE with PAE import