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

#include <Drive.h>

+ +

List of all members.

+ + + + +

+Public Member Functions

 DrivePort (const Point &l, float s)
 ~DrivePort ()
+ + +

+Static Public Member Functions

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

+Public Attributes

Point loc
float scale
DriveSpriteflare
Bolttrail
+

Detailed Description

+
+

Definition at line 32 of file Drive.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
DrivePort::DrivePort (const Pointl,
float s 
)
+
+ +

Definition at line 52 of file Drive.cpp.

+ +
+
+ +
+
+ + + + + + + +
DrivePort::~DrivePort ()
+
+ +

Definition at line 56 of file Drive.cpp.

+ +
+
+

Member Function Documentation

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

Definition at line 33 of file Drive.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
DriveSprite* DrivePort::flare
+
+ +

Definition at line 41 of file Drive.h.

+ +
+
+ +
+
+ + + + +
Point DrivePort::loc
+
+ +

Definition at line 38 of file Drive.h.

+ +
+
+ +
+
+ + + + +
float DrivePort::scale
+
+ +

Definition at line 39 of file Drive.h.

+ +
+
+ +
+
+ + + + +
Bolt* DrivePort::trail
+
+ +

Definition at line 42 of file Drive.h.

+ +
+
+
The documentation for this struct was generated from the following files:
    +
  • D:/SRC/StarshatterSVN/Stars45/Drive.h
  • +
  • D:/SRC/StarshatterSVN/Stars45/Drive.cpp
  • +
+
+
+ + + + -- cgit v1.1