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

Class SyncPoint

source code

                         object --+            
                                  |            
             utils.graph.DetailNode --+        
                                      |        
      object_models.xml.basic.BasicBase --+    
                                          |    
                         object --+       |    
                                  |       |    
object_models.editable.EditableBase --+   |    
                                      |   |    
object_models.editable.EditableComboBox --+    
                                          |    
            object_models.xml.enum.EnumBase --+
                                              |
                                             NifFormat.SyncPoint

Specifies the time when an application must syncronize for some reason.
Nested Classes [hide private]

Inherited from object_models.xml.enum.EnumBase: __metaclass__

Instance Methods [hide private]

Inherited from object_models.xml.enum.EnumBase: __init__, __str__, get_detail_display, get_editor_keys, get_editor_value, get_hash, get_size, get_value, read, set_editor_value, set_value, write

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

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 Variables [hide private]
  SYNC_ANY = 32768
  SYNC_PHYSICS_COMPLETED = 32864
  SYNC_PHYSICS_SIMULATE = 32848
  SYNC_POST_UPDATE = 32800
  SYNC_REFLECTIONS = 32880
  SYNC_RENDER = 32832
  SYNC_UPDATE = 32784
  SYNC_VISIBLE = 32816
  _enumkeys = [u'SYNC_ANY', u'SYNC_UPDATE', u'SYNC_POST_UPDATE',...
  _enumvalues = [32768, 32784, 32800, 32816, 32832, 32848, 32864...
  _max = 65535
  _numbytes = 2
  _struct = 'H'

Inherited from object_models.xml.enum.EnumBase (private): _min

Inherited from object_models.xml.basic.BasicBase: arg

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

_enumkeys

Value:
[u'SYNC_ANY',
 u'SYNC_UPDATE',
 u'SYNC_POST_UPDATE',
 u'SYNC_VISIBLE',
 u'SYNC_RENDER',
 u'SYNC_PHYSICS_SIMULATE',
 u'SYNC_PHYSICS_COMPLETED',
 u'SYNC_REFLECTIONS']

_enumvalues

Value:
[32768, 32784, 32800, 32816, 32832, 32848, 32864, 32880]