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

#include <SimObject.h>

+
+Inheritance diagram for SimObserver:
+
+
+ + +CameraDirector +Contact +Element +Explosion +Farcaster +FlightDeck +GroundAI +Hangar +HUDView +InboundSlot +Instruction +MapView +NetGameClient +NetGameServer +NetPlayer +QuantumView +RadioView +Sensor +Ship +Shot +SteerAI +TacticalView +Weapon +WepView + +
+ +

List of all members.

+ + + + + + + + +

+Public Member Functions

virtual ~SimObserver ()
int operator== (const SimObserver &o) const
virtual bool Update (SimObject *obj)
virtual const char * GetObserverName () const
virtual void Observe (SimObject *obj)
virtual void Ignore (SimObject *obj)
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + +

+Protected Attributes

List< SimObjectobserve_list
+

Detailed Description

+
+

Definition at line 78 of file SimObject.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
SimObserver::~SimObserver ()
+
+virtual
+
+ +

Definition at line 24 of file SimObject.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
const char * SimObserver::GetObserverName () const
+
+virtual
+
+
+ +
+
+ + + + + +
+ + + + + + + + +
void SimObserver::Ignore (SimObjectobj)
+
+virtual
+
+ +

Definition at line 43 of file SimObject.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void SimObserver::Observe (SimObjectobj)
+
+virtual
+
+ +

Definition at line 32 of file SimObject.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int SimObserver::operator== (const SimObservero) const
+
+inline
+
+ +

Definition at line 85 of file SimObject.h.

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

Reimplemented in FlightDeck, Ship, NetPlayer, InboundSlot, Shot, Weapon, Drone, CameraDirector, Explosion, Contact, and Instruction.

+ +

Definition at line 81 of file SimObject.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
bool SimObserver::Update (SimObjectobj)
+
+virtual
+
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
List<SimObject> SimObserver::observe_list
+
+protected
+
+ +

Definition at line 95 of file SimObject.h.

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