QBlendEquation Class

(Qt3DRender::QBlendEquation)
Inherits: QRenderState

Public Types

enum BlendMode { FuncAdd, FuncSubstract, FuncReverseSubstract, Min, Max }

Properties

Public Functions

QBlendEquation(Qt3DCore::QNode *parent = Q_NULLPTR)
~QBlendEquation()
BlendMode mode() const

Public Slots

void setMode(BlendMode mode)

Signals

void modeChanged(BlendMode mode)

Protected Functions

void copy(const Qt3DCore::QNode *ref)

Additional Inherited Members

  • 1 public variable inherited from QObject
  • 10 static public members inherited from QObject
  • 2 protected variables inherited from QObject
  • 1 static protected member inherited from Qt3DCore::QNode

Member Type Documentation

enum QBlendEquation::BlendMode

Property Documentation

mode : BlendMode

Access functions:

BlendMode mode() const
void setMode(BlendMode mode)

Notifier signal:

void modeChanged(BlendMode mode)

Member Function Documentation

QBlendEquation::QBlendEquation(Qt3DCore::QNode *parent = Q_NULLPTR)

Default constructs an instance of QBlendEquation.

QBlendEquation::~QBlendEquation()

Destroys the instance of QBlendEquation.

[protected] void QBlendEquation::copy(const Qt3DCore::QNode *ref)