From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/class_campaign_plan.html | 370 ++++++++++++++++++++++++++++++ 1 file changed, 370 insertions(+) create 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 new file mode 100644 index 0000000..d007018 --- /dev/null +++ b/Doc/doxygen/html/class_campaign_plan.html @@ -0,0 +1,370 @@ + + + + + +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