13#ifndef __PLUGIN_API_TIE_H__
14#define __PLUGIN_API_TIE_H__
17#include "libmscore/tie.h"
40 Tie(
Ms::
Tie* tie, Ownership own = Ownership::PLUGIN) :
Element(tie, own) {}
48extern Tie* tieWrap(Ms::Tie* tie);
Definition elements.h:429
Main class of the plugins framework. Named as MuseScore in QML.
Definition qmlpluginapi.h:62
Provides access to internal Ms::Tie objects.
Definition tie.h:28
Ms::PluginAPI::Note * startNote
The starting note of the tie.
Definition tie.h:32
Ms::PluginAPI::Note * endNote
The ending note of the tie.
Definition tie.h:35