From 69209c38968c6f4066a772e0a51a2928749217de Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Fri, 9 Dec 2011 19:00:23 +0000 Subject: Re-indenting the code to use standard tabs. Yes, I know this is pretty pointless, but who cares? --- Stars45/MsnSelectDlg.h | 94 +++++++++++++++++++++++++------------------------- 1 file changed, 47 insertions(+), 47 deletions(-) (limited to 'Stars45/MsnSelectDlg.h') diff --git a/Stars45/MsnSelectDlg.h b/Stars45/MsnSelectDlg.h index a9cef55..2b38455 100644 --- a/Stars45/MsnSelectDlg.h +++ b/Stars45/MsnSelectDlg.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: MsnSelectDlg.h - AUTHOR: John DiCamillo + SUBSYSTEM: Stars.exe + FILE: MsnSelectDlg.h + AUTHOR: John DiCamillo - OVERVIEW - ======== - Mission Select Dialog Active Window class + OVERVIEW + ======== + Mission Select Dialog Active Window class */ #ifndef MsnSelectDlg_h @@ -35,46 +35,46 @@ class Starshatter; class MsnSelectDlg : public FormWindow { public: - MsnSelectDlg(Screen* s, FormDef& def, MenuScreen* mgr); - virtual ~MsnSelectDlg(); - - virtual void RegisterControls(); - virtual void Show(); - virtual void ExecFrame(); - - // Operations: - virtual void OnCampaignSelect(AWEvent* event); - virtual void OnMissionSelect(AWEvent* event); - - virtual void OnMod(AWEvent* event); - virtual void OnNew(AWEvent* event); - virtual void OnEdit(AWEvent* event); - virtual void OnDel(AWEvent* event); - virtual void OnDelConfirm(AWEvent* event); - virtual void OnAccept(AWEvent* event); - virtual void OnCancel(AWEvent* event); - + MsnSelectDlg(Screen* s, FormDef& def, MenuScreen* mgr); + virtual ~MsnSelectDlg(); + + virtual void RegisterControls(); + virtual void Show(); + virtual void ExecFrame(); + + // Operations: + virtual void OnCampaignSelect(AWEvent* event); + virtual void OnMissionSelect(AWEvent* event); + + virtual void OnMod(AWEvent* event); + virtual void OnNew(AWEvent* event); + virtual void OnEdit(AWEvent* event); + virtual void OnDel(AWEvent* event); + virtual void OnDelConfirm(AWEvent* event); + virtual void OnAccept(AWEvent* event); + virtual void OnCancel(AWEvent* event); + protected: - MenuScreen* manager; - - Button* btn_mod; - Button* btn_new; - Button* btn_edit; - Button* btn_del; - Button* btn_accept; - Button* btn_cancel; - - ComboBox* cmb_campaigns; - ListBox* lst_campaigns; - ListBox* lst_missions; - - ActiveWindow* description; - - Starshatter* stars; - Campaign* campaign; - int selected_mission; - int mission_id; - bool editable; + MenuScreen* manager; + + Button* btn_mod; + Button* btn_new; + Button* btn_edit; + Button* btn_del; + Button* btn_accept; + Button* btn_cancel; + + ComboBox* cmb_campaigns; + ListBox* lst_campaigns; + ListBox* lst_missions; + + ActiveWindow* description; + + Starshatter* stars; + Campaign* campaign; + int selected_mission; + int mission_id; + bool editable; }; #endif MsnSelectDlg_h -- cgit v1.1