Kuesa::Qt3D::PlaceholderCollection¶
Module: Kuesa Qt 3D API
A collection of assets of type Kuesa::Qt3D::Placeholder. More...
#include <Kuesa/Qt3D/api/collections/placeholdercollection.h>
Inherits from Kuesa::Qt3D::AbstractAssetCollection, Qt3DCore::QNode
Public Functions¶
Name | |
---|---|
PlaceholderCollection(Qt3DCore::QNode * parent =nullptr) | |
~PlaceholderCollection() |
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 |
|
A collection of assets of type Kuesa::Qt3D::Placeholder.
Since: Kuesa 2.0
Kuesa::Qt3D::PlaceholderCollection manages a set of Kuesa::Qt3D::Placeholder assets.
Public Functions Documentation¶
function PlaceholderCollection¶
1 2 3 |
|
function ~PlaceholderCollection¶
1 |
|
Updated on 2023-07-03 at 11:02:11 +0000