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_mission_load.html | 457 ------------------------------- 1 file changed, 457 deletions(-) delete mode 100644 Doc/doxygen/html/class_mission_load.html (limited to 'Doc/doxygen/html/class_mission_load.html') diff --git a/Doc/doxygen/html/class_mission_load.html b/Doc/doxygen/html/class_mission_load.html deleted file mode 100644 index a18066d..0000000 --- a/Doc/doxygen/html/class_mission_load.html +++ /dev/null @@ -1,457 +0,0 @@ - - - - - -Starshatter_Open: MissionLoad Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- - -
- -

#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: -
-
- - - - -- cgit v1.1