QTextureLoader Class

(Qt3DRender::QTextureLoader)
Inherits: QAbstractTexture

Properties

Public Functions

QTextureLoader(Qt3DCore::QNode *parent = nullptr)
QUrl source() const

Public Slots

void setSource(const QUrl &source)

Signals

void sourceChanged(const QUrl &source)

Additional Inherited Members

Property Documentation

source : QUrl

Access functions:

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

Notifier signal:

void sourceChanged(const QUrl &source)

Member Function Documentation

QTextureLoader::QTextureLoader(Qt3DCore::QNode *parent = nullptr)

Default constructs an instance of QTextureLoader.

[slot] void QTextureLoader::setSource(const QUrl &source)

Sets the texture loader source to source. source

Note: Setter function for property source.

See also source().

QUrl QTextureLoader::source() const

Returns the current texture source.

Note: Getter function for property source.

See also setSource().

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