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

#include <SystemDesign.h>

+ +

List of all members.

+ + + + + +

+Public Member Functions

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

+Static Public Member Functions

static const char * TYPENAME ()
static void Initialize (const char *filename)
static void Close ()
static SystemDesignFind (const char *name)
+ + + +

+Public Attributes

Text name
List< ComponentDesigncomponents
+ + +

+Static Public Attributes

static List< SystemDesigncatalog
+

Detailed Description

+
+

Definition at line 28 of file SystemDesign.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
SystemDesign::SystemDesign ()
+
+ +

Definition at line 33 of file SystemDesign.cpp.

+ +
+
+ +
+
+ + + + + + + +
SystemDesign::~SystemDesign ()
+
+ +

Definition at line 36 of file SystemDesign.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
void SystemDesign::Close ()
+
+static
+
+ +

Definition at line 154 of file SystemDesign.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
SystemDesign * SystemDesign::Find (const char * name)
+
+static
+
+ +

Definition at line 162 of file SystemDesign.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void SystemDesign::Initialize (const char * filename)
+
+static
+
+ +

Definition at line 44 of file SystemDesign.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int SystemDesign::operator== (const SystemDesignrhs) const
+
+inline
+
+ +

Definition at line 35 of file SystemDesign.h.

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

Definition at line 31 of file SystemDesign.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
List< SystemDesign > SystemDesign::catalog
+
+static
+
+ +

Definition at line 47 of file SystemDesign.h.

+ +
+
+ +
+
+ + + + +
List<ComponentDesign> SystemDesign::components
+
+ +

Definition at line 45 of file SystemDesign.h.

+ +
+
+ +
+
+ + + + +
Text SystemDesign::name
+
+ +

Definition at line 42 of file SystemDesign.h.

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