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/struct_thruster_port.html | 337 +++++++++++++++++++++++++++++ 1 file changed, 337 insertions(+) create mode 100644 Doc/doxygen/html/struct_thruster_port.html (limited to 'Doc/doxygen/html/struct_thruster_port.html') diff --git a/Doc/doxygen/html/struct_thruster_port.html b/Doc/doxygen/html/struct_thruster_port.html new file mode 100644 index 0000000..6ddd02a --- /dev/null +++ b/Doc/doxygen/html/struct_thruster_port.html @@ -0,0 +1,337 @@ + + + + + +Starshatter_Open: ThrusterPort Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
ThrusterPort Struct Reference
+
+
+ +

#include <Thruster.h>

+ +

List of all members.

+ + + + +

+Public Member Functions

 ThrusterPort (int t, const Point &l, DWORD f, float s)
 ~ThrusterPort ()
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + + + + + + + +

+Public Attributes

int type
DWORD fire
float burn
float scale
Point loc
Graphicflare
Graphictrail
+

Detailed Description

+
+

Definition at line 28 of file Thruster.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ThrusterPort::ThrusterPort (int t,
const Pointl,
DWORD f,
float s 
)
+
+ +

Definition at line 48 of file Thruster.cpp.

+ +
+
+ +
+
+ + + + + + + +
ThrusterPort::~ThrusterPort ()
+
+ +

Definition at line 52 of file Thruster.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
static const char* ThrusterPort::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 29 of file Thruster.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
float ThrusterPort::burn
+
+ +

Definition at line 36 of file Thruster.h.

+ +
+
+ +
+
+ + + + +
DWORD ThrusterPort::fire
+
+ +

Definition at line 35 of file Thruster.h.

+ +
+
+ +
+
+ + + + +
Graphic* ThrusterPort::flare
+
+ +

Definition at line 39 of file Thruster.h.

+ +
+
+ +
+
+ + + + +
Point ThrusterPort::loc
+
+ +

Definition at line 38 of file Thruster.h.

+ +
+
+ +
+
+ + + + +
float ThrusterPort::scale
+
+ +

Definition at line 37 of file Thruster.h.

+ +
+
+ +
+
+ + + + +
Graphic* ThrusterPort::trail
+
+ +

Definition at line 40 of file Thruster.h.

+ +
+
+ +
+
+ + + + +
int ThrusterPort::type
+
+ +

Definition at line 34 of file Thruster.h.

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