Public Member Functions | |
| KLandEntity () | |
| ~KLandEntity () | |
| void | Load (KFile &File) |
| void | Save (KFile &File) |
| void | SetClassName (char *pClassName) |
| char * | GetClassName () |
| char * | GetKeyValue (char *pKey) |
| void | AddKey (char *pKey, char *pValue) |
| void | Dump () |
| void | Flush () |
| KLandEntityKey * | GetFirst () |
| KLandEntityKey * | GetNext (KLandEntityKey *pLandEntityKey) |
| void | SetMatrix (KMatrix &Matrix) |
| KMatrix | GetMatrix () |
| KLandEntity & | operator= (KLandEntity &LandEntity) |
Protected Attributes | |
| char * | m_pClassName |
| KMatrix | m_Matrix |
Definition at line 34 of file LandEntity.h.
1.5.1-p1