#include <Newfile_gump.h>
Collaboration diagram for Newfile_gump::SaveInfo:

Public Member Functions | |
| int | CompareThis (const SaveInfo *other) const |
| void | SetSeqNumber () |
| SaveInfo () | |
| ~SaveInfo () | |
Static Public Member Functions | |
| static int | CompareGames (const void *a, const void *b) |
Public Attributes | |
| int | num |
| char * | filename |
| char * | savename |
| bool | readable |
| SaveGame_Details * | details |
| SaveGame_Party * | party |
| Shape_file * | screenshot |
Definition at line 91 of file Newfile_gump.h.
| Newfile_gump::SaveInfo::SaveInfo | ( | ) |
Definition at line 1210 of file Newfile_gump.cc.
| Newfile_gump::SaveInfo::~SaveInfo | ( | ) |
Definition at line 1217 of file Newfile_gump.cc.
References details, filename, party, savename, and screenshot.
| int Newfile_gump::SaveInfo::CompareGames | ( | const void * | a, | |
| const void * | b | |||
| ) | [static] |
| int Newfile_gump::SaveInfo::CompareThis | ( | const SaveInfo * | other | ) | const |
Definition at line 1240 of file Newfile_gump.cc.
References details, num, other, SaveGame_Details::real_day, SaveGame_Details::real_hour, SaveGame_Details::real_minute, SaveGame_Details::real_month, SaveGame_Details::real_second, and SaveGame_Details::real_year.
| void Newfile_gump::SaveInfo::SetSeqNumber | ( | ) |
Definition at line 94 of file Newfile_gump.h.
Referenced by Newfile_gump::delete_file(), SetSeqNumber(), and ~SaveInfo().
Definition at line 95 of file Newfile_gump.h.
Referenced by Newfile_gump::PaintSaveName(), and ~SaveInfo().
Definition at line 96 of file Newfile_gump.h.
1.5.1