Verovio
Source code documentation
vrv::DrawingListInterface Class Reference

This class is an interface for elements with duration, such as notes and rests. More...

#include <drawinginterface.h>

Inheritance diagram for vrv::DrawingListInterface:
vrv::Chord vrv::Layer vrv::System

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.
 

Detailed Description

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.

Member Function Documentation

◆ AddToDrawingList()

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

◆ GetDrawingList()

ArrayOfObjects* vrv::DrawingListInterface::GetDrawingList ( )

Return the drawing list.

This is used when actually drawing the list (see View::DrawLayerList)

◆ ResetDrawingList()

void vrv::DrawingListInterface::ResetDrawingList ( )

Reset the drawing list.

Clears the list - called when the layer starts to be drawn


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