ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ccCSFDlg.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 "ui_CSFDlg.h"
11 
13 class ccCSFDlg : public QDialog, public Ui::CSFDialog {
14  Q_OBJECT
15 
16 public:
18  explicit ccCSFDlg(QWidget* parent = 0);
19 
20 protected slots:
21 
23  void saveSettings();
24 };
#define slots
Dialog for qCSF plugin.
Definition: ccCSFDlg.h:13
ccCSFDlg(QWidget *parent=0)
Default constructor.
Definition: ccCSFDlg.cpp:16
void saveSettings()
Saves (temporarily) the dialog parameters on acceptation.
Definition: ccCSFDlg.cpp:29