18class Timeline :
public QObject
24 getEditorSettings CONSTANT FINAL)
34 auto getEditorSettings ()
const {
return editor_settings_.get (); }
39 friend void init_from (
41 const Timeline &other,
45 static constexpr auto kEditorSettingsKey =
"editorSettings"sv;
47 static constexpr auto kTracksWidthKey =
"tracksWidth";
48 friend void to_json (nlohmann::json &j,
const Timeline &p);
49 friend void from_json (
const nlohmann::json &j, Timeline &p);
55 int tracks_width_ = 0;