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

#include <MissionTemplate.h>

+ +

List of all members.

+ + + + + + + + + + +

+Public Member Functions

 MissionCallsign ()
 MissionCallsign (const char *c, const char *n)
virtual ~MissionCallsign ()
int operator== (const MissionCallsign &a) const
Text Callsign () const
Text Name () const
void SetCallsign (const char *c)
void SetName (const char *n)
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + + +

+Protected Attributes

Text call
Text name
+ + +

+Friends

class MissionTemplate
+

Detailed Description

+
+

Definition at line 91 of file MissionTemplate.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
MissionCallsign::MissionCallsign ()
+
+inline
+
+ +

Definition at line 98 of file MissionTemplate.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
MissionCallsign::MissionCallsign (const char * c,
const char * n 
)
+
+inline
+
+ +

Definition at line 99 of file MissionTemplate.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual MissionCallsign::~MissionCallsign ()
+
+inlinevirtual
+
+ +

Definition at line 100 of file MissionTemplate.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
Text MissionCallsign::Callsign () const
+
+inline
+
+ +

Definition at line 104 of file MissionTemplate.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
Text MissionCallsign::Name () const
+
+inline
+
+ +

Definition at line 105 of file MissionTemplate.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int MissionCallsign::operator== (const MissionCallsigna) const
+
+inline
+
+ +

Definition at line 102 of file MissionTemplate.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MissionCallsign::SetCallsign (const char * c)
+
+inline
+
+ +

Definition at line 107 of file MissionTemplate.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void MissionCallsign::SetName (const char * n)
+
+inline
+
+ +

Definition at line 108 of file MissionTemplate.h.

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

Definition at line 96 of file MissionTemplate.h.

+ +
+
+

Friends And Related Function Documentation

+ +
+
+ + + + + +
+ + + + +
friend class MissionTemplate
+
+friend
+
+ +

Definition at line 93 of file MissionTemplate.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
Text MissionCallsign::call
+
+protected
+
+ +

Definition at line 111 of file MissionTemplate.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
Text MissionCallsign::name
+
+protected
+
+ +

Definition at line 112 of file MissionTemplate.h.

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