13 #ifndef __PLUGIN_API_SELECTION_H__
14 #define __PLUGIN_API_SELECTION_H__
37 Ms::Selection* _select;
41 Selection(Ms::Selection* select) : QObject(), _select(select) {}
45 {
return wrapContainerProperty<Element>(
this, _select->elements()); }
50 extern Selection* selectionWrap(Ms::Selection* select);
Definition: selection.h:28
QQmlListProperty< Ms::PluginAPI::Element > elements
Current GUI selections for the score.
Definition: selection.h:32
Definition: cursor.cpp:29