Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

IIOObject Class Reference

Interface for objects with on-disk read write operations. More...

#include <FileManager.h>

Inheritance diagram for IIOObject:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual bool Load (CString &sFile)=0
 Reads the object from the disk.

virtual bool Save (CString &sFile)=0
 Reads the object from the disk.


Detailed Description

Interface for objects with on-disk read write operations.

Author:
Kronuz
Version:
1.0
Date:
April 16, 2003
IIOObject allows the object to be saved or loaded from the disk. It is an abstract class that must be implemented in any derivated class.

Definition at line 123 of file FileManager.h.


Member Function Documentation

virtual bool IIOObject::Load CString &    sFile [pure virtual]
 

Reads the object from the disk.

Loads or reads the object from the disk. This method fills all necesary information and attributes from the object in a file

See also:
Save()

Implemented in CSprite, and CSpriteSheet.

virtual bool IIOObject::Save CString &    sFile [pure virtual]
 

Reads the object from the disk.

Saves or writes the object to the disk. This method takes all necesary information and attributes from the object and put them in the file for latter load and use of the object.

See also:
Load()

Implemented in CSprite, and CSpriteSheet.


The documentation for this class was generated from the following file:
Generated on Wed Apr 16 19:12:29 2003 for QuestDesigner by doxygen1.2.18