ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
CSVMatrixOpenDialog.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
// Qt
11
#include <QDialog>
12
13
// GUI
14
#include "ui_openCSVMatrixDlg.h"
15
17
class
CSVMatrixOpenDialog
:
public
QDialog,
public
Ui::CSVMatrixOpenDlg {
18
Q_OBJECT
19
20
public
:
22
explicit
CSVMatrixOpenDialog
(QWidget* parent = 0);
23
24
protected
slots
:
25
27
void
browseTextureFile
();
28
};
slots
#define slots
Definition:
PythonPlugin.cpp:25
CSVMatrixOpenDialog
CSV Matrix Open dialog.
Definition:
CSVMatrixOpenDialog.h:17
CSVMatrixOpenDialog::browseTextureFile
void browseTextureFile()
Bowse texture file.
Definition:
CSVMatrixOpenDialog.cpp:34
CSVMatrixOpenDialog::CSVMatrixOpenDialog
CSVMatrixOpenDialog(QWidget *parent=0)
Default constructor.
Definition:
CSVMatrixOpenDialog.cpp:17
plugins
core
IO
qCSVMatrixIO
src
CSVMatrixOpenDialog.h
Generated on Wed Jan 28 2026 09:01:06 for ACloudViewer by
1.9.1