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
assignDoctrineDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrvUtil/signalslib.h
>
14
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
15
#include <
vrvUtil/DtVirtualBaseClass.h
>
16
17
#include <QDialog>
18
19
namespace
makVrv
20
{
21
class
DtDe;
22
}
23
24
class
DtSimMessage
;
25
class
QComboBox
;
26
class
QLabel
;
27
class
QPushButton
;
28
class
QGridLayout;
29
class
QHBoxLayout;
30
namespace
makVrf
31
{
32
class
DtForceSelectionEntryWidget;
33
35
class
DT_DLL_VRFGUICOREQT
DtAssignDoctrineDialog
:
public
QDialog
36
{
37
Q_OBJECT
38
39
public
:
41
DtAssignDoctrineDialog
(
makVrv::DtDe
&, QWidget* parent,
const
Qt::WindowFlags& flags = Qt::Tool);
42
44
virtual
~
DtAssignDoctrineDialog
();
45
46
protected
:
48
virtual
void
accept();
49
50
protected
slots:
51
virtual
void
forceChanged();
52
53
public
:
54
DtForceSelectionEntryWidget
*
myForces
;
55
QLabel
*
myDoctrineLabel
;
56
QComboBox
*
myDoctrine
;
57
QPushButton
*
myOKButton
;
58
QPushButton
*
myCancelButton
;
59
QGridLayout*
myDataLayout
;
60
QHBoxLayout*
myButtonLayout
;
61
62
protected
:
63
makVrv::DtDe
&
myDe
;
64
std::map<int, std::string>
myDoctrinesByForce
;
65
};
66
68
class
DT_DLL_VRFGUICOREQT
DtAssignDoctrineDialogCreator
:
public
makVrv::DtVirtualBaseClass
69
{
70
public
:
72
DtAssignDoctrineDialogCreator
();
73
75
virtual
~
DtAssignDoctrineDialogCreator
();
76
77
static
DtAssignDoctrineDialogCreator
& instance(
makVrv::DtDe
&);
78
static
void
registerInstance(
makVrv::DtDe
&,
DtAssignDoctrineDialogCreator
*);
79
80
virtual
DtAssignDoctrineDialog
* create(
makVrv::DtDe
&, QWidget* parent,
const
Qt::WindowFlags&f = 0);
81
};
82
}
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
)