From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/_map_view_8cpp.html | 390 +++++++++++++++++++++++++++++++++++ 1 file changed, 390 insertions(+) create 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 new file mode 100644 index 0000000..70139c3 --- /dev/null +++ b/Doc/doxygen/html/_map_view_8cpp.html @@ -0,0 +1,390 @@ + + + + + +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