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

#include <CampaignPlanMovement.h>

-
-Inheritance diagram for CampaignPlanMovement:
-
-
- - -CampaignPlan - -
- -

List of all members.

- - - - - - - - - - -

-Public Member Functions

 CampaignPlanMovement (Campaign *c)
virtual ~CampaignPlanMovement ()
virtual void ExecFrame ()
- Public Member Functions inherited from CampaignPlan
 CampaignPlan (Campaign *c)
virtual ~CampaignPlan ()
int operator== (const CampaignPlan &p) const
virtual void SetLockout (int seconds)
- - -

-Static Public Member Functions

static const char * TYPENAME ()
- - -

-Protected Member Functions

void MoveUnit (CombatUnit *u)
- - - - - -

-Protected Attributes

List< CombatUnitall_units
- Protected Attributes inherited from CampaignPlan
Campaigncampaign
double exec_time
-

Detailed Description

-
-

Definition at line 26 of file CampaignPlanMovement.h.

-

Constructor & Destructor Documentation

- -
-
- - - - - -
- - - - - - - - -
CampaignPlanMovement::CampaignPlanMovement (Campaignc)
-
-inline
-
- -

Definition at line 31 of file CampaignPlanMovement.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual CampaignPlanMovement::~CampaignPlanMovement ()
-
-inlinevirtual
-
- -

Definition at line 32 of file CampaignPlanMovement.h.

- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - -
void CampaignPlanMovement::ExecFrame ()
-
-virtual
-
- -

Reimplemented from CampaignPlan.

- -

Definition at line 29 of file CampaignPlanMovement.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - - -
void CampaignPlanMovement::MoveUnit (CombatUnitu)
-
-protected
-
- -

Definition at line 54 of file CampaignPlanMovement.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - -
static const char* CampaignPlanMovement::TYPENAME ()
-
-inlinestatic
-
- -

Reimplemented from CampaignPlan.

- -

Definition at line 29 of file CampaignPlanMovement.h.

- -
-
-

Member Data Documentation

- -
-
- - - - - -
- - - - -
List<CombatUnit> CampaignPlanMovement::all_units
-
-protected
-
- -

Definition at line 40 of file CampaignPlanMovement.h.

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