QStencilOpSeparate Class

(Qt3D::QStencilOpSeparate)
Inherits: QObject

Public Types

enum StencilFaceMode { Front, Back, FrontAndBack }
enum StencilOp { Zero, Keep, Replace, Incr, ..., Invert }

Properties

  • 1 property inherited from QObject

Public Functions

~QStencilOpSeparate()
StencilOp depthFail() const
StencilFaceMode faceMode() const
void setDepthFail(StencilOp op)
void setStencilDepthPass(StencilOp op)
void setStencilFail(StencilOp op)
StencilOp stencilDepthPass() const
StencilOp stencilFail() const
  • 31 public functions inherited from QObject

Signals

Additional Inherited Members

  • 1 public slot inherited from QObject
  • 11 static public members inherited from QObject
  • 9 protected functions inherited from QObject

Member Type Documentation

enum QStencilOpSeparate::StencilFaceMode

enum QStencilOpSeparate::StencilOp

Property Documentation

depthFail : StencilOp

Access functions:

StencilOp depthFail() const
void setDepthFail(StencilOp op)

Notifier signal:

void depthFailChanged()

faceMode : const StencilFaceMode

Access functions:

StencilFaceMode faceMode() const

Notifier signal:

void faceModeChanged()

stencilDepthPass : StencilOp

Access functions:

StencilOp stencilDepthPass() const
void setStencilDepthPass(StencilOp op)

Notifier signal:

void stencilDepthPassChanged()

stencilFail : StencilOp

Access functions:

StencilOp stencilFail() const
void setStencilFail(StencilOp op)

Notifier signal:

void stencilFailChanged()

Member Function Documentation

QStencilOpSeparate::~QStencilOpSeparate()

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.