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
bhaveEntityCreatePalette.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2012 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
8
9
#ifndef bhaveEntityCreatePalette_H_
10
#define bhaveEntityCreatePalette_H_
11
12
#include <
bhave3DGui/bhave3DGuiDefines.h
>
13
#include <
vrvUtil/signalslib.h
>
14
15
#include <
vrfGuiCoreQt/entityCreatePaletteLogic.h
>
16
#include <
vrfGuiCoreQt/entityCreatePalette.h
>
17
18
namespace
makVrf
19
{
20
namespace
makVrfQt
21
{
22
class
DtEntityCreatePaletteInterface
;
23
}
24
}
25
26
27
namespace
BHAVE
28
{
29
namespace
BHAVE3DGui
30
{
32
class
DT_DLL_bhave3DGui
DtBhaveEntityCreatePaletteLogic
:
public
makVrf::DtEntityCreatePaletteLogic
33
{
34
35
public
:
36
38
static
DtBhaveEntityCreatePaletteLogic
* create(
makVrv::DtDe
& de,
39
makVrf::DtEntityCreatePaletteInterface
* iFace );
40
42
virtual
~
DtBhaveEntityCreatePaletteLogic
();
43
44
protected
:
46
DtBhaveEntityCreatePaletteLogic
(
makVrv::DtDe
& de,
makVrf::DtEntityCreatePaletteInterface
* iFace );
47
48
virtual
void
slot_createObject(
const
makVrf::DtEntityMapperKey
&);
49
51
virtual
void
slot_modelSetChanged();
52
53
};
54
56
class
DT_DLL_bhave3DGui
DtBhaveEntityCreatePalette
:
public
makVrf::DtEntityCreatePalette
57
{
58
Q_OBJECT
59
60
public
:
62
DtBhaveEntityCreatePalette
(
makVrv::DtDe
& de,
bool
favoritesSupported,
63
QWidget
* parent = 0, Qt::WindowFlags flags = 0);
64
66
virtual
~
DtBhaveEntityCreatePalette
();
67
68
protected
:
70
void
setupUi(
QWidget
* p);
71
};
72
73
}
74
}
75
76
#endif
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
)