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 --- .../html/class_campaign_situation_report.html | 432 +++++++++++++++++++++ 1 file changed, 432 insertions(+) create mode 100644 Doc/doxygen/html/class_campaign_situation_report.html (limited to 'Doc/doxygen/html/class_campaign_situation_report.html') diff --git a/Doc/doxygen/html/class_campaign_situation_report.html b/Doc/doxygen/html/class_campaign_situation_report.html new file mode 100644 index 0000000..4aacc81 --- /dev/null +++ b/Doc/doxygen/html/class_campaign_situation_report.html @@ -0,0 +1,432 @@ + + + + + +Starshatter_Open: CampaignSituationReport Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ + +
+ +

#include <CampaignSituationReport.h>

+ +

List of all members.

+ + + + + +

+Public Member Functions

 CampaignSituationReport (Campaign *c, Mission *m)
virtual ~CampaignSituationReport ()
virtual void GenerateSituationReport ()
+ + +

+Static Public Member Functions

static const char * TYPENAME ()
+ + + + + +

+Protected Member Functions

virtual void GlobalSituation ()
virtual void MissionSituation ()
virtual MissionElementFindEscort (MissionElement *elem)
virtual Text GetThreatInfo ()
+ + + + +

+Protected Attributes

Campaigncampaign
Missionmission
Text sitrep
+

Detailed Description

+
+

Definition at line 36 of file CampaignSituationReport.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
CampaignSituationReport::CampaignSituationReport (Campaignc,
Missionm 
)
+
+ +

Definition at line 36 of file CampaignSituationReport.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
CampaignSituationReport::~CampaignSituationReport ()
+
+virtual
+
+ +

Definition at line 40 of file CampaignSituationReport.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
MissionElement * CampaignSituationReport::FindEscort (MissionElementelem)
+
+protectedvirtual
+
+ +

Definition at line 315 of file CampaignSituationReport.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void CampaignSituationReport::GenerateSituationReport ()
+
+virtual
+
+ +

Definition at line 45 of file CampaignSituationReport.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
Text CampaignSituationReport::GetThreatInfo ()
+
+protectedvirtual
+
+ +

Definition at line 333 of file CampaignSituationReport.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void CampaignSituationReport::GlobalSituation ()
+
+protectedvirtual
+
+ +

Definition at line 63 of file CampaignSituationReport.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void CampaignSituationReport::MissionSituation ()
+
+protectedvirtual
+
+ +

Definition at line 100 of file CampaignSituationReport.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
static const char* CampaignSituationReport::TYPENAME ()
+
+inlinestatic
+
+ +

Definition at line 39 of file CampaignSituationReport.h.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
Campaign* CampaignSituationReport::campaign
+
+protected
+
+ +

Definition at line 53 of file CampaignSituationReport.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
Mission* CampaignSituationReport::mission
+
+protected
+
+ +

Definition at line 54 of file CampaignSituationReport.h.

+ +
+
+ +
+
+ + + + + +
+ + + + +
Text CampaignSituationReport::sitrep
+
+protected
+
+ +

Definition at line 55 of file CampaignSituationReport.h.

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