From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/class_sim_observer.html | 394 ------------------------------- 1 file changed, 394 deletions(-) delete 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 deleted file mode 100644 index 247f77f..0000000 --- a/Doc/doxygen/html/class_sim_observer.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - -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