 |
Verovio
Source code documentation
|
8 #ifndef __VRV_INTERFACE_H__
9 #define __VRV_INTERFACE_H__
52 std::vector<AttClassId> *
GetAttClasses() {
return &m_interfaceAttClasses; }
70 std::vector<AttClassId> m_interfaceAttClasses;
This is a base class for regrouping MEI att classes.
Definition: interface.h:32
std::vector< AttClassId > * GetAttClasses()
Method for obtaining a pointer to the attribute class vector of the interface.
Definition: interface.h:52
void RegisterInterfaceAttClass(AttClassId attClassId)
Method for registering an MEI att classes in the interface.
Definition: interface.h:47
virtual void Reset()
Virtual reset method.
Definition: interface.h:58
virtual InterfaceId IsInterface() const
Virtual method returning the InterfaceId of the interface.
Definition: interface.h:64