Package pyffi :: Package formats :: Package egt :: Class EgtFormat :: Class _Header
[hide private]
[frames] | no frames]

Class _Header

source code

                  object --+            
                           |            
      utils.graph.DetailNode --+        
                               |        
          utils.graph.GlobalNode --+    
                                   |    
object_models.xml.struct_.StructBase --+
                                       |
                                      EgtFormat._Header
Known Subclasses:

Nested Classes [hide private]

Inherited from object_models.xml.struct_.StructBase: __metaclass__

Instance Methods [hide private]

Inherited from object_models.xml.struct_.StructBase: __init__, __str__, deepcopy, fix_links, get_attribute, get_basic_attribute, get_detail_child_names, get_detail_child_nodes, get_global_child_nodes, get_global_display, get_hash, get_links, get_refs, get_size, get_strings, get_template_attribute, read, replace_global_node, set_attribute, set_basic_attribute, set_template_attribute, tree, write

Inherited from utils.graph.GlobalNode: get_global_child_edge_types, get_global_iterator

Inherited from utils.graph.DetailNode: get_detail_child_edge_types, get_detail_display, get_detail_iterator

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from object_models.xml.struct_.StructBase: get_games, get_versions

Class Variables [hide private]
  _attribute_list = [<pyffi.object_models.xml.StructAttribute ob...
  _attrs = [<pyffi.object_models.xml.StructAttribute object at 0...
  _names = ['signature', 'version', 'width', 'height', 'num_text...

Inherited from object_models.xml.struct_.StructBase: arg

Properties [hide private]
  height
Texture height.
  num_textures
Number of textures.
  signature
FRTRI
  textures
The actual textures.
  unknown
Undecoded block.
  version
003 for Oblivion
  width
Texture width.

Inherited from object: __class__

Class Variable Details [hide private]

_attribute_list

Value:
[<pyffi.object_models.xml.StructAttribute object at 0x4a43b50>,
 <pyffi.object_models.xml.StructAttribute object at 0x4a43b90>,
 <pyffi.object_models.xml.StructAttribute object at 0x4a43bd0>,
 <pyffi.object_models.xml.StructAttribute object at 0x4a43c10>,
 <pyffi.object_models.xml.StructAttribute object at 0x4a43c50>,
 <pyffi.object_models.xml.StructAttribute object at 0x4a43c90>,
 <pyffi.object_models.xml.StructAttribute object at 0x4a43d10>,
 <pyffi.object_models.xml.StructAttribute object at 0x4a43e50>]

_attrs

Value:
[<pyffi.object_models.xml.StructAttribute object at 0x4a43b50>,
 <pyffi.object_models.xml.StructAttribute object at 0x4a43b90>,
 <pyffi.object_models.xml.StructAttribute object at 0x4a43bd0>,
 <pyffi.object_models.xml.StructAttribute object at 0x4a43c10>,
 <pyffi.object_models.xml.StructAttribute object at 0x4a43c50>,
 <pyffi.object_models.xml.StructAttribute object at 0x4a43c90>,
 <pyffi.object_models.xml.StructAttribute object at 0x4a43d10>,
 <pyffi.object_models.xml.StructAttribute object at 0x4a43e50>]

_names

Value:
['signature',
 'version',
 'width',
 'height',
 'num_textures',
 'unknown',
 'textures']

Property Details [hide private]

height

Texture height. Always 256 for faces, 32 for bodies/ears.
Get Method:
<functools.partial object at 0x4a47c58>
Set Method:
<functools.partial object at 0x4a47cb0>

num_textures

Number of textures. Always 50.
Get Method:
<functools.partial object at 0x4a47d60>
Set Method:
<functools.partial object at 0x4a47db8>

signature

FRTRI
Get Method:
<functools.partial object at 0x4a47940>
Set Method:
<functools.partial object at 0x4a47998>

textures

The actual textures.
Get Method:
<functools.partial object at 0x4a47fc8>

unknown

Undecoded block.
Get Method:
<functools.partial object at 0x4a47e68>

version

003 for Oblivion
Get Method:
<functools.partial object at 0x4a47a48>
Set Method:
<functools.partial object at 0x4a47aa0>

width

Texture width. Always 256 for faces, 32 for bodies/ears.
Get Method:
<functools.partial object at 0x4a47b50>
Set Method:
<functools.partial object at 0x4a47ba8>