#include <FileManager.h>
Inheritance diagram for IIOObject:
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. |
Definition at line 123 of file FileManager.h.
|
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
Implemented in CSprite, and CSpriteSheet. |
|
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.
Implemented in CSprite, and CSpriteSheet. |