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

#include <CampaignSaveGame.h>

+ +

List of all members.

+ + + + + + + + + +

+Public Member Functions

 CampaignSaveGame (Campaign *c=0)
virtual ~CampaignSaveGame ()
virtual CampaignGetCampaign ()
virtual void Load (const char *name)
virtual void Save (const char *name)
virtual void LoadAuto ()
virtual void SaveAuto ()
+ + + + + + +

+Static Public Member Functions

static const char * TYPENAME ()
static void Delete (const char *name)
static void RemovePlayer (Player *p)
static Text GetResumeFile ()
static int GetSaveGameList (List< Text > &save_list)
+

Detailed Description

+
+

Definition at line 39 of file CampaignSaveGame.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
CampaignSaveGame::CampaignSaveGame (Campaignc = 0)
+
+ +

Definition at line 39 of file CampaignSaveGame.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
CampaignSaveGame::~CampaignSaveGame ()
+
+virtual
+
+ +

Definition at line 45 of file CampaignSaveGame.cpp.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + + +
void CampaignSaveGame::Delete (const char * name)
+
+static
+
+ +

Definition at line 662 of file CampaignSaveGame.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
virtual Campaign* CampaignSaveGame::GetCampaign ()
+
+inlinevirtual
+
+ +

Definition at line 47 of file CampaignSaveGame.h.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
Text CampaignSaveGame::GetResumeFile ()
+
+static
+
+ +

Definition at line 708 of file CampaignSaveGame.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
int CampaignSaveGame::GetSaveGameList (List< Text > & save_list)
+
+static
+
+ +

Definition at line 724 of file CampaignSaveGame.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void CampaignSaveGame::Load (const char * name)
+
+virtual
+
+ +

Definition at line 154 of file CampaignSaveGame.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void CampaignSaveGame::LoadAuto ()
+
+virtual
+
+ +

Definition at line 700 of file CampaignSaveGame.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void CampaignSaveGame::RemovePlayer (Playerp)
+
+static
+
+ +

Definition at line 668 of file CampaignSaveGame.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + + +
void CampaignSaveGame::Save (const char * name)
+
+virtual
+
+ +

Definition at line 560 of file CampaignSaveGame.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
void CampaignSaveGame::SaveAuto ()
+
+virtual
+
+ +

Definition at line 694 of file CampaignSaveGame.cpp.

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

Definition at line 42 of file CampaignSaveGame.h.

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