Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
MissionLoad Class Reference

#include <Mission.h>

List of all members.

Public Member Functions

 MissionLoad (int ship=-1, const char *name=0)
 ~MissionLoad ()
int GetShip () const
void SetShip (int ship)
Text GetName () const
void SetName (Text name)
int * GetStations ()
int GetStation (int index)
void SetStation (int index, int selection)

Static Public Member Functions

static const char * TYPENAME ()

Protected Attributes

int ship
Text name
int load [16]

Friends

class Mission

Detailed Description

Definition at line 343 of file Mission.h.


Constructor & Destructor Documentation

MissionLoad::MissionLoad ( int  ship = -1,
const char *  name = 0 
)

Definition at line 2069 of file Mission.cpp.

MissionLoad::~MissionLoad ( )

Definition at line 2079 of file Mission.cpp.


Member Function Documentation

Text MissionLoad::GetName ( ) const

Definition at line 2098 of file Mission.cpp.

int MissionLoad::GetShip ( ) const

Definition at line 2086 of file Mission.cpp.

int MissionLoad::GetStation ( int  index)

Definition at line 2116 of file Mission.cpp.

int * MissionLoad::GetStations ( )

Definition at line 2110 of file Mission.cpp.

void MissionLoad::SetName ( Text  name)

Definition at line 2104 of file Mission.cpp.

void MissionLoad::SetShip ( int  ship)

Definition at line 2092 of file Mission.cpp.

void MissionLoad::SetStation ( int  index,
int  selection 
)

Definition at line 2125 of file Mission.cpp.

static const char* MissionLoad::TYPENAME ( )
inlinestatic

Definition at line 348 of file Mission.h.


Friends And Related Function Documentation

friend class Mission
friend

Definition at line 345 of file Mission.h.


Member Data Documentation

int MissionLoad::load[16]
protected

Definition at line 366 of file Mission.h.

Text MissionLoad::name
protected

Definition at line 365 of file Mission.h.

int MissionLoad::ship
protected

Definition at line 364 of file Mission.h.


The documentation for this class was generated from the following files: