Skip to content

Kuesa::Qt3D::Placeholder

Module: Kuesa Qt 3D API

Specifies a placeholder which can be used to anchor QtQuick elements. More...

#include <placeholder.h>

Inherits from Qt3DCore::QEntity

Public Functions

Name
Placeholder(Qt3DCore::QNode * parent =nullptr)

Detailed Description

1
class Kuesa::Qt3D::Placeholder;

Specifies a placeholder which can be used to anchor QtQuick elements.

See: {Kuesa::Qt3D::PlaceholderTracker}

Since: Kuesa 2.0

The Placeholder class allows to specify a placeholder to position QtQuick elements.

It is meant to be used only from a glTF 2.0 file exported with KDAB_placeholder extension. In other words, you are not supposed to instantiate this object on your own but rather rely on retrieving it from the

Public Functions Documentation

function Placeholder

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

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