Audacity 3.2.0
CloudLocationDialog.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*!********************************************************************
3
4 Audacity: A Digital Audio Editor
5
6 CloudLocationDialog.h
7
8 Dmitry Vedenko
9
10**********************************************************************/
11#pragma once
12
13#include "wxPanelWrapper.h"
14
16{
18{
19 Local,
20 Cloud,
21 Cancel,
22};
23
25{
26 Save,
27 Export,
28};
29
31{
32public:
33 CloudLocationDialog(wxWindow* parent, LocationDialogType type);
34 ~CloudLocationDialog() override;
35
37
38private:
41};
42} // namespace audacity::cloud::audiocom::sync
Main class to control the export function.
CloudLocationDialog(wxWindow *parent, LocationDialogType type)