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
QRangeModelDetails::PropertyData< true, true >::Connection Struct Reference

#include <qrangemodel_impl.h>

Collaboration diagram for QRangeModelDetails::PropertyData< true, true >::Connection:

Public Attributes

QObjectsender
int role

Friends

bool operator== (const Connection &lhs, const Connection &rhs) noexcept
size_t qHash (const Connection &c, size_t seed) noexcept

Detailed Description

Definition at line 836 of file qrangemodel_impl.h.

◆ operator==

bool operator== ( const Connection & lhs,
const Connection & rhs )
friend

Definition at line 840 of file qrangemodel_impl.h.

References role.

◆ qHash

size_t qHash ( const Connection & c,
size_t seed )
friend

Definition at line 844 of file qrangemodel_impl.h.

References role.

Member Data Documentation

◆ role

int QRangeModelDetails::PropertyData< true, true >::Connection::role

Definition at line 838 of file qrangemodel_impl.h.

Referenced by operator==, and qHash.

◆ sender

QObject* QRangeModelDetails::PropertyData< true, true >::Connection::sender

Definition at line 837 of file qrangemodel_impl.h.


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