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/_tactical_view_8cpp.html | 249 ++++++++++++++++++++++++++++++ 1 file changed, 249 insertions(+) create mode 100644 Doc/doxygen/html/_tactical_view_8cpp.html (limited to 'Doc/doxygen/html/_tactical_view_8cpp.html') diff --git a/Doc/doxygen/html/_tactical_view_8cpp.html b/Doc/doxygen/html/_tactical_view_8cpp.html new file mode 100644 index 0000000..2b63626 --- /dev/null +++ b/Doc/doxygen/html/_tactical_view_8cpp.html @@ -0,0 +1,249 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/Stars45/TacticalView.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
TacticalView.cpp File Reference
+
+
+
#include "MemDebug.h"
+#include "TacticalView.h"
+#include "QuantumView.h"
+#include "RadioView.h"
+#include "RadioMessage.h"
+#include "RadioTraffic.h"
+#include "HUDSounds.h"
+#include "HUDView.h"
+#include "WepView.h"
+#include "CameraDirector.h"
+#include "Ship.h"
+#include "ShipCtrl.h"
+#include "ShipDesign.h"
+#include "QuantumDrive.h"
+#include "Farcaster.h"
+#include "Instruction.h"
+#include "Element.h"
+#include "Contact.h"
+#include "Sim.h"
+#include "Starshatter.h"
+#include "GameScreen.h"
+#include "MenuView.h"
+#include "Projector.h"
+#include "Color.h"
+#include "Window.h"
+#include "Video.h"
+#include "DataLoader.h"
+#include "Scene.h"
+#include "FontMgr.h"
+#include "Keyboard.h"
+#include "Mouse.h"
+#include "MouseController.h"
+#include "Menu.h"
+#include "Game.h"
+#include "FormatUtil.h"
+
+

Go to the source code of this file.

+ + + +

+Enumerations

enum  VIEW_MENU {
+  VIEW_FORWARD = 1000, +VIEW_CHASE, +VIEW_PADLOCK, +VIEW_ORBIT, +
+  VIEW_NAV, +VIEW_WEP, +VIEW_ENG, +VIEW_FLT, +
+  VIEW_INS, +VIEW_CMD +
+ }
+ + + +

+Variables

const int QUANTUM = 2000
const int FARCAST = 2001
+

Enumeration Type Documentation

+ +
+
+ + + + +
enum VIEW_MENU
+
+
Enumerator:
+ + + + + + + + + + +
VIEW_FORWARD  +
VIEW_CHASE  +
VIEW_PADLOCK  +
VIEW_ORBIT  +
VIEW_NAV  +
VIEW_WEP  +
VIEW_ENG  +
VIEW_FLT  +
VIEW_INS  +
VIEW_CMD  +
+
+
+ +

Definition at line 899 of file TacticalView.cpp.

+ +
+
+

Variable Documentation

+ +
+
+ + + + +
const int FARCAST = 2001
+
+ +

Definition at line 913 of file TacticalView.cpp.

+ +
+
+ +
+
+ + + + +
const int QUANTUM = 2000
+
+ +

Definition at line 912 of file TacticalView.cpp.

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