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

Class StencilAction

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.StencilAction

This enum defines the various actions used in conjunction with the stencil buffer.For a detailed description of the individual options please refer to the OpenGL docs.
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]
  ACTION_DECREMENT = 4
  ACTION_INCREMENT = 3
  ACTION_INVERT = 5
  ACTION_KEEP = 0
  ACTION_REPLACE = 2
  ACTION_ZERO = 1
  _enumkeys = [u'ACTION_KEEP', u'ACTION_ZERO', u'ACTION_REPLACE'...
  _enumvalues = [0, 1, 2, 3, 4, 5]
  _max = 4294967295
  _numbytes = 4
  _struct = 'I'

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'ACTION_KEEP',
 u'ACTION_ZERO',
 u'ACTION_REPLACE',
 u'ACTION_INCREMENT',
 u'ACTION_DECREMENT',
 u'ACTION_INVERT']