Holder of an automation track and some metadata about it.
More...
#include <src/structure/tracks/automation_tracklist.h>
|
| bool | created_by_user_ {} |
| | Whether this automation track has been created by the user in the UI.
|
|
| void | to_json (nlohmann::json &j, const AutomationTrackHolder &nfo) |
|
void | from_json (const nlohmann::json &j, AutomationTrackHolder &nfo) |
Holder of an automation track and some metadata about it.
Definition at line 20 of file automation_tracklist.h.
◆ AutomationTrackHolder() [1/2]
| zrythm::structure::tracks::AutomationTrackHolder::AutomationTrackHolder |
( |
Dependencies | dependencies, |
|
|
QObject * | parent = nullptr ) |
|
inline |
◆ AutomationTrackHolder() [2/2]
◆ automationTrack()
| AutomationTrack * zrythm::structure::tracks::AutomationTrackHolder::automationTrack |
( |
| ) |
const |
|
inline |
◆ height()
| double zrythm::structure::tracks::AutomationTrackHolder::height |
( |
| ) |
const |
|
inline |
◆ setHeight()
| void zrythm::structure::tracks::AutomationTrackHolder::setHeight |
( |
double | height | ) |
|
|
inline |
◆ setVisible()
| void zrythm::structure::tracks::AutomationTrackHolder::setVisible |
( |
bool | visible | ) |
|
|
inline |
◆ visible()
| bool zrythm::structure::tracks::AutomationTrackHolder::visible |
( |
| ) |
const |
|
inline |
◆ to_json
| void to_json |
( |
nlohmann::json & | j, |
|
|
const AutomationTrackHolder & | nfo ) |
|
friend |
◆ created_by_user_
| bool zrythm::structure::tracks::AutomationTrackHolder::created_by_user_ {} |
Whether this automation track has been created by the user in the UI.
Definition at line 94 of file automation_tracklist.h.
◆ automationTrack
| AutomationTrack * zrythm::structure::tracks::AutomationTrackHolder::automationTrack |
|
read |
◆ height
| QML_ELEMENT double zrythm::structure::tracks::AutomationTrackHolder::height |
|
readwrite |
◆ visible
| bool zrythm::structure::tracks::AutomationTrackHolder::visible |
|
readwrite |
The documentation for this class was generated from the following file: