Verovio
Source code documentation
expan.h
1
// Name: expan.h
3
// Author: Laurent Pugin
4
// Created: 2018
5
// Copyright (c) Authors and others. All rights reserved.
7
8
#ifndef __VRV_EXPAN_H__
9
#define __VRV_EXPAN_H__
10
11
#include "atts_shared.h"
12
#include "editorial.h"
13
14
namespace
vrv {
15
16
//----------------------------------------------------------------------------
17
// Expan
18
//----------------------------------------------------------------------------
19
20
class
Expan
:
public
EditorialElement
,
public
AttSource {
21
public
:
26
Expan
();
28
virtual
~
Expan
();
29
Object
*
Clone
()
const override
{
return
new
Expan
(*
this
); }
30
void
Reset
()
override
;
31
std::string GetClassName()
const override
{
return
"expan"
; }
33
34
private
:
35
//
36
public
:
37
//
38
private
:
39
};
40
41
}
// namespace vrv
42
43
#endif
vrv::Object
This class represents a basic object.
Definition:
object.h:59
vrv::Expan::Reset
void Reset() override
Reset the object, that is 1) removing all children and 2) resetting all attributes.
vrv::Expan::Clone
Object * Clone() const override
Method call for copying child classes.
Definition:
expan.h:29
vrv::EditorialElement
This class is a base class for the editorial element containing musical content, for example <rgd> or...
Definition:
editorial.h:38
vrv::Expan
Definition:
expan.h:20
include
vrv
expan.h
Generated on Fri Apr 4 2025 06:58:35 for Verovio by
1.8.17