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_movement.html | 327 +++++++++++++++++++++ 1 file changed, 327 insertions(+) create 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 new file mode 100644 index 0000000..d086adc --- /dev/null +++ b/Doc/doxygen/html/class_campaign_plan_movement.html @@ -0,0 +1,327 @@ + + + + + +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