pyffi :: object_models :: common :: UShort :: Class UShort
[hide private]
[frames] | no frames]

Class UShort

source code

            object --+                
                     |                
utils.graph.DetailNode --+            
                         |            
       xml.basic.BasicBase --+        
                             |        
            object --+       |        
                     |       |        
 editable.EditableBase --+   |        
                         |   |        
  editable.EditableSpinBox --+        
                             |        
                           Int --+    
                                 |    
                              UInt --+
                                     |
                                    UShort
Known Subclasses:

Implementation of a 16-bit unsigned integer type.
Instance Methods [hide private]

Inherited from Int: __init__, __str__, get_editor_maximum, get_editor_minimum, get_hash, get_value, read, set_value, write

Inherited from xml.basic.BasicBase: fix_links, get_detail_display, 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 Int: get_size

Class Variables [hide private]
  _min = 0
Minimum value.
  _max = 65535
Maximum value.
  _struct = 'H'
Character used to represent type in struct.
  _size = 2
Number of bytes.

Inherited from xml.basic.BasicBase: arg

Properties [hide private]

Inherited from object: __class__