Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQuick3DObjectPrivate::ConnectionKey Struct Reference

#include <qquick3dobject_p.h>

Collaboration diagram for QQuick3DObjectPrivate::ConnectionKey:

Public Types

using Handle = void (QQuick3DObject::*)(QObject *)

Public Attributes

QObjectcontext = nullptr
Handle unusable = nullptr

Friends

bool operator== (const ConnectionKey &a, const ConnectionKey &b) noexcept

Detailed Description

Definition at line 45 of file qquick3dobject_p.h.

Member Typedef Documentation

◆ Handle

Definition at line 47 of file qquick3dobject_p.h.

◆ operator==

bool operator== ( const ConnectionKey & a,
const ConnectionKey & b )
friend

Definition at line 50 of file qquick3dobject_p.h.

Member Data Documentation

◆ context

◆ unusable

Handle QQuick3DObjectPrivate::ConnectionKey::unusable = nullptr

Definition at line 49 of file qquick3dobject_p.h.


The documentation for this struct was generated from the following file: