ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
SaveDracoFileDlg.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #pragma once
9 
10 // ##########################################################################
11 // # #
12 // # CloudViewer #
13 // # #
14 // # This program is free software; you can redistribute it and/or modify #
15 // # it under the terms of the GNU General Public License as published by #
16 // # the Free Software Foundation; version 2 or later of the License. #
17 // # #
18 // # This program is distributed in the hope that it will be useful, #
19 // # but WITHOUT ANY WARRANTY; without even the implied warranty of #
20 // # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
21 // # GNU General Public License for more details. #
22 // # #
23 // # COPYRIGHT: ACloudViewer project #
24 // # #
25 // ##########################################################################
26 
27 #include <CV_io.h>
28 
29 #include <QDialog>
30 
31 #include "ui_saveDracoFileDlg.h"
32 
34 class SaveDracoFileDlg : public QDialog, public Ui::SaveDracoFileDlg {
35  Q_OBJECT
36 
37 public:
39  explicit SaveDracoFileDlg(QWidget* parent = nullptr);
40 
42  virtual ~SaveDracoFileDlg() = default;
43 
45  void reset();
46 
47 protected:
50 
53 };
DRACO file (https://github.com/google/draco) saving dialog.
SaveDracoFileDlg(QWidget *parent=nullptr)
Default constructor.
void initFromPersistentSettings()
Inits dialog state from persistent settings.
virtual ~SaveDracoFileDlg()=default
Destructor.
void reset()
Resets default values.
void saveToPersistentSettings()
Saves dialog state from persistent settings.