Starshatter_Open
Open source Starshatter engine
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
MsnEditNavDlg.h
Go to the documentation of this file.
1
/* Project Starshatter 4.5
2
Destroyer Studios LLC
3
Copyright © 1997-2004. All Rights Reserved.
4
5
SUBSYSTEM: Stars.exe
6
FILE: MsnEditNavDlg.h
7
AUTHOR: John DiCamillo
8
9
10
OVERVIEW
11
========
12
Mission Briefing Dialog Active Window class
13
*/
14
15
#ifndef MsnEditNavDlg_h
16
#define MsnEditNavDlg_h
17
18
#include "
Types.h
"
19
#include "
NavDlg.h
"
20
#include "
Bitmap.h
"
21
#include "
Button.h
"
22
#include "
ComboBox.h
"
23
#include "
EditBox.h
"
24
#include "
ListBox.h
"
25
#include "
Font.h
"
26
#include "
Text.h
"
27
28
// +--------------------------------------------------------------------+
29
30
class
MenuScreen
;
31
class
Campaign
;
32
class
Mission
;
33
class
MissionInfo
;
34
35
// +--------------------------------------------------------------------+
36
37
class
MsnEditNavDlg
:
public
NavDlg
38
{
39
public
:
40
friend
class
MsnEditDlg
;
41
42
MsnEditNavDlg
(
Screen
* s,
FormDef
& def,
MenuScreen
* mgr);
43
virtual
~MsnEditNavDlg
();
44
45
virtual
void
RegisterControls
();
46
virtual
void
Show
();
47
virtual
void
SetMissionInfo
(
MissionInfo
* m);
48
virtual
void
ScrapeForm
();
49
50
// Operations:
51
virtual
void
OnCommit
(
AWEvent
*
event
);
52
virtual
void
OnCancel
(
AWEvent
*
event
);
53
virtual
void
OnTabButton
(
AWEvent
*
event
);
54
virtual
void
OnSystemSelect
(
AWEvent
*
event
);
55
56
protected
:
57
virtual
void
ShowTab
(
int
tab
);
58
59
MenuScreen
*
menu_screen
;
60
61
Button
*
btn_accept
;
62
Button
*
btn_cancel
;
63
64
Button
*
btn_sit
;
65
Button
*
btn_pkg
;
66
Button
*
btn_map
;
67
68
EditBox
*
txt_name
;
69
ComboBox
*
cmb_type
;
70
ComboBox
*
cmb_system
;
71
ComboBox
*
cmb_region
;
72
MissionInfo
*
mission_info
;
73
74
bool
exit_latch
;
75
};
76
77
#endif MsnEditNavDlg_h
78
Stars45
MsnEditNavDlg.h
Generated on Tue Jun 5 2012 20:46:59 for Starshatter_Open by
1.8.1