From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/class_msn_dlg.html | 745 ------------------------------------ 1 file changed, 745 deletions(-) delete mode 100644 Doc/doxygen/html/class_msn_dlg.html (limited to 'Doc/doxygen/html/class_msn_dlg.html') diff --git a/Doc/doxygen/html/class_msn_dlg.html b/Doc/doxygen/html/class_msn_dlg.html deleted file mode 100644 index 944aae6..0000000 --- a/Doc/doxygen/html/class_msn_dlg.html +++ /dev/null @@ -1,745 +0,0 @@ - - - - - -Starshatter_Open: MsnDlg Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- - -
- -

#include <MsnDlg.h>

-
-Inheritance diagram for MsnDlg:
-
-
- - -MsnNavDlg -MsnObjDlg -MsnPkgDlg -MsnWepDlg - -
- -

List of all members.

- - - - - - - - - -

-Public Member Functions

 MsnDlg (PlanScreen *mgr)
virtual ~MsnDlg ()
void RegisterMsnControls (FormWindow *win)
void ShowMsnDlg ()
virtual void OnCommit (AWEvent *event)
virtual void OnCancel (AWEvent *event)
virtual void OnTabButton (AWEvent *event)
- - -

-Protected Member Functions

virtual int CalcTimeOnTarget ()
- - - - - - - - - - - - - - - - - - -

-Protected Attributes

PlanScreenplan_screen
Buttoncommit
Buttoncancel
Buttonsit_button
Buttonpkg_button
Buttonnav_button
Buttonwep_button
ActiveWindowmission_name
ActiveWindowmission_system
ActiveWindowmission_sector
ActiveWindowmission_time_start
ActiveWindowmission_time_target
ActiveWindowmission_time_target_label
Campaigncampaign
Missionmission
MissionInfoinfo
int pkg_index
-

Detailed Description

-
-

Definition at line 34 of file MsnDlg.h.

-

Constructor & Destructor Documentation

- -
-
- - - - - - - - -
MsnDlg::MsnDlg (PlanScreenmgr)
-
- -

Definition at line 40 of file MsnDlg.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
MsnDlg::~MsnDlg ()
-
-virtual
-
- -

Definition at line 65 of file MsnDlg.cpp.

- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - -
int MsnDlg::CalcTimeOnTarget ()
-
-protectedvirtual
-
- -

Definition at line 210 of file MsnDlg.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - - -
void MsnDlg::OnCancel (AWEventevent)
-
-virtual
-
- -

Reimplemented in MsnWepDlg, MsnObjDlg, MsnNavDlg, and MsnPkgDlg.

- -

Definition at line 288 of file MsnDlg.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - - -
void MsnDlg::OnCommit (AWEventevent)
-
-virtual
-
- -

Reimplemented in MsnWepDlg, MsnObjDlg, MsnNavDlg, and MsnPkgDlg.

- -

Definition at line 274 of file MsnDlg.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - - -
void MsnDlg::OnTabButton (AWEventevent)
-
-virtual
-
- -

Reimplemented in MsnWepDlg, MsnObjDlg, and MsnPkgDlg.

- -

Definition at line 252 of file MsnDlg.cpp.

- -
-
- -
-
- - - - - - - - -
void MsnDlg::RegisterMsnControls (FormWindowwin)
-
- -

Definition at line 72 of file MsnDlg.cpp.

- -
-
- -
-
- - - - - - - -
void MsnDlg::ShowMsnDlg ()
-
- -

Definition at line 92 of file MsnDlg.cpp.

- -
-
-

Member Data Documentation

- -
-
- - - - - -
- - - - -
Campaign* MsnDlg::campaign
-
-protected
-
- -

Definition at line 66 of file MsnDlg.h.

- -
-
- -
-
- - - - - -
- - - - -
Button* MsnDlg::cancel
-
-protected
-
- -

Definition at line 53 of file MsnDlg.h.

- -
-
- -
-
- - - - - -
- - - - -
Button* MsnDlg::commit
-
-protected
-
- -

Definition at line 52 of file MsnDlg.h.

- -
-
- -
-
- - - - - -
- - - - -
MissionInfo* MsnDlg::info
-
-protected
-
- -

Definition at line 68 of file MsnDlg.h.

- -
-
- -
-
- - - - - -
- - - - -
Mission* MsnDlg::mission
-
-protected
-
- -

Definition at line 67 of file MsnDlg.h.

- -
-
- -
-
- - - - - -
- - - - -
ActiveWindow* MsnDlg::mission_name
-
-protected
-
- -

Definition at line 59 of file MsnDlg.h.

- -
-
- -
-
- - - - - -
- - - - -
ActiveWindow* MsnDlg::mission_sector
-
-protected
-
- -

Definition at line 61 of file MsnDlg.h.

- -
-
- -
-
- - - - - -
- - - - -
ActiveWindow* MsnDlg::mission_system
-
-protected
-
- -

Definition at line 60 of file MsnDlg.h.

- -
-
- -
-
- - - - - -
- - - - -
ActiveWindow* MsnDlg::mission_time_start
-
-protected
-
- -

Definition at line 62 of file MsnDlg.h.

- -
-
- -
-
- - - - - -
- - - - -
ActiveWindow* MsnDlg::mission_time_target
-
-protected
-
- -

Definition at line 63 of file MsnDlg.h.

- -
-
- -
-
- - - - - -
- - - - -
ActiveWindow* MsnDlg::mission_time_target_label
-
-protected
-
- -

Definition at line 64 of file MsnDlg.h.

- -
-
- -
-
- - - - - -
- - - - -
Button* MsnDlg::nav_button
-
-protected
-
- -

Definition at line 56 of file MsnDlg.h.

- -
-
- -
-
- - - - - -
- - - - -
Button* MsnDlg::pkg_button
-
-protected
-
- -

Definition at line 55 of file MsnDlg.h.

- -
-
- -
-
- - - - - -
- - - - -
int MsnDlg::pkg_index
-
-protected
-
- -

Definition at line 69 of file MsnDlg.h.

- -
-
- -
-
- - - - - -
- - - - -
PlanScreen* MsnDlg::plan_screen
-
-protected
-
- -

Definition at line 51 of file MsnDlg.h.

- -
-
- -
-
- - - - - -
- - - - -
Button* MsnDlg::sit_button
-
-protected
-
- -

Definition at line 54 of file MsnDlg.h.

- -
-
- -
-
- - - - - -
- - - - -
Button* MsnDlg::wep_button
-
-protected
-
- -

Definition at line 57 of file MsnDlg.h.

- -
-
-
The documentation for this class was generated from the following files: -
-
- - - - -- cgit v1.1