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/_map_view_8cpp.html | 390 ----------------------------------- 1 file changed, 390 deletions(-) delete mode 100644 Doc/doxygen/html/_map_view_8cpp.html (limited to 'Doc/doxygen/html/_map_view_8cpp.html') diff --git a/Doc/doxygen/html/_map_view_8cpp.html b/Doc/doxygen/html/_map_view_8cpp.html deleted file mode 100644 index 0abbe7b..0000000 --- a/Doc/doxygen/html/_map_view_8cpp.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - -Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/MapView.cpp File Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
MapView.cpp File Reference
-
-
-
#include "MemDebug.h"
-#include "MapView.h"
-#include "Galaxy.h"
-#include "StarSystem.h"
-#include "Ship.h"
-#include "ShipDesign.h"
-#include "Instruction.h"
-#include "Element.h"
-#include "NavAI.h"
-#include "Weapon.h"
-#include "Sim.h"
-#include "Mission.h"
-#include "Campaign.h"
-#include "Combatant.h"
-#include "CombatGroup.h"
-#include "CombatUnit.h"
-#include "Contact.h"
-#include "MenuView.h"
-#include "NetLobby.h"
-#include "NetUtil.h"
-#include "Game.h"
-#include "DataLoader.h"
-#include "EventDispatch.h"
-#include "Video.h"
-#include "Button.h"
-#include "Bitmap.h"
-#include "Font.h"
-#include "FontMgr.h"
-#include "Mouse.h"
-#include "FormatUtil.h"
-#include "Menu.h"
-
-

Go to the source code of this file.

- - - -

-Enumerations

enum  MapView_MENU {
-  MAP_SYSTEM = 1000, -MAP_SECTOR = 2000, -MAP_SHIP = 3000, -MAP_NAV = 4000, -
-  MAP_ADDNAV = 4001, -MAP_DELETE = 4002, -MAP_CLEAR = 4003, -MAP_ACTION = 5000, -
-  MAP_FORMATION = 6000, -MAP_SPEED = 7000, -MAP_HOLD = 8000, -MAP_FARCAST = 8500, -
-  MAP_OBJECTIVE = 9000 -
- }
- - - - - - - - - - - - -

-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 SELECT_NAVPT = 6
const int VIEW_GALAXY = 0
const int VIEW_SYSTEM = 1
const int VIEW_REGION = 2
-

Enumeration Type Documentation

- -
-
- - - - -
enum MapView_MENU
-
-
Enumerator:
- - - - - - - - - - - - - -
MAP_SYSTEM  -
MAP_SECTOR  -
MAP_SHIP  -
MAP_NAV  -
MAP_ADDNAV  -
MAP_DELETE  -
MAP_CLEAR  -
MAP_ACTION  -
MAP_FORMATION  -
MAP_SPEED  -
MAP_HOLD  -
MAP_FARCAST  -
MAP_OBJECTIVE  -
-
-
- -

Definition at line 263 of file MapView.cpp.

- -
-
-

Variable Documentation

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

Definition at line 60 of file MapView.cpp.

- -
-
- -
-
- - - - -
const int SELECT_NAVPT = 6
-
- -

Definition at line 61 of file MapView.cpp.

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

Definition at line 54 of file MapView.cpp.

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

Definition at line 56 of file MapView.cpp.

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

Definition at line 57 of file MapView.cpp.

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

Definition at line 59 of file MapView.cpp.

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

Definition at line 58 of file MapView.cpp.

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

Definition at line 55 of file MapView.cpp.

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

Definition at line 63 of file MapView.cpp.

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

Definition at line 65 of file MapView.cpp.

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

Definition at line 64 of file MapView.cpp.

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