![]() |
Verovio
Source code documentation
|
This class is an interface for container elements that have to be turned to milestones in a page-base representation. More...
#include <pagemilestone.h>
Public Member Functions | |
void | ConvertToPageBasedMilestone (Object *object, Object *parent) |
Constructors, destructors, reset methods | |
Reset method reset all attribute classes | |
PageMilestoneInterface () | |
virtual | ~PageMilestoneInterface () |
virtual void | Reset () |
Set and get the first LayerElement | |
The setter asserts that no LayerElement was previously set. | |
void | SetEnd (PageMilestoneEnd *end) |
PageMilestoneEnd * | GetEnd () |
const PageMilestoneEnd * | GetEnd () const |
bool | IsPageMilestone () const |
Protected Attributes | |
PageMilestoneEnd * | m_end |
The corresponding end element. | |
This class is an interface for container elements that have to be turned to milestones in a page-base representation.