![]() |
Public API Reference |
![]() |
An object containing information about where to save a file. More...
#include <cstool/saverfile.h>
Public Member Functions | |
csSaverFile (const char *file, int filetype) | |
The constructor. | |
virtual const char * | GetFile () const |
Get the file name of the saver file. | |
virtual int | GetFileType () const |
Get the type of the saver file. | |
virtual iObject * | QueryObject () |
Get the iObject for this object. | |
void | SelfDestruct () |
Remove me! | |
virtual | ~csSaverFile () |
The destructor. |
An object containing information about where to save a file.
Parent this iObject to engine objects.
Definition at line 37 of file saverfile.h.
csSaverFile::csSaverFile | ( | const char * | file, |
int | filetype | ||
) |
The constructor.
virtual csSaverFile::~csSaverFile | ( | ) | [virtual] |
The destructor.
virtual const char* csSaverFile::GetFile | ( | ) | const [virtual] |
Get the file name of the saver file.
Implements iSaverFile.
virtual int csSaverFile::GetFileType | ( | ) | const [virtual] |
Get the type of the saver file.
Implements iSaverFile.
virtual iObject* csSaverFile::QueryObject | ( | ) | [inline, virtual] |
void csSaverFile::SelfDestruct | ( | ) | [inline, virtual] |