#include <typen.h>
Inheritance diagram for LoadableItemType:

Public Member Functions | |
| virtual void | read (tnstream &stream)=0 |
| virtual void | write (tnstream &stream) const =0 |
| virtual void | runTextIO (PropertyContainer &pc)=0 |
| virtual | ~LoadableItemType () |
Public Attributes | |
| ASCString | filename |
| The filename of the item. | |
| ASCString | location |
| The filename and location on disk (including containerfiles) of the object. Can only be used for informational purposes. | |
Definition at line 228 of file typen.h.
|
|
|
|
|
Implemented in BuildingType, ContainerBaseType, ObjectType, TechDependency, TechAdapter, Technology, TerrainType::Weather, TerrainType, and Vehicletype. |
|
|
Implemented in BuildingType, ContainerBaseType, ObjectType, TechDependency, TechAdapter, Technology, TerrainType::Weather, TerrainType, and Vehicletype. |
|
|
Implemented in BuildingType, ContainerBaseType, ObjectType, TechDependency, TechAdapter, Technology, TerrainType::Weather, TerrainType, and Vehicletype. |
|
|
The filename of the item.
Definition at line 231 of file typen.h. Referenced by ObjectStorage< T >::print(), Vehicletype::read(), Vehicletype::runTextIO(), TerrainType::Weather::runTextIO(), ObjectType::runTextIO(), BuildingType::runTextIO(), and viewterraininfo(). |
|
|
The filename and location on disk (including containerfiles) of the object. Can only be used for informational purposes.
Definition at line 234 of file typen.h. Referenced by Vehicletype::read(), viewterraininfo(), and viewUnitSetinfo(). |
1.4.2