summaryrefslogtreecommitdiffhomepage
path: root/Stars45/CmpSelectDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/CmpSelectDlg.h')
-rw-r--r--Stars45/CmpSelectDlg.h106
1 files changed, 53 insertions, 53 deletions
diff --git a/Stars45/CmpSelectDlg.h b/Stars45/CmpSelectDlg.h
index db4ba37..5851f37 100644
--- a/Stars45/CmpSelectDlg.h
+++ b/Stars45/CmpSelectDlg.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: CmpSelectDlg.h
- AUTHOR: John DiCamillo
+ SUBSYSTEM: Stars.exe
+ FILE: CmpSelectDlg.h
+ AUTHOR: John DiCamillo
- OVERVIEW
- ========
- Mission Select Dialog Active Window class
+ OVERVIEW
+ ========
+ Mission Select Dialog Active Window class
*/
#ifndef CmpSelectDlg_h
@@ -35,56 +35,56 @@ class Starshatter;
class CmpSelectDlg : public FormWindow
{
public:
- CmpSelectDlg(Screen* s, FormDef& def, MenuScreen* mgr);
- virtual ~CmpSelectDlg();
+ CmpSelectDlg(Screen* s, FormDef& def, MenuScreen* mgr);
+ virtual ~CmpSelectDlg();
- virtual void RegisterControls();
- virtual void Show();
- virtual void ExecFrame();
- virtual bool CanClose();
+ virtual void RegisterControls();
+ virtual void Show();
+ virtual void ExecFrame();
+ virtual bool CanClose();
- // Operations:
- virtual void OnCampaignSelect(AWEvent* event);
- virtual void OnNew(AWEvent* event);
- virtual void OnSaved(AWEvent* event);
- virtual void OnDelete(AWEvent* event);
- virtual void OnConfirmDelete(AWEvent* event);
- virtual void OnAccept(AWEvent* event);
- virtual void OnCancel(AWEvent* event);
+ // Operations:
+ virtual void OnCampaignSelect(AWEvent* event);
+ virtual void OnNew(AWEvent* event);
+ virtual void OnSaved(AWEvent* event);
+ virtual void OnDelete(AWEvent* event);
+ virtual void OnConfirmDelete(AWEvent* event);
+ virtual void OnAccept(AWEvent* event);
+ virtual void OnCancel(AWEvent* event);
- virtual DWORD LoadProc();
+ virtual DWORD LoadProc();
protected:
- virtual void StartLoadProc();
- virtual void StopLoadProc();
- virtual void ShowNewCampaigns();
- virtual void ShowSavedCampaigns();
-
- MenuScreen* manager;
-
- Button* btn_new;
- Button* btn_saved;
- Button* btn_delete;
- Button* btn_accept;
- Button* btn_cancel;
-
- ListBox* lst_campaigns;
-
- ActiveWindow* description;
-
- Starshatter* stars;
- Campaign* campaign;
- int selected_mission;
- HANDLE hproc;
- ThreadSync sync;
- bool loading;
- bool loaded;
- Text load_file;
- int load_index;
- bool show_saved;
- List<Bitmap> images;
-
- Text select_msg;
+ virtual void StartLoadProc();
+ virtual void StopLoadProc();
+ virtual void ShowNewCampaigns();
+ virtual void ShowSavedCampaigns();
+
+ MenuScreen* manager;
+
+ Button* btn_new;
+ Button* btn_saved;
+ Button* btn_delete;
+ Button* btn_accept;
+ Button* btn_cancel;
+
+ ListBox* lst_campaigns;
+
+ ActiveWindow* description;
+
+ Starshatter* stars;
+ Campaign* campaign;
+ int selected_mission;
+ HANDLE hproc;
+ ThreadSync sync;
+ bool loading;
+ bool loaded;
+ Text load_file;
+ int load_index;
+ bool show_saved;
+ List<Bitmap> images;
+
+ Text select_msg;
};
#endif CmpSelectDlg_h