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

List of all members.

+ + + +

+Public Types

enum  TYPE { RANK, +MEDAL + }
+ + + +

+Public Member Functions

 AwardInfo ()
 ~AwardInfo ()
+ + +

+Static Public Member Functions

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

+Public Attributes

int type
int id
Text name
Text abrv
Text desc
Text grant
Text desc_sound
Text grant_sound
Bitmaplarge_insignia
Bitmapsmall_insignia
int granted_ship_classes
int total_points
int mission_points
int total_missions
int kills
int lost
int collision
int campaign_id
bool campaign_complete
bool dynamic_campaign
bool ceremony
int required_awards
int lottery
int min_rank
int max_rank
int min_ship_class
int max_ship_class
+

Detailed Description

+
+

Definition at line 37 of file Player.cpp.

+

Member Enumeration Documentation

+ +
+
+ + + + +
enum AwardInfo::TYPE
+
+
Enumerator:
+ + +
RANK  +
MEDAL  +
+
+
+ +

Definition at line 67 of file Player.cpp.

+ +
+
+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
AwardInfo::AwardInfo ()
+
+inline
+
+ +

Definition at line 42 of file Player.cpp.

+ +
+
+ +
+
+ + + + + +
+ + + + + + + +
AwardInfo::~AwardInfo ()
+
+inline
+
+ +

Definition at line 65 of file Player.cpp.

+ +
+
+

Member Function Documentation

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

Definition at line 40 of file Player.cpp.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
Text AwardInfo::abrv
+
+ +

Definition at line 72 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
bool AwardInfo::campaign_complete
+
+ +

Definition at line 88 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
int AwardInfo::campaign_id
+
+ +

Definition at line 87 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
bool AwardInfo::ceremony
+
+ +

Definition at line 90 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
int AwardInfo::collision
+
+ +

Definition at line 86 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
Text AwardInfo::desc
+
+ +

Definition at line 73 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
Text AwardInfo::desc_sound
+
+ +

Definition at line 75 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
bool AwardInfo::dynamic_campaign
+
+ +

Definition at line 89 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
Text AwardInfo::grant
+
+ +

Definition at line 74 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
Text AwardInfo::grant_sound
+
+ +

Definition at line 76 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
int AwardInfo::granted_ship_classes
+
+ +

Definition at line 79 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
int AwardInfo::id
+
+ +

Definition at line 70 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
int AwardInfo::kills
+
+ +

Definition at line 84 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
Bitmap* AwardInfo::large_insignia
+
+ +

Definition at line 77 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
int AwardInfo::lost
+
+ +

Definition at line 85 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
int AwardInfo::lottery
+
+ +

Definition at line 93 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
int AwardInfo::max_rank
+
+ +

Definition at line 95 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
int AwardInfo::max_ship_class
+
+ +

Definition at line 97 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
int AwardInfo::min_rank
+
+ +

Definition at line 94 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
int AwardInfo::min_ship_class
+
+ +

Definition at line 96 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
int AwardInfo::mission_points
+
+ +

Definition at line 82 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
Text AwardInfo::name
+
+ +

Definition at line 71 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
int AwardInfo::required_awards
+
+ +

Definition at line 92 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
Bitmap* AwardInfo::small_insignia
+
+ +

Definition at line 78 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
int AwardInfo::total_missions
+
+ +

Definition at line 83 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
int AwardInfo::total_points
+
+ +

Definition at line 81 of file Player.cpp.

+ +
+
+ +
+
+ + + + +
int AwardInfo::type
+
+ +

Definition at line 69 of file Player.cpp.

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