MuseScore Plugins 3.2.3
Plugins API for MuseScore
Loading...
Searching...
No Matches
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.
 
QString name
 Name of this element's type, not localized.
 

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: