13 #ifndef __PLUGIN_API_SELECTION_H__ 14 #define __PLUGIN_API_SELECTION_H__ 45 {
return wrapContainerProperty<Element>(
this, _select->
elements()); }
Definition: selection.h:28
Selection * selectionWrap(Ms::Selection *select)
Definition: selection.cpp:23
const QList< Element * > & elements() const
Definition: select.h:175
Selection(Ms::Selection *select)
Definition: selection.h:41
Definition: aeolus.cpp:26
virtual ~Selection()
Definition: selection.h:42
QQmlListProperty< Element > elements()
Definition: selection.h:44
Ms::Selection * _select
Definition: selection.h:37