summaryrefslogtreecommitdiffhomepage
path: root/Stars45/MsnPkgDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/MsnPkgDlg.h')
-rw-r--r--Stars45/MsnPkgDlg.h56
1 files changed, 28 insertions, 28 deletions
diff --git a/Stars45/MsnPkgDlg.h b/Stars45/MsnPkgDlg.h
index f64304f..c497a66 100644
--- a/Stars45/MsnPkgDlg.h
+++ b/Stars45/MsnPkgDlg.h
@@ -1,15 +1,15 @@
/* Project Starshatter 4.5
- Destroyer Studios LLC
- Copyright © 1997-2004. All Rights Reserved.
+ Destroyer Studios LLC
+ Copyright © 1997-2004. All Rights Reserved.
- SUBSYSTEM: Stars.exe
- FILE: MsnPkgDlg.h
- AUTHOR: John DiCamillo
+ SUBSYSTEM: Stars.exe
+ FILE: MsnPkgDlg.h
+ AUTHOR: John DiCamillo
- OVERVIEW
- ========
- Mission Briefing Dialog Active Window class
+ OVERVIEW
+ ========
+ Mission Briefing Dialog Active Window class
*/
#ifndef MsnPkgDlg_h
@@ -35,31 +35,31 @@ class MissionInfo;
// +--------------------------------------------------------------------+
class MsnPkgDlg : public FormWindow,
- public MsnDlg
+public MsnDlg
{
public:
- MsnPkgDlg(Screen* s, FormDef& def, PlanScreen* mgr);
- virtual ~MsnPkgDlg();
-
- virtual void RegisterControls();
- virtual void ExecFrame();
- virtual void Show();
-
- // Operations:
- virtual void OnCommit(AWEvent* event);
- virtual void OnCancel(AWEvent* event);
- virtual void OnTabButton(AWEvent* event);
- virtual void OnPackage(AWEvent* event);
-
+ MsnPkgDlg(Screen* s, FormDef& def, PlanScreen* mgr);
+ virtual ~MsnPkgDlg();
+
+ virtual void RegisterControls();
+ virtual void ExecFrame();
+ virtual void Show();
+
+ // Operations:
+ virtual void OnCommit(AWEvent* event);
+ virtual void OnCancel(AWEvent* event);
+ virtual void OnTabButton(AWEvent* event);
+ virtual void OnPackage(AWEvent* event);
+
protected:
- virtual void DrawPackages();
- virtual void DrawNavPlan();
- virtual void DrawThreats();
+ virtual void DrawPackages();
+ virtual void DrawNavPlan();
+ virtual void DrawThreats();
- ListBox* pkg_list;
- ListBox* nav_list;
+ ListBox* pkg_list;
+ ListBox* nav_list;
- ActiveWindow* threat[5];
+ ActiveWindow* threat[5];
};
#endif MsnPkgDlg_h