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/_nav_dlg_8cpp.html | 572 ------------------------------------ 1 file changed, 572 deletions(-) delete mode 100644 Doc/doxygen/html/_nav_dlg_8cpp.html (limited to 'Doc/doxygen/html/_nav_dlg_8cpp.html') diff --git a/Doc/doxygen/html/_nav_dlg_8cpp.html b/Doc/doxygen/html/_nav_dlg_8cpp.html deleted file mode 100644 index a6450a1..0000000 --- a/Doc/doxygen/html/_nav_dlg_8cpp.html +++ /dev/null @@ -1,572 +0,0 @@ - - - - - -Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/NavDlg.cpp File Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
NavDlg.cpp File Reference
-
-
-
#include "MemDebug.h"
-#include "NavDlg.h"
-#include "MapView.h"
-#include "MsnElemDlg.h"
-#include "BaseScreen.h"
-#include "Element.h"
-#include "Ship.h"
-#include "ShipDesign.h"
-#include "Sim.h"
-#include "Galaxy.h"
-#include "StarSystem.h"
-#include "Instruction.h"
-#include "NavSystem.h"
-#include "FormatUtil.h"
-#include "Campaign.h"
-#include "Contact.h"
-#include "Mission.h"
-#include "Game.h"
-#include "Keyboard.h"
-#include "Mouse.h"
-#include "ListBox.h"
-
-

Go to the source code of this file.

- - - - - - - - - - - - -

-Functions

 DEF_MAP_CLIENT (NavDlg, OnView)
 DEF_MAP_CLIENT (NavDlg, OnFilter)
 DEF_MAP_CLIENT (NavDlg, OnSelect)
 DEF_MAP_CLIENT (NavDlg, OnCommit)
 DEF_MAP_CLIENT (NavDlg, OnCancel)
 DEF_MAP_CLIENT (NavDlg, OnEngage)
 DEF_MAP_CLIENT (NavDlg, OnMapDown)
 DEF_MAP_CLIENT (NavDlg, OnMapMove)
 DEF_MAP_CLIENT (NavDlg, OnMapClick)
 DEF_MAP_CLIENT (NavDlg, OnClose)
- - - - - - - - - - - -

-Variables

const int SELECT_NONE = -1
const int SELECT_SYSTEM = 0
const int SELECT_PLANET = 1
const int SELECT_REGION = 2
const int SELECT_STATION = 3
const int SELECT_STARSHIP = 4
const int SELECT_FIGHTER = 5
const int VIEW_GALAXY = 0
const int VIEW_SYSTEM = 1
const int VIEW_REGION = 2
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - -
DEF_MAP_CLIENT (NavDlg ,
OnView  
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
DEF_MAP_CLIENT (NavDlg ,
OnFilter  
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
DEF_MAP_CLIENT (NavDlg ,
OnSelect  
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
DEF_MAP_CLIENT (NavDlg ,
OnCommit  
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
DEF_MAP_CLIENT (NavDlg ,
OnCancel  
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
DEF_MAP_CLIENT (NavDlg ,
OnEngage  
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
DEF_MAP_CLIENT (NavDlg ,
OnMapDown  
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
DEF_MAP_CLIENT (NavDlg ,
OnMapMove  
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
DEF_MAP_CLIENT (NavDlg ,
OnMapClick  
)
-
- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
DEF_MAP_CLIENT (NavDlg ,
OnClose  
)
-
- -
-
-

Variable Documentation

- -
-
- - - - -
const int SELECT_FIGHTER = 5
-
- -

Definition at line 73 of file NavDlg.cpp.

- -
-
- -
-
- - - - -
const int SELECT_NONE = -1
-
- -

Definition at line 67 of file NavDlg.cpp.

- -
-
- -
-
- - - - -
const int SELECT_PLANET = 1
-
- -

Definition at line 69 of file NavDlg.cpp.

- -
-
- -
-
- - - - -
const int SELECT_REGION = 2
-
- -

Definition at line 70 of file NavDlg.cpp.

- -
-
- -
-
- - - - -
const int SELECT_STARSHIP = 4
-
- -

Definition at line 72 of file NavDlg.cpp.

- -
-
- -
-
- - - - -
const int SELECT_STATION = 3
-
- -

Definition at line 71 of file NavDlg.cpp.

- -
-
- -
-
- - - - -
const int SELECT_SYSTEM = 0
-
- -

Definition at line 68 of file NavDlg.cpp.

- -
-
- -
-
- - - - -
const int VIEW_GALAXY = 0
-
- -

Definition at line 75 of file NavDlg.cpp.

- -
-
- -
-
- - - - -
const int VIEW_REGION = 2
-
- -

Definition at line 77 of file NavDlg.cpp.

- -
-
- -
-
- - - - -
const int VIEW_SYSTEM = 1
-
- -

Definition at line 76 of file NavDlg.cpp.

- -
-
-
-
- - - - -- cgit v1.1