Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 50 of file qquick3dobject_p.h.

Member Data Documentation

◆ context

QObject* QQuick3DObjectPrivate::ConnectionKey::context = nullptr

Definition at line 48 of file qquick3dobject_p.h.

◆ 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: