MuseScore  3.4
Music composition and notation
Public Member Functions | List of all members
Ms::ElementList Class Reference

#include <element.h>

Inheritance diagram for Ms::ElementList:
Inheritance graph
[legend]
Collaboration diagram for Ms::ElementList:
Collaboration graph
[legend]

Public Member Functions

 ElementList ()
 
bool remove (Element *)
 Remove el from the list. Return true on success. More...
 
void replace (Element *old, Element *n)
 
void write (XmlWriter &) const
 
void write (XmlWriter &, const char *name) const
 

Constructor & Destructor Documentation

◆ ElementList()

Ms::ElementList::ElementList ( )
inline

Member Function Documentation

◆ remove()

bool Ms::ElementList::remove ( Element el)

Remove el from the list. Return true on success.

◆ replace()

void Ms::ElementList::replace ( Element old,
Element n 
)

◆ write() [1/2]

void Ms::ElementList::write ( XmlWriter xml) const

◆ write() [2/2]

void Ms::ElementList::write ( XmlWriter ,
const char *  name 
) const

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