Zrythm
v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
project_exporter.h
1
// SPDX-FileCopyrightText: © 2025 Alexandros Theodotou <alex@zrythm.org>
2
// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
4
#pragma once
5
6
#include "gui/qquick/qfuture_qml_wrapper.h"
7
8
namespace
zrythm::structure::project
9
{
10
class
Project
;
11
}
12
13
class
ProjectExporter
:
public
QObject
14
{
15
Q_OBJECT
16
QML_ELEMENT
17
QML_SINGLETON
18
19
public
:
20
Q_INVOKABLE
static
gui::qquick::QFutureQmlWrapper *
21
exportAudio (structure::project::Project * project);
22
};
ProjectExporter
Definition
project_exporter.h:14
zrythm::structure::project::Project
Core functionality of a Zrythm project.
Definition
project.h:45
src
gui
backend
project_exporter.h
Generated by
1.15.0