2 #include <score/model/path/ObjectPath.hpp>
27 void lock(QByteArray b) E_SIGNAL(SCORE_LIB_BASE_EXPORT, lock, b)
28 void unlock(QByteArray b) E_SIGNAL(SCORE_LIB_BASE_EXPORT, unlock, b)
31 void on_lock(QByteArray b);
33 void on_unlock(QByteArray);
34 W_INVOKABLE(on_unlock)
41 std::vector<ObjectPath> m_lockedObjects;
65 QByteArray m_serializedPath;
The ObjectPath class.
Definition: ObjectPath.hpp:37
The LockHelper class.
Definition: ObjectLocker.hpp:48
The ObjectLocker class.
Definition: ObjectLocker.hpp:21
Base toolkit upon which the software is built.
Definition: Application.cpp:90