QStencilOpSeparate Class
 (Qt3DRender::QStencilOpSeparate)
  
  
  Public Types
  
  Properties
  
  
  Public Functions
  
  
   - 31 public functions inherited from QObject
Public Slots
  
  
   - 1 public slot inherited from QObject
Signals
  
  
  Additional Inherited Members
  
   - 11 static public members inherited from QObject
- 9 protected functions inherited from QObject
Member Type Documentation
  enum QStencilOpSeparate::StencilFaceMode
  enum QStencilOpSeparate::StencilOp
  
   Property Documentation
   
   Access functions:
   
    
     
      
       | StencilOp | depthFail() const | 
      
       | void | setDepthFail(StencilOp op) | 
     
    
    
   Notifier signal:
   
    
     
      
       | void | depthFailChanged(StencilOp depthFail) | 
     
    
    
   
   Access functions:
   
    
     
      
       | StencilFaceMode | faceMode() const | 
     
    
    
   Notifier signal:
   
    
     
      
       | void | faceModeChanged(StencilFaceMode faceMode) | 
     
    
    
   stencilDepthPass : StencilOp
   Access functions:
   
    
     
      
       | StencilOp | stencilDepthPass() const | 
      
       | void | setStencilDepthPass(StencilOp op) | 
     
    
    
   Notifier signal:
   
    
     
      
       | void | stencilDepthPassChanged(StencilOp stencilDepthPass) | 
     
    
    
   
   Access functions:
   
    
     
      
       | StencilOp | stencilFail() const | 
      
       | void | setStencilFail(StencilOp op) | 
     
    
    
   Notifier signal:
   
    
     
      
       | void | stencilFailChanged(StencilOp stencilFail) | 
     
    
    
   
  Member Function Documentation
  QStencilOpSeparate::~QStencilOpSeparate()
  Destroys the instance of QStencilOpSeparate.