Package pyffi :: Package formats :: Package nif :: Class NifFormat :: Class Data :: Class VersionUInt
[hide private]
[frames] | no frames]

Class VersionUInt

source code

                         object --+                
                                  |                
             utils.graph.DetailNode --+            
                                      |            
      object_models.xml.basic.BasicBase --+        
                                          |        
                         object --+       |        
                                  |       |        
object_models.editable.EditableBase --+   |        
                                      |   |        
 object_models.editable.EditableSpinBox --+        
                                          |        
                   object_models.common.Int --+    
                                              |    
                      object_models.common.UInt --+
                                                  |
                                                 NifFormat.Data.VersionUInt

Instance Methods [hide private]
 
set_value(self, value)
Set value to C{value}.
source code
 
__str__(self)
Return string representation.
source code
str
get_detail_display(self)
Return an object that can be used to display the instance.
source code

Inherited from object_models.common.Int: __init__, get_editor_maximum, get_editor_minimum, get_hash, get_value, read, write

Inherited from object_models.xml.basic.BasicBase: fix_links, get_editor_value, get_links, get_refs, get_strings, replace_global_node, set_editor_value

Inherited from utils.graph.DetailNode: get_detail_child_edge_types, get_detail_child_names, get_detail_child_nodes, 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.common.Int: get_size

Class Variables [hide private]

Inherited from object_models.common.UInt (private): _max, _min, _size, _struct

Inherited from object_models.xml.basic.BasicBase: arg

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

set_value(self, value)

source code 
Set value to C{value}. Calls C{int(value)} to convert to integer.
Parameters:
  • value - The value to assign.
Overrides: object_models.xml.basic.BasicBase.set_value
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Return string representation.
Overrides: object.__str__
(inherited documentation)

get_detail_display(self)

source code 
Return an object that can be used to display the instance.
Returns: str
A string that can be used to display the instance.
Overrides: utils.graph.DetailNode.get_detail_display
(inherited documentation)