QTextureImage Class

(Qt3D::QTextureImage)
Instantiated By: TextureImage
Inherits: QAbstractTextureImage

Properties

Public Functions

QTextureImage(QNode * parent = 0)
~QTextureImage()
void setSource(const QUrl & source)
QUrl source() const

Reimplemented Public Functions

virtual QTextureDataFunctorPtr dataFunctor() const

Signals

void sourceChanged()

Protected Functions

void copy(const QNode * ref)

Property Documentation

source : QUrl

This property holdsthe source url from which data for the texture image will be loaded.

Access functions:

QUrl source() const
void setSource(const QUrl & source)

Notifier signal:

void sourceChanged()

Member Function Documentation

QTextureImage::QTextureImage(QNode * parent = 0)

QTextureImage::~QTextureImage()

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

[virtual] QTextureDataFunctorPtr QTextureImage::dataFunctor() const

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