![]() |
MuseScore Plugins 3.3
Plugins API for MuseScore
|
Base class for most of object wrappers exposed to QML. More...
#include <scoreelement.h>


Public Member Functions | |
| Q_INVOKABLE QString | userName () const |
| Human-readable element type name. | |
| Q_INVOKABLE bool | is (Ms::PluginAPI::ScoreElement *other) |
| Checks whether two variables represent the same object. | |
Properties | |
| int | type |
| Type of this element. | |
| QString | name |
| Name of this element's type, not localized. | |
Base class for most of object wrappers exposed to QML.
|
inline |
Checks whether two variables represent the same object.
| QString userName | ( | ) | const |
Human-readable element type 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.
|
read |
Type of this element.
See PluginAPI::PluginAPI::Element for the list of possible values.