30 bool canUnselect()
const;
31 bool canReselect()
const;
33 void clearAllButLast();
45 void deselectObjects(
const Selection& toDeselect);
50 E_SIGNAL(SCORE_LIB_BASE_EXPORT, pushNewSelection, s)
53 E_SIGNAL(SCORE_LIB_BASE_EXPORT, currentSelectionChanged, old, current)
59 W_INVOKABLE(pruneRecursively)
64 void pruneConnections();
67 QStack<Selection> m_unselectable;
68 QStack<Selection> m_reselectable;
70 ossia::hash_map<const IdentifiedObjectAbstract*, QMetaObject::Connection>