Home | Trees | Indices | Help |
|
---|
|
object --+ | object_models.FileFormat --+ | object_models.xml.FileFormat --+ | KfmFormat
|
|||
int Basic implementation of a 32-bit signed integer type. |
|||
uint Implementation of a 32-bit unsigned integer type. |
|||
byte Implementation of a 8-bit unsigned integer type. |
|||
char Implementation of an (unencoded) 8-bit character. |
|||
short Implementation of a 16-bit signed integer type. |
|||
ushort Implementation of a 16-bit unsigned integer type. |
|||
float Implementation of a 32-bit float. |
|||
SizedString Basic type for strings. |
|||
TextString Basic type for undecoded data trailing at the end of a file. |
|||
HeaderString The kfm header string. |
|||
FilePath | |||
Header A class to contain the actual kfm data. |
|||
Animation | |||
Data A class to contain the actual kfm data. |
|||
IntermediateAnim | |||
Transition | |||
_Animation | |||
_Header | |||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
|||
|
|
|||
xml_file_name =
Override. |
|||
xml_file_path =
Override. |
|||
RE_FILENAME = re.compile(r' Override this with a regular expression (the result of a re.compile call) for the file extension of the format you are implementing. |
|||
_EPSILON = 0.0001
|
|||
games =
|
|||
versions =
|
|||
xml_struct =
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Converts version string into an integer. >>> hex(KfmFormat.version_number('1.0')) '0x1000000' >>> hex(KfmFormat.version_number('1.2.4b')) '0x1024b00' >>> hex(KfmFormat.version_number('2.2.0.0b')) '0x202000b'
|
|
xml_file_pathOverride.
|
games
|
versions
|
xml_struct
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Oct 10 19:03:32 2011 | http://epydoc.sourceforge.net |