27class ProjectUiState :
public QObject
34 Q_PROPERTY (
ClipEditor * clipEditor READ clipEditor CONSTANT FINAL)
40 arrangerObjectCreator CONSTANT FINAL)
72 createArrangerObjectSelectionOperator (
73 QItemSelectionModel * selectionModel)
const;
78 static constexpr auto kClipEditorKey =
"clipEditor"sv;
79 static constexpr auto kTimelineKey =
"timeline"sv;
80 static constexpr auto kQuantizeOptsTimelineKey =
"quantizeOptsTimeline"sv;
81 static constexpr auto kQuantizeOptsEditorKey =
"quantizeOptsEditor"sv;
82 static constexpr auto kUndoStackKey =
"undoStack"sv;
99 std::unique_ptr<QuantizeOptions> quantize_opts_editor_;
102 std::unique_ptr<QuantizeOptions> quantize_opts_timeline_;
107 arranger_object_creator_;