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

#include <CampaignPlan.h>

-
-Inheritance diagram for CampaignPlan:
-
-
- - -CampaignPlanAssignment -CampaignPlanEvent -CampaignPlanMission -CampaignPlanMovement -CampaignPlanStrategic - -
- -

List of all members.

- - - - - - - -

-Public Member Functions

 CampaignPlan (Campaign *c)
virtual ~CampaignPlan ()
int operator== (const CampaignPlan &p) const
virtual void ExecFrame ()
virtual void SetLockout (int seconds)
- - -

-Static Public Member Functions

static const char * TYPENAME ()
- - - -

-Protected Attributes

Campaigncampaign
double exec_time
-

Detailed Description

-
-

Definition at line 38 of file CampaignPlan.h.

-

Constructor & Destructor Documentation

- -
-
- - - - - -
- - - - - - - - -
CampaignPlan::CampaignPlan (Campaignc)
-
-inline
-
- -

Definition at line 43 of file CampaignPlan.h.

- -
-
- -
-
- - - - - -
- - - - - - - -
virtual CampaignPlan::~CampaignPlan ()
-
-inlinevirtual
-
- -

Definition at line 44 of file CampaignPlan.h.

- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - -
virtual void CampaignPlan::ExecFrame ()
-
-inlinevirtual
-
-
- -
-
- - - - - -
- - - - - - - - -
int CampaignPlan::operator== (const CampaignPlanp) const
-
-inline
-
- -

Definition at line 46 of file CampaignPlan.h.

- -
-
- -
-
- - - - - -
- - - - - - - - -
virtual void CampaignPlan::SetLockout (int seconds)
-
-inlinevirtual
-
- -

Reimplemented in CampaignPlanEvent.

- -

Definition at line 50 of file CampaignPlan.h.

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

Member Data Documentation

- -
-
- - - - - -
- - - - -
Campaign* CampaignPlan::campaign
-
-protected
-
- -

Definition at line 53 of file CampaignPlan.h.

- -
-
- -
-
- - - - - -
- - - - -
double CampaignPlan::exec_time
-
-protected
-
- -

Definition at line 54 of file CampaignPlan.h.

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