VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
setStatePreferredTargetsPropertyDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
12
#include <
vrfGuiCoreQt/setStatePropertyDialog.h
>
13
#include <
vrfGuiCoreQt/vrfObjectListViewItem.h
>
14
15
namespace
makVrf
16
{
17
class
DtVrfFilteredListView;
18
21
22
class
DT_DLL_VRFGUICOREQT
DtSetStatePreferredTargetsPropertyDialog
:
public
DtSetStatePropertyDialog
23
{
24
Q_OBJECT
25
26
public
:
27
//CTOR
28
DtSetStatePreferredTargetsPropertyDialog
(
makVrv::DtDe
& de, QWidget* parent,
const
DtString
& property,
29
const
Qt::WindowFlags& flags = 0);
30
31
//DTOR
32
virtual
~
DtSetStatePreferredTargetsPropertyDialog
();
33
34
protected
:
35
37
virtual
void
setupGui(
const
std::vector<makVrv::DtSimEntry*>& data);
38
40
virtual
void
addDataEntryIfModifiableValue(
PropertyItem
& item,
41
const
DtReaderWriter
* rw,
const
DtString
& pathSoFar,
int
level
,
42
bool
updateExistingValue,
int
row);
43
45
virtual
void
valueFromWidget(
const
PropertyItem
& item,
DtReaderWriter
* rw)
const
;
46
48
virtual
void
showEvent(QShowEvent* event);
49
51
virtual
void
updateOkButton();
52
56
bool
replace()
const
;
57
58
virtual
void
setupStateProperties(
DtSetStateProperties
* col);
59
60
protected
slots:
61
virtual
void
slot_itemSelectionChanged();
62
63
public
:
64
DtVrfFilteredListView
*
myFilteredListView
;
65
DtSetStateProperties
*
mySetupCollection
;
66
};
67
68
class
DT_DLL_VRFGUICOREQT
DtSetStatePreferredTargetsPropertyDialogCreator
:
public
DtSetStatePropertyDialogCreator
69
{
70
public
:
71
DtSetStatePreferredTargetsPropertyDialogCreator
(
makVrv::DtDe
&,
const
DtString
& prop);
72
73
virtual
DtTaskSetDialogInterface
* createDialog(
makVrv::DtDe
&, QWidget* parent);
74
};
75
}
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)