Package pyffi :: Package formats :: Package tga :: Class TgaFormat :: Class Header
[hide private]
[frames] | no frames]

Class Header

source code

                  object --+            
                           |            
      utils.graph.DetailNode --+        
                               |        
          utils.graph.GlobalNode --+    
                                   |    
object_models.xml.struct_.StructBase --+
                                       |
                                      TgaFormat.Header

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 = ['image_id_length', 'color_map_type', 'image_type', '...

Inherited from object_models.xml.struct_.StructBase: arg

Properties [hide private]
  color_map
Color lookup table.
  color_map_index
Offset to the color map table.
  color_map_length
Number of entries.
  color_map_size
Number of bits per pixel in the color map.
  color_map_type
  flags
  height
  image_id
Image identification.
  image_id_length
Length of the Image ID field.
  image_type
  pixel_size
Number of bits per pixel in the image data.
  width
  x_origin
  y_origin

Inherited from object: __class__

Class Variable Details [hide private]

_attribute_list

Value:
[<pyffi.object_models.xml.StructAttribute object at 0x2518190>,
 <pyffi.object_models.xml.StructAttribute object at 0x2518210>,
 <pyffi.object_models.xml.StructAttribute object at 0x2518250>,
 <pyffi.object_models.xml.StructAttribute object at 0x25182d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2518310>,
 <pyffi.object_models.xml.StructAttribute object at 0x2518390>,
 <pyffi.object_models.xml.StructAttribute object at 0x25183d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2518410>,
...

_attrs

Value:
[<pyffi.object_models.xml.StructAttribute object at 0x2518190>,
 <pyffi.object_models.xml.StructAttribute object at 0x2518210>,
 <pyffi.object_models.xml.StructAttribute object at 0x2518250>,
 <pyffi.object_models.xml.StructAttribute object at 0x25182d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2518310>,
 <pyffi.object_models.xml.StructAttribute object at 0x2518390>,
 <pyffi.object_models.xml.StructAttribute object at 0x25183d0>,
 <pyffi.object_models.xml.StructAttribute object at 0x2518410>,
...

_names

Value:
['image_id_length',
 'color_map_type',
 'image_type',
 'color_map_index',
 'color_map_length',
 'color_map_size',
 'x_origin',
 'y_origin',
...

Property Details [hide private]

color_map

Color lookup table.
Get Method:
<functools.partial object at 0x251b208>

color_map_index

Offset to the color map table.
Get Method:
<functools.partial object at 0x2516838>
Set Method:
<functools.partial object at 0x2516890>

color_map_length

Number of entries.
Get Method:
<functools.partial object at 0x2516940>
Set Method:
<functools.partial object at 0x2516998>

color_map_size

Number of bits per pixel in the color map.
Get Method:
<functools.partial object at 0x2516a48>
Set Method:
<functools.partial object at 0x2516aa0>

color_map_type

Get Method:
<functools.partial object at 0x2516628>
Set Method:
<functools.partial object at 0x2516680>

flags

Get Method:
<functools.partial object at 0x251b0a8>

height

Get Method:
<functools.partial object at 0x2516e68>
Set Method:
<functools.partial object at 0x2516ec0>

image_id

Image identification.
Get Method:
<functools.partial object at 0x251b158>

image_id_length

Length of the Image ID field.
Get Method:
<functools.partial object at 0x2516520>
Set Method:
<functools.partial object at 0x2516578>

image_type

Get Method:
<functools.partial object at 0x2516730>
Set Method:
<functools.partial object at 0x2516788>

pixel_size

Number of bits per pixel in the image data.
Get Method:
<functools.partial object at 0x2516f70>
Set Method:
<functools.partial object at 0x2516fc8>

width

Get Method:
<functools.partial object at 0x2516d60>
Set Method:
<functools.partial object at 0x2516db8>

x_origin

Get Method:
<functools.partial object at 0x2516b50>
Set Method:
<functools.partial object at 0x2516ba8>

y_origin

Get Method:
<functools.partial object at 0x2516c58>
Set Method:
<functools.partial object at 0x2516cb0>