Skip to content

Kuesa::Qt3D::LightCollection

Module: Kuesa Qt 3D API

A collection of assets of type Qt3DRender::QAbstractLight. More...

#include <Kuesa/Qt3D/api/collections/lightcollection.h>

Inherits from Kuesa::Qt3D::AbstractAssetCollection, Qt3DCore::QNode

Public Functions

Name
LightCollection(Qt3DCore::QNode * parent =nullptr)
~LightCollection()
ShadowMapManager * shadowMapManager() const

Additional inherited members

Public Signals inherited from Kuesa::Qt3D::AbstractAssetCollection

Name
void namesChanged()
void sizeChanged()
void assetAdded(const QString & name)

Public Functions inherited from Kuesa::Qt3D::AbstractAssetCollection

Name
~AbstractAssetCollection()
QStringList names()
int size()
bool contains(const QString & name) const
bool contains(Qt3DCore::QNode * asset) const
Qt3DCore::QNode * findAsset(const QString & name)
void remove(const QString & name)
void clear()

Protected Functions inherited from Kuesa::Qt3D::AbstractAssetCollection

Name
AbstractAssetCollection(Qt3DCore::QNode * parent =nullptr)
void addAsset(const QString & name, Qt3DCore::QNode * asset)

Public Properties inherited from Kuesa::Qt3D::AbstractAssetCollection

Name
QStringList names
int size

Detailed Description

1
class Kuesa::Qt3D::LightCollection;

A collection of assets of type Qt3DRender::QAbstractLight.

Since: Kuesa 2.0

Kuesa::Qt3D::LightCollection manages a set of Qt3DRender::QAbstractLight assets.

Public Functions Documentation

function LightCollection

1
2
3
explicit LightCollection(
    Qt3DCore::QNode * parent =nullptr
)

function ~LightCollection

1
~LightCollection()

function shadowMapManager

1
ShadowMapManager * shadowMapManager() const

Updated on 2022-10-18 at 11:12:51 +0200