Virtual U.org
Get Personal Training on VU Today
    
Top shadow
 
 register/help
User Name:

Password:

HallFame struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

HallFame Struct Reference

#include <Ogfile.h>

List of all members.

Public Methods

void disp_info (int, int, int)
void record_data (int)

Public Attributes

char school_name [PlayerSchool::SCHOOL_NAME_LEN+1]
char player_first_name [PlayerSchool::FIRST_NAME_LEN+1]
char player_last_name [PlayerSchool::LAST_NAME_LEN+1]
int score
int trust_score
short start_year
short end_year
short scenario_id


Detailed Description

Class for displaying and recording the information displayed in the hall of fame.

Definition at line 22 of file Ogfile.h.


Member Function Documentation

void HallFame::disp_info int    x,
int    y,
int    pos
 

Display a Hall of Fame record

<int> x, y = the location of the information <int> pos = the position of the record.

Definition at line 47 of file OGAMHALL.CPP.

void HallFame::record_data int    totalScore
 

Record the hall of fame record_data

Definition at line 127 of file OGAMHALL.CPP.

References PlayerSchool::FIRST_NAME_LEN, PlayerSchool::LAST_NAME_LEN, NULL, and PlayerSchool::SCHOOL_NAME_LEN.


Member Data Documentation

short HallFame::end_year
 

Definition at line 31 of file Ogfile.h.

char HallFame::player_first_name[PlayerSchool::FIRST_NAME_LEN+1]
 

Definition at line 24 of file Ogfile.h.

char HallFame::player_last_name[PlayerSchool::LAST_NAME_LEN+1]
 

Definition at line 25 of file Ogfile.h.

short HallFame::scenario_id
 

Definition at line 32 of file Ogfile.h.

char HallFame::school_name[PlayerSchool::SCHOOL_NAME_LEN+1]
 

Definition at line 23 of file Ogfile.h.

int HallFame::score
 

Definition at line 27 of file Ogfile.h.

short HallFame::start_year
 

Definition at line 30 of file Ogfile.h.

int HallFame::trust_score
 

Definition at line 28 of file Ogfile.h.


The documentation for this struct was generated from the following files:
Generated on Fri Aug 23 01:39:19 2002 for VirtualU by doxygen1.2.17