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

List of all members.

+ + + + + +

+Public Member Functions

 ShipCatalogEntry ()
 ShipCatalogEntry (const char *n, const char *t, const char *p, const char *f, bool h=false)
 ~ShipCatalogEntry ()
+ + +

+Static Public Member Functions

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

+Public Attributes

Text name
Text type
Text path
Text file
bool hide
ShipDesigndesign
+

Detailed Description

+
+

Definition at line 78 of file ShipDesign.cpp.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
ShipCatalogEntry::ShipCatalogEntry ()
+
+inline
+
+ +

Definition at line 81 of file ShipDesign.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ShipCatalogEntry::ShipCatalogEntry (const char * n,
const char * t,
const char * p,
const char * f,
bool h = false 
)
+
+inline
+
+ +

Definition at line 83 of file ShipDesign.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
ShipCatalogEntry::~ShipCatalogEntry ()
+
+inline
+
+ +

Definition at line 86 of file ShipDesign.cpp.

+ +
+
+

Member Function Documentation

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

Definition at line 79 of file ShipDesign.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
ShipDesign* ShipCatalogEntry::design
+
+ +

Definition at line 94 of file ShipDesign.cpp.

+ +
+
+ +
+
+ + + + +
Text ShipCatalogEntry::file
+
+ +

Definition at line 91 of file ShipDesign.cpp.

+ +
+
+ +
+
+ + + + +
bool ShipCatalogEntry::hide
+
+ +

Definition at line 92 of file ShipDesign.cpp.

+ +
+
+ +
+
+ + + + +
Text ShipCatalogEntry::name
+
+ +

Definition at line 88 of file ShipDesign.cpp.

+ +
+
+ +
+
+ + + + +
Text ShipCatalogEntry::path
+
+ +

Definition at line 90 of file ShipDesign.cpp.

+ +
+
+ +
+
+ + + + +
Text ShipCatalogEntry::type
+
+ +

Definition at line 89 of file ShipDesign.cpp.

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