Verovio
Source code documentation
vrv::AreaPosInterface Class Reference

This class is an interface for elements implementing vertically and horizontally positionned elements, such * as <rend> and <fig> It is not an abstract class but should not be instanciated directly. More...

#include <areaposinterface.h>

Inheritance diagram for vrv::AreaPosInterface:
vrv::Interface vrv::Fig vrv::Rend

Public Member Functions

Constructors, destructors, reset methods

Reset method resets all attribute classes

 AreaPosInterface ()
 
virtual ~AreaPosInterface ()
 
void Reset () override
 Virtual reset method. More...
 
InterfaceId IsInterface () const override
 Virtual method returning the InterfaceId of the interface. More...
 
- Public Member Functions inherited from vrv::Interface
void RegisterInterfaceAttClass (AttClassId attClassId)
 Method for registering an MEI att classes in the interface.
 
std::vector< AttClassId > * GetAttClasses ()
 Method for obtaining a pointer to the attribute class vector of the interface.
 
 Interface ()
 
virtual ~Interface ()
 

Detailed Description

This class is an interface for elements implementing vertically and horizontally positionned elements, such * as <rend> and <fig> It is not an abstract class but should not be instanciated directly.

Member Function Documentation

◆ IsInterface()

InterfaceId vrv::AreaPosInterface::IsInterface ( ) const
inlineoverridevirtual

Virtual method returning the InterfaceId of the interface.

Needs to be overridden in child classes.

Reimplemented from vrv::Interface.

◆ Reset()

void vrv::AreaPosInterface::Reset ( )
overridevirtual

Virtual reset method.

Needs to be overridden in child classes.

Reimplemented from vrv::Interface.

Reimplemented in vrv::Rend, and vrv::Fig.


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