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
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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)