QBlendEquation Class

(Qt3DRender::QBlendEquation)

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

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)

© 2017 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.