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

#include <Component.h>

+ +

List of all members.

+ + + + + +

+Public Member Functions

 ComponentDesign ()
 ~ComponentDesign ()
int operator== (const ComponentDesign &rhs) const
+ + +

+Static Public Member Functions

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

+Public Attributes

Text name
Text abrv
float repair_time
float replace_time
int spares
DWORD affects
+

Detailed Description

+
+

Definition at line 24 of file Component.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
ComponentDesign::ComponentDesign ()
+
+ +

Definition at line 22 of file Component.cpp.

+ +
+
+ +
+
+ + + + + + + +
ComponentDesign::~ComponentDesign ()
+
+ +

Definition at line 28 of file Component.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
int ComponentDesign::operator== (const ComponentDesignrhs) const
+
+inline
+
+ +

Definition at line 31 of file Component.h.

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

Definition at line 27 of file Component.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
Text ComponentDesign::abrv
+
+ +

Definition at line 35 of file Component.h.

+ +
+
+ +
+
+ + + + +
DWORD ComponentDesign::affects
+
+ +

Definition at line 40 of file Component.h.

+ +
+
+ +
+
+ + + + +
Text ComponentDesign::name
+
+ +

Definition at line 34 of file Component.h.

+ +
+
+ +
+
+ + + + +
float ComponentDesign::repair_time
+
+ +

Definition at line 37 of file Component.h.

+ +
+
+ +
+
+ + + + +
float ComponentDesign::replace_time
+
+ +

Definition at line 38 of file Component.h.

+ +
+
+ +
+
+ + + + +
int ComponentDesign::spares
+
+ +

Definition at line 39 of file Component.h.

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