Starshatter_Open
Open source Starshatter engine
|
#include <FlightDeck.h>
Public Member Functions | |
InboundSlot () | |
InboundSlot (Ship *s, FlightDeck *d, int squad, int index) | |
int | operator< (const InboundSlot &that) const |
int | operator<= (const InboundSlot &that) const |
int | operator== (const InboundSlot &that) const |
virtual bool | Update (SimObject *obj) |
virtual const char * | GetObserverName () const |
Ship * | GetShip () |
FlightDeck * | GetDeck () |
int | Squadron () |
int | Index () |
int | Cleared () |
int | Final () |
int | Approach () |
Point | Offset () |
double | Distance () |
void | SetApproach (int a) |
void | SetOffset (const Point &p) |
void | SetFinal (int f) |
void | Clear (bool clear=true) |
Public Member Functions inherited from SimObserver | |
virtual | ~SimObserver () |
int | operator== (const SimObserver &o) const |
virtual void | Observe (SimObject *obj) |
virtual void | Ignore (SimObject *obj) |
Static Public Member Functions | |
static const char * | TYPENAME () |
Additional Inherited Members | |
Protected Attributes inherited from SimObserver | |
List< SimObject > | observe_list |
Definition at line 38 of file FlightDeck.h.
|
inline |
Definition at line 43 of file FlightDeck.h.
InboundSlot::InboundSlot | ( | Ship * | s, |
FlightDeck * | d, | ||
int | squad, | ||
int | index | ||
) |
Definition at line 70 of file FlightDeck.cpp.
|
inline |
Definition at line 60 of file FlightDeck.h.
void InboundSlot::Clear | ( | bool | clear = true | ) |
Definition at line 136 of file FlightDeck.cpp.
|
inline |
Definition at line 58 of file FlightDeck.h.
double InboundSlot::Distance | ( | ) |
Definition at line 142 of file FlightDeck.cpp.
|
inline |
Definition at line 59 of file FlightDeck.h.
|
inline |
Definition at line 55 of file FlightDeck.h.
|
virtual |
Reimplemented from SimObserver.
Definition at line 180 of file FlightDeck.cpp.
|
inline |
Definition at line 54 of file FlightDeck.h.
|
inline |
Definition at line 57 of file FlightDeck.h.
|
inline |
Definition at line 61 of file FlightDeck.h.
int InboundSlot::operator< | ( | const InboundSlot & | that | ) | const |
Definition at line 80 of file FlightDeck.cpp.
int InboundSlot::operator<= | ( | const InboundSlot & | that | ) | const |
Definition at line 109 of file FlightDeck.cpp.
int InboundSlot::operator== | ( | const InboundSlot & | that | ) | const |
Definition at line 131 of file FlightDeck.cpp.
|
inline |
Definition at line 64 of file FlightDeck.h.
|
inline |
Definition at line 66 of file FlightDeck.h.
|
inline |
Definition at line 65 of file FlightDeck.h.
|
inline |
Definition at line 56 of file FlightDeck.h.
|
inlinestatic |
Reimplemented from SimObserver.
Definition at line 41 of file FlightDeck.h.
|
virtual |
Reimplemented from SimObserver.
Definition at line 154 of file FlightDeck.cpp.