VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
bhave3DGui
bhaveSetMovementModeDialogInterface.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: bhaveSetMovementModeDialogInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7
*******************************************************************************/
8
11
12
#ifndef bhaveSetMovementModeDialogInterface_H_
13
#define bhaveSetMovementModeDialogInterface_H_
14
15
16
#include <
bhave3DGui/bhave3DGuiDefines.h
>
17
#include <
vrfGuiCoreQt/DtBaseTaskSetDialogInterface.h
>
18
19
namespace
BHAVE
20
{
21
namespace
BHAVE3DGui
22
{
23
27
class
DT_DLL_bhave3DGui
DtBhaveSetMovementModeDialogInterface
:
public
makVrf::DtBaseTaskSetDialogInterface
28
{
29
30
public
:
31
33
DtBhaveSetMovementModeDialogInterface
(makVrv::DtDe& de,
QWidget
* parent,
const
Qt::WindowFlags& flags = 0);
34
36
virtual
~
DtBhaveSetMovementModeDialogInterface
();
37
38
public
:
39
41
virtual
int
selectedModeIndex()
const
= 0;
42
44
virtual
bool
setSelectedModeIndex(
int
index) = 0;
45
47
virtual
QString selectedModeText()
const
= 0;
48
};
49
}
50
}
51
52
#endif
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)