VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvOsgQt
DtExtractOceanReferencesWidget.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2018 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvOsgQt/vrvOsgQt.h
>
13
#include <
vrvOsgQt/DtExtractOceanInterface.h
>
14
#include <QtWidgets/QWidget>
15
16
17
class
QLabel
;
18
class
QListWidget;
19
class
QPushButton
;
20
21
namespace
makVrv
22
{
26
class
DT_DLL_VRVOSGQT
DtExtractOceanReferencesWidget
27
:
public
QWidget
28
,
public
DtExtractOceanInterface
29
{
30
Q_OBJECT;
31
32
public
:
33
35
DtExtractOceanReferencesWidget
(
DtDe
& de, QWidget* parent);
36
38
virtual
~
DtExtractOceanReferencesWidget
();
39
41
virtual
void
setSearchCandidateSet(
const
DtTextureVisitor::TextureMap
& scSet);
42
45
virtual
void
reset();
46
48
void
clear();
49
51
virtual
void
disable(
const
std::string& tooltip);
52
53
protected
slots:
54
56
virtual
void
onExtractClicked();
57
59
virtual
void
onDeselectAllClicked();
60
61
protected
:
62
64
void
setupGui();
65
66
protected
:
67
69
71
QListWidget*
myReferencesList
;
72
74
QLabel
*
myHelpLabel
;
75
77
QPushButton
*
myExtractButton
;
78
80
82
DtDe
&
myDe
;
83
};
84
}
85
86
makVrv::DtExtractOceanReferencesWidget::myReferencesList
QListWidget * myReferencesList
List box of external references.
Definition:
DtExtractOceanReferencesWidget.h:71
QLabel
makVrv::DtExtractOceanReferencesWidget::myHelpLabel
QLabel * myHelpLabel
A label with some helpful information.
Definition:
DtExtractOceanReferencesWidget.h:74
DT_DLL_VRVOSGQT
#define DT_DLL_VRVOSGQT
Definition:
vrvOsgQt.h:22
makVrv::DtTextureVisitor::TextureMap
std::unordered_map< int, std::string > TextureMap
typdef a map of textures
Definition:
DtTextureVisitor.h:36
vrvOsgQt.h
Contains DLL export macros.
makVrv::DtExtractOceanReferencesWidget::myExtractButton
QPushButton * myExtractButton
The extract all button.
Definition:
DtExtractOceanReferencesWidget.h:77
makVrv::DtExtractOceanInterface
Interface for the extract Ocean widget.
Definition:
DtExtractOceanInterface.h:20
QPushButton
DtExtractOceanInterface.h
Contains makVrv::DtExtractOceanInterface class.
makVrv::DtDe
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition:
DtDe.h:72
makVrv::DtExtractOceanReferencesWidget::myDe
DtDe & myDe
The Display Engine.
Definition:
DtExtractOceanReferencesWidget.h:82
makVrv::DtExtractOceanReferencesWidget
Widget for specifying static ocean extraction from a list of textures.
Definition:
DtExtractOceanReferencesWidget.h:26
Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)