VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvOsgQt
DtExtractReferencesWidget.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvOsgQt/vrvOsgQt.h
>
13
#include <
vrvOsgQt/DtExtractPropsInterface.h
>
14
#include <QtWidgets/QWidget>
15
16
class
QCheckBox
;
17
class
QComboBox
;
18
class
QLabel
;
19
class
QLineEdit
;
20
class
QListWidget;
21
class
QListWidgetItem;
22
class
QPushButton
;
23
class
QTreeWidget
;
24
25
namespace
makVrv
26
{
27
28
class
DtPropTypeComboBox;
29
class
DtModelDefinitionComboBox;
30
33
class
DT_DLL_VRVOSGQT
DtExtractReferencesWidget
34
:
public
QWidget
35
,
public
DtExtractPropsInterface
36
{
37
Q_OBJECT;
38
39
public
:
40
42
DtExtractReferencesWidget
(
DtDe
& de,
QWidget
* parent);
43
45
~
DtExtractReferencesWidget
();
46
48
virtual
void
setSearchCandidateSet(
const
DtExtractPropsInterface::SearchCandidateSet
& scSet);
49
52
virtual
void
reset();
53
55
virtual
void
setValidSchemas(
const
std::vector<std::string>& schemaNames);
56
58
void
clear();
59
60
protected
slots:
61
63
virtual
void
onExtractClicked();
64
66
virtual
void
onSelectAllClicked();
67
69
virtual
void
onDeselectAllClicked();
70
72
virtual
void
onPropTypeComboChanged(
const
QString& text);
73
75
virtual
void
onModelDefinitionComboChanged(
const
QString& text);
76
77
protected
:
78
80
void
setupGui();
81
82
protected
:
83
85
87
DtPropTypeComboBox
*
myPropTypeCombo
;
88
90
DtModelDefinitionComboBox
*
myModelDefCombo
;
91
93
QListWidget*
myReferencesList
;
94
96
QLabel
*
myHelpLabel
;
97
99
QPushButton
*
myExtractButton
;
100
102
104
DtPropTypeComboBox::DtPropTypeList
myTypes
;
105
107
std::string
myCurrentType
;
108
110
std::string
myCurrentModelDefinition
;
111
113
DtDe
&
myDe
;
114
};
115
}
116
117
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)