Verovio
Source code documentation
vrv::Input Class Reference

This class is a base class for input classes. More...

#include <iobase.h>

Inheritance diagram for vrv::Input:
vrv::ABCInput vrv::CmmeInput vrv::HumdrumInput vrv::MEIInput vrv::MusicXmlInput vrv::PAEInput vrv::VolpianoInput

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

Docm_doc
 
LayoutInformation m_layoutInformation
 Indicates if we have layout information in the file loaded. More...
 
std::string m_outformat = "mei"
 

Detailed Description

This class is a base class for input classes.

It is not an abstract class but should not be instanciated directly.

Member Data Documentation

◆ m_layoutInformation

LayoutInformation vrv::Input::m_layoutInformation
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


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