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/class_ship_ctrl.html | 518 ++++++++++++++++++++++++++++++++++ 1 file changed, 518 insertions(+) create mode 100644 Doc/doxygen/html/class_ship_ctrl.html (limited to 'Doc/doxygen/html/class_ship_ctrl.html') diff --git a/Doc/doxygen/html/class_ship_ctrl.html b/Doc/doxygen/html/class_ship_ctrl.html new file mode 100644 index 0000000..112f53a --- /dev/null +++ b/Doc/doxygen/html/class_ship_ctrl.html @@ -0,0 +1,518 @@ + + + + + +Starshatter_Open: ShipCtrl Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

#include <ShipCtrl.h>

+
+Inheritance diagram for ShipCtrl:
+
+
+ + +Director + +
+ +

List of all members.

+ + + +

+Public Types

enum  TYPE { DIR_TYPE = 1 + }
+ + + + + + + + + +

+Public Member Functions

 ShipCtrl (Ship *s, MotionController *m)
virtual void ExecFrame (double seconds)
virtual int Subframe () const
virtual void Launch ()
virtual int Type () const
- Public Member Functions inherited from Director
 Director ()
virtual ~Director ()
+ + + +

+Static Public Member Functions

static int KeyDown (int action)
static int Toggled (int action)
+ + + + + + + +

+Protected Attributes

Shipship
MotionControllercontroller
bool throttle_active
bool launch_latch
bool pickle_latch
bool target_latch
+

Detailed Description

+
+

Definition at line 32 of file ShipCtrl.h.

+

Member Enumeration Documentation

+ +
+
+ + + + +
enum ShipCtrl::TYPE
+
+
Enumerator:
+ +
DIR_TYPE  +
+
+
+ +

Definition at line 35 of file ShipCtrl.h.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
ShipCtrl::ShipCtrl (Ships,
MotionControllerm 
)
+
+ +

Definition at line 41 of file ShipCtrl.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
void ShipCtrl::ExecFrame (double seconds)
+
+virtual
+
+ +

Reimplemented from Director.

+ +

Definition at line 90 of file ShipCtrl.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int ShipCtrl::KeyDown (int action)
+
+static
+
+ +

Definition at line 52 of file ShipCtrl.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void ShipCtrl::Launch ()
+
+virtual
+
+ +

Definition at line 78 of file ShipCtrl.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual int ShipCtrl::Subframe () const
+
+inlinevirtual
+
+ +

Reimplemented from Director.

+ +

Definition at line 40 of file ShipCtrl.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int ShipCtrl::Toggled (int action)
+
+static
+
+ +

Definition at line 61 of file ShipCtrl.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual int ShipCtrl::Type () const
+
+inlinevirtual
+
+ +

Reimplemented from Director.

+ +

Definition at line 46 of file ShipCtrl.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
MotionController* ShipCtrl::controller
+
+protected
+
+ +

Definition at line 50 of file ShipCtrl.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
bool ShipCtrl::launch_latch
+
+protected
+
+ +

Definition at line 53 of file ShipCtrl.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
bool ShipCtrl::pickle_latch
+
+protected
+
+ +

Definition at line 54 of file ShipCtrl.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
Ship* ShipCtrl::ship
+
+protected
+
+ +

Definition at line 49 of file ShipCtrl.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
bool ShipCtrl::target_latch
+
+protected
+
+ +

Definition at line 55 of file ShipCtrl.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
bool ShipCtrl::throttle_active
+
+protected
+
+ +

Definition at line 52 of file ShipCtrl.h.

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