VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
entityEditorCreateMenu.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: entityEditorCreateMenu.h,v $ $Revision: 1.1 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DtEntityEditorCreateMenu_H_
13
#define DtEntityEditorCreateMenu_H_
14
15
#include "
commonWgt/popupMenu.h
"
16
#include "
entityEditorImpl/entityEditorMenuItems.h
"
17
#include "
entityEditorImpl/entityEditorImplDefines.h
"
18
19
class
DT_DLL_entityeditorimpl
DtEntityEditorCreateMenu
:
public
DtPopupMenu
20
{
21
Q_OBJECT
22
23
public
:
24
DtEntityEditorCreateMenu
(
QWidget
* parent,
bool
display =
true
);
25
virtual
~
DtEntityEditorCreateMenu
();
26
28
protected
:
29
virtual
bool
initMenuItems
();
30
virtual
QString
menuName
();
31
virtual
bool
initActionGroups
();
32
virtual
DtActionGroup
*
getActionGroupForType
(
DtMenuItemType
iType);
33
34
public
:
35
static
DtPopupMenu
* create(
QWidget
* parent,
bool
display =
true
);
36
37
protected
slots:
38
virtual
void
processRevertExistingEntityValid();
39
virtual
void
processDeleteExistingEntityValid();
40
virtual
void
processCreateExistingEntityValid();
41
virtual
void
processCreateNewEntityValid();
42
43
protected
:
44
DtActionGroup
*
myCreateActionGroup
;
45
};
46
47
#endif
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)