VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
tmqt
createObjectAction.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2000 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: createObjectAction.h,v $ $Revision: 1.5 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef CREATEOBJECTACTION_H
13
#define CREATEOBJECTACTION_H
14
15
#include <QtGui/QAction>
16
17
#include "
ngutil/entityMapperKey.h
"
18
22
#include "
tmqt/tmqtDefines.h
"
23
class
DT_DLL_tmqt
DtCreateObjectAction
:
public
QAction
24
{
25
26
Q_OBJECT
27
28
public
:
29
31
DtCreateObjectAction
32
(
33
QObject
* parent,
34
const
DtEntityMapperKey
& o,
35
int
f
36
);
37
39
virtual
~
DtCreateObjectAction
();
40
41
virtual
DtEntityMapperKey
objectType()
const
;
42
virtual
int
forceType()
const
;
43
44
signals:
45
void
createObject(
const
DtEntityMapperKey
& o,
int
f);
46
47
public
slots:
48
50
51
virtual
void
activateCreateObject();
52
53
protected
:
54
56
DtCreateObjectAction
(
const
DtCreateObjectAction
& orig);
57
59
DtCreateObjectAction
& operator=(
const
DtCreateObjectAction
& orig);
60
61
DtEntityMapperKey
myObjectType
;
62
int
myForceType
;
63
QString
myKey
;
64
};
65
66
#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
)