VR-Forces 4.3 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
bhave3DGui
bhaveSetMovementModeDialog.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#ifndef bhaveSetMovementModeDialog_H_
10
#define bhaveSetMovementModeDialog_H_
11
12
13
#include <
bhave3DGui/bhave3DGuiDefines.h
>
14
#include "
bhave3DGui/bhaveSetMovementModeDialogInterface.h
"
15
#include <bhave3DGui/ui_bhaveSetMovementModeWidgetUi.h>
16
17
namespace
BHAVE
18
{
19
namespace
BHAVE3DGui
20
{
24
class
DT_DLL_bhave3DGui
DtBhaveSetMovementModeDialog
:
public
DtBhaveSetMovementModeDialogInterface
25
{
26
Q_OBJECT
27
28
public
:
29
31
DtBhaveSetMovementModeDialog
(
makVrv::DtDe
& de,
QWidget
* parent,
const
Qt::WindowFlags& flags = 0);
32
34
virtual
~
DtBhaveSetMovementModeDialog
();
35
37
virtual
int
selectedModeIndex()
const
;
38
40
virtual
bool
setSelectedModeIndex(
int
index);
41
43
virtual
QString selectedModeText()
const
;
44
46
virtual
void
sendRequest();
47
49
virtual
void
setupStatement(
const
DtSimStatement
* stmt);
50
51
protected
:
52
54
virtual
QWidget
* contents(
const
std::vector<makVrv::DtSimEntry*>& data);
55
56
protected
:
57
58
Ui_DtBhaveSetMovementModeWidgetUi
myUiImpl
;
59
};
60
61
65
class
DT_DLL_bhave3DGui
DtBhaveSetMovementModeDialogCreator
:
public
makVrf::DtVrfSetDialogCreator
66
{
67
68
public
:
69
71
virtual
makVrf::DtTaskSetDialogInterface
* create(
makVrv::DtDe
&,
QWidget
* parent);
72
74
virtual
bool
supportsType(
makVrv::DtDe
&,
const
DtSetMessageType
&,
const
DtSimStatement
*)
const
;
75
};
76
}
77
}
78
79
#endif
80
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)