Kuesa::Qt3D::Asset
#include <asset.h>
Inherits from Kuesa::Qt3D::KuesaNode, Qt3DCore::QNode
Public Slots
Public Signals
Public Functions
Public Properties
Additional inherited members
Public Slots inherited from Kuesa::Qt3D::KuesaNode
Public Signals inherited from Kuesa::Qt3D::KuesaNode
Public Functions inherited from Kuesa::Qt3D::KuesaNode
Public Properties inherited from Kuesa::Qt3D::KuesaNode
Protected Attributes inherited from Kuesa::Qt3D::KuesaNode
Public Slots Documentation
slot setCollection
| void setCollection(
Kuesa::Qt3D::AbstractAssetCollection * collection
)
|
slot setName
| void setName(
const QString & name
)
|
Public Signals Documentation
signal collectionChanged
| void collectionChanged(
Kuesa::Qt3D::AbstractAssetCollection * collection
)
|
signal nameChanged
| void nameChanged(
QString name
)
|
signal nodeChanged
| void nodeChanged(
Qt3DCore::QNode * node
)
|
Public Functions Documentation
function Asset
| Asset(
Qt3DCore::QNode * parent =nullptr
)
|
function collection
| AbstractAssetCollection * collection() const
|
function name
function node
| Qt3DCore::QNode * node() const
|
Public Property Documentation
property collection
| Kuesa::Qt3D::AbstractAssetCollection * collection;
|
property name
property node
Updated on 2023-07-03 at 11:02:06 +0000