VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
newFormationDialog.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: newFormationDialog.h,v $ $Revision: 1.4 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DTNEWFORMATIONDIALOG_H_
13
#define DTNEWFORMATIONDIALOG_H_
14
15
#include "
entityEditorImpl/entityEditorImplDefines.h
"
16
#include <QtGui/QDialog>
17
18
class
DtFormationTable
;
19
class
QLineEdit
;
20
class
QComboBox
;
21
class
QLabel
;
22
23
class
DT_DLL_entityeditorimpl
DtNewFormationDialog
:
public
QDialog
24
{
25
Q_OBJECT
26
27
public
:
28
DtNewFormationDialog
(
QWidget
* p = NULL);
29
virtual
~
DtNewFormationDialog
();
30
31
virtual
void
init
(
const
DtFormationTable
*,
const
QString& curFormation =
""
,
bool
allowNameEntry =
true
);
32
33
virtual
QString formationName()
const
;
34
virtual
QString basedOnFormation()
const
;
35
36
QLabel
*
formationLabel
() {
return
myFormationLabel; };
37
38
protected
:
39
virtual
void
accept();
40
41
protected
:
42
QLineEdit
*
myFormationName
;
43
QComboBox
*
myExistingFormations
;
44
QLabel
*
myFormationLabel
;
45
const
DtFormationTable
*
myFormationTable
;
46
};
47
48
#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
)