VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
terrainqt
terrainCreateMenu.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2004 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: terrainCreateMenu.h,v $ $Revision: 1.4 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DTTERRAINCREATEMENU_H
13
#define DTTERRAINCREATEMENU_H
14
15
#include "
tmqt/tmCreateMenu.h
"
16
17
class
DtCreateObjectAction
;
18
20
#include "
terrainqt/terrainqtDefines.h
"
21
class
DT_DLL_terrainqt
DtTerrainCreateMenu
:
public
DtTMCreateMenu
22
{
23
Q_OBJECT
24
25
public
:
26
DtTerrainCreateMenu
(
QWidget
* parent,
bool
display =
true
);
27
virtual
~
DtTerrainCreateMenu
();
28
29
public
:
30
static
DtPopupMenu
*
create
(
QWidget
* parent,
bool
display =
true
);
31
32
public
slots:
34
virtual
void
validate
();
35
36
protected
:
39
virtual
void
enableTerrainCreateItems();
40
41
virtual
void
validateEdgeSelection(
DtCreateObjectAction
* action);
42
virtual
void
validateNodeSelection(
DtCreateObjectAction
* action);
43
44
virtual
void
validateCreateMenuItems(
bool
currentlyEnabled);
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
)