summaryrefslogtreecommitdiffhomepage
path: root/Stars45/OptDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/OptDlg.h')
-rw-r--r--Stars45/OptDlg.h100
1 files changed, 50 insertions, 50 deletions
diff --git a/Stars45/OptDlg.h b/Stars45/OptDlg.h
index dfc8f84..b983c7c 100644
--- a/Stars45/OptDlg.h
+++ b/Stars45/OptDlg.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: OptDlg.h
- AUTHOR: John DiCamillo
+ SUBSYSTEM: Stars.exe
+ FILE: OptDlg.h
+ AUTHOR: John DiCamillo
- OVERVIEW
- ========
- Main Menu Dialog Active Window class
+ OVERVIEW
+ ========
+ Main Menu Dialog Active Window class
*/
#ifndef OptDlg_h
@@ -32,55 +32,55 @@ class BaseScreen;
class OptDlg : public FormWindow
{
public:
- OptDlg(Screen* s, FormDef& def, BaseScreen* mgr);
- virtual ~OptDlg();
+ OptDlg(Screen* s, FormDef& def, BaseScreen* mgr);
+ virtual ~OptDlg();
- virtual void RegisterControls();
- virtual void Show();
- virtual void ExecFrame();
+ virtual void RegisterControls();
+ virtual void Show();
+ virtual void ExecFrame();
- // Operations:
- virtual void Apply();
- virtual void Cancel();
+ // Operations:
+ virtual void Apply();
+ virtual void Cancel();
- virtual void OnApply(AWEvent* event);
- virtual void OnCancel(AWEvent* event);
+ virtual void OnApply(AWEvent* event);
+ virtual void OnCancel(AWEvent* event);
- virtual void OnEnter(AWEvent* event);
- virtual void OnExit(AWEvent* event);
+ virtual void OnEnter(AWEvent* event);
+ virtual void OnExit(AWEvent* event);
- virtual void OnAudio(AWEvent* event);
- virtual void OnVideo(AWEvent* event);
- virtual void OnOptions(AWEvent* event);
- virtual void OnControls(AWEvent* event);
- virtual void OnMod(AWEvent* event);
+ virtual void OnAudio(AWEvent* event);
+ virtual void OnVideo(AWEvent* event);
+ virtual void OnOptions(AWEvent* event);
+ virtual void OnControls(AWEvent* event);
+ virtual void OnMod(AWEvent* event);
protected:
- BaseScreen* manager;
-
- ComboBox* flight_model;
- ComboBox* flying_start;
- ComboBox* landings;
- ComboBox* ai_difficulty;
- ComboBox* hud_mode;
- ComboBox* hud_color;
- ComboBox* joy_mode;
- ComboBox* ff_mode;
- ComboBox* grid_mode;
- ComboBox* gunsight;
-
- ActiveWindow* description;
-
- Button* aud_btn;
- Button* vid_btn;
- Button* opt_btn;
- Button* ctl_btn;
- Button* mod_btn;
-
- Button* apply;
- Button* cancel;
-
- bool closed;
+ BaseScreen* manager;
+
+ ComboBox* flight_model;
+ ComboBox* flying_start;
+ ComboBox* landings;
+ ComboBox* ai_difficulty;
+ ComboBox* hud_mode;
+ ComboBox* hud_color;
+ ComboBox* joy_mode;
+ ComboBox* ff_mode;
+ ComboBox* grid_mode;
+ ComboBox* gunsight;
+
+ ActiveWindow* description;
+
+ Button* aud_btn;
+ Button* vid_btn;
+ Button* opt_btn;
+ Button* ctl_btn;
+ Button* mod_btn;
+
+ Button* apply;
+ Button* cancel;
+
+ bool closed;
};
#endif OptDlg_h