ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
ccMapDlg.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 <
ecvOverlayDialog.h
>
12
13
#include <QAction>
14
#include <QDialog>
15
#include <QList>
16
17
// Local
18
#include <ui_mapDlg.h>
19
20
#include "
ccTrace.h
"
21
22
// class encapsulating the map-mode overlay dialog
23
class
ccMapDlg
:
public
ccOverlayDialog
,
public
Ui::mapDlg {
24
Q_OBJECT
25
26
public
:
28
explicit
ccMapDlg
(QWidget *parent = 0);
29
30
// menus
31
QMenu *
m_createObject_menu
;
32
33
// actions
34
QAction *
m_create_geoObject
;
// create a normal GeoObject
35
QAction *
m_create_geoObjectSS
;
// create a single surface GeoObject
36
};
ccTrace.h
ccMapDlg
Definition:
ccMapDlg.h:23
ccMapDlg::m_create_geoObject
QAction * m_create_geoObject
Definition:
ccMapDlg.h:34
ccMapDlg::m_create_geoObjectSS
QAction * m_create_geoObjectSS
Definition:
ccMapDlg.h:35
ccMapDlg::ccMapDlg
ccMapDlg(QWidget *parent=0)
Default constructor.
Definition:
ccMapDlg.cpp:24
ccMapDlg::m_createObject_menu
QMenu * m_createObject_menu
Definition:
ccMapDlg.h:31
ccOverlayDialog
Generic overlay dialog interface.
Definition:
ecvOverlayDialog.h:17
ecvOverlayDialog.h
plugins
core
Standard
qCompass
include
ccMapDlg.h
Generated on Wed Jan 28 2026 09:01:07 for ACloudViewer by
1.9.1