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

#include <SimEvent.h>

+ +

List of all members.

+ + + +

+Public Types

enum  EVENT {
+  LAUNCH = 1, +DOCK, +LAND, +EJECT, +
+  CRASH, +COLLIDE, +DESTROYED, +MAKE_ORBIT, +
+  BREAK_ORBIT, +QUANTUM_JUMP, +LAUNCH_SHIP, +RECOVER_SHIP, +
+  FIRE_GUNS, +FIRE_MISSILE, +DROP_DECOY, +GUNS_KILL, +
+  MISSILE_KILL, +LAUNCH_PROBE, +SCAN_TARGET +
+ }
+ + + + + + + + + + + + + +

+Public Member Functions

 SimEvent (int event, const char *tgt=0, const char *info=0)
 ~SimEvent ()
int GetEvent () const
int GetTime () const
Text GetEventDesc () const
const char * GetTarget () const
const char * GetInfo () const
int GetCount () const
void SetTarget (const char *tgt)
void SetInfo (const char *info)
void SetCount (int count)
void SetTime (int time)
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+

Detailed Description

+
+

Definition at line 34 of file SimEvent.h.

+

Member Enumeration Documentation

+ +
+
+ + + + +
enum SimEvent::EVENT
+
+
Enumerator:
+ + + + + + + + + + + + + + + + + + + +
LAUNCH  +
DOCK  +
LAND  +
EJECT  +
CRASH  +
COLLIDE  +
DESTROYED  +
MAKE_ORBIT  +
BREAK_ORBIT  +
QUANTUM_JUMP  +
LAUNCH_SHIP  +
RECOVER_SHIP  +
FIRE_GUNS  +
FIRE_MISSILE  +
DROP_DECOY  +
GUNS_KILL  +
MISSILE_KILL  +
LAUNCH_PROBE  +
SCAN_TARGET  +
+
+
+ +

Definition at line 39 of file SimEvent.h.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
SimEvent::SimEvent (int event,
const char * tgt = 0,
const char * info = 0 
)
+
+ +

Definition at line 26 of file SimEvent.cpp.

+ +
+
+ +
+
+ + + + + + + +
SimEvent::~SimEvent ()
+
+ +

Definition at line 41 of file SimEvent.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
int SimEvent::GetCount () const
+
+inline
+
+ +

Definition at line 55 of file SimEvent.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
int SimEvent::GetEvent () const
+
+inline
+
+ +

Definition at line 50 of file SimEvent.h.

+ +
+
+ +
+
+ + + + + + + +
Text SimEvent::GetEventDesc () const
+
+ +

Definition at line 74 of file SimEvent.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
const char* SimEvent::GetInfo () const
+
+inline
+
+ +

Definition at line 54 of file SimEvent.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
const char* SimEvent::GetTarget () const
+
+inline
+
+ +

Definition at line 53 of file SimEvent.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
int SimEvent::GetTime () const
+
+inline
+
+ +

Definition at line 51 of file SimEvent.h.

+ +
+
+ +
+
+ + + + + + + + +
void SimEvent::SetCount (int count)
+
+ +

Definition at line 68 of file SimEvent.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void SimEvent::SetInfo (const char * info)
+
+ +

Definition at line 61 of file SimEvent.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void SimEvent::SetTarget (const char * tgt)
+
+ +

Definition at line 54 of file SimEvent.cpp.

+ +
+
+ +
+
+ + + + + + + + +
void SimEvent::SetTime (int time)
+
+ +

Definition at line 48 of file SimEvent.cpp.

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

Definition at line 37 of file SimEvent.h.

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