ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
facetsExportDlg.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 #include <QDialog>
11 
12 #include "ui_facetsExportDlg.h"
13 
15 class FacetsExportDlg : public QDialog, public Ui::FacetsExportDlg {
16  Q_OBJECT
17 
18 public:
21 
23  FacetsExportDlg(IOMode mode, QWidget* parent = 0);
24 
25 protected slots:
26 
28  void browseDestination();
29 
30 protected:
33 };
#define slots
Dialog for exporting facets or facets info (qFacets plugin)
void browseDestination()
Called when the 'browse' tool button is pressed.
FacetsExportDlg(IOMode mode, QWidget *parent=0)
Default constructor.
IOMode m_mode
Current I/O mode.
IOMode
Usage mode.