![]() |
Verovio
Source code documentation
|
This class is an interface for elements with duration, such as notes and rests. More...
#include <drawinginterface.h>
Public Member Functions | |
void | AddToDrawingList (Object *element) |
Add an element to the drawing list. More... | |
ArrayOfObjects * | GetDrawingList () |
Return the drawing list. More... | |
void | ResetDrawingList () |
Reset the drawing list. More... | |
Constructors, destructors, reset methods | |
Reset method reset all attribute classes | |
DrawingListInterface () | |
virtual | ~DrawingListInterface () |
virtual void | Reset () |
FunctorCode | InterfaceResetData (ResetDataFunctor &functor) |
Called explicitly from ResetDataFunctor. | |
Protected Attributes | |
ArrayOfObjects | m_drawingList |
The list of object for which drawing is postponed. | |
This class is an interface for elements with duration, such as notes and rests.
It is not an abstract class but should not be instantiate directly.
void vrv::DrawingListInterface::AddToDrawingList | ( | Object * | element | ) |
Add an element to the drawing list.
The drawing list is used to postponed the drawing of elements that need to be drawn in a particular order. For example, we need to draw beams before tuplets
ArrayOfObjects* vrv::DrawingListInterface::GetDrawingList | ( | ) |
Return the drawing list.
This is used when actually drawing the list (see View::DrawLayerList)
void vrv::DrawingListInterface::ResetDrawingList | ( | ) |
Reset the drawing list.
Clears the list - called when the layer starts to be drawn