MuseScore Plugins 3.2.3
Plugins API for MuseScore
Properties | List of all members
ScoreElement Class Reference

Base class for most of object wrappers exposed to QML. More...

#include <scoreelement.h>

Inheritance diagram for ScoreElement:
Inheritance graph
[legend]
Collaboration diagram for ScoreElement:
Collaboration graph
[legend]

Properties

int type
 Type of this element. More...
 
QString name
 Name of this element's type, not localized. More...
 

Detailed Description

Base class for most of object wrappers exposed to QML.

Property Documentation

◆ name

QString name
read

Name of this element's type, not localized.

Use ScoreElement::userName() to obtain a localized element name suitable for usage in a user interface.

◆ type

int type
read

Type of this element.

See PluginAPI::PluginAPI::Element for the list of possible values.


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