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
QDBusAdaptorConnector::AdaptorData Struct Reference

#include <qdbusabstractadaptor_p.h>

+ Collaboration diagram for QDBusAdaptorConnector::AdaptorData:

Public Member Functions

bool operator< (const AdaptorData &other) const
 
bool operator< (const QString &other) const
 
bool operator< (const QByteArray &other) const
 

Public Attributes

const char * interface
 
QDBusAbstractAdaptoradaptor
 

Detailed Description

Definition at line 61 of file qdbusabstractadaptor_p.h.

Member Function Documentation

◆ operator<() [1/3]

bool QDBusAdaptorConnector::AdaptorData::operator< ( const AdaptorData & other) const
inline

Definition at line 66 of file qdbusabstractadaptor_p.h.

References interface, other(), and QByteArray().

+ Here is the call graph for this function:

◆ operator<() [2/3]

bool QDBusAdaptorConnector::AdaptorData::operator< ( const QByteArray & other) const
inline

Definition at line 70 of file qdbusabstractadaptor_p.h.

References other().

+ Here is the call graph for this function:

◆ operator<() [3/3]

bool QDBusAdaptorConnector::AdaptorData::operator< ( const QString & other) const
inline

Definition at line 68 of file qdbusabstractadaptor_p.h.

References interface, and other().

+ Here is the call graph for this function:

Member Data Documentation

◆ adaptor

QDBusAbstractAdaptor* QDBusAdaptorConnector::AdaptorData::adaptor

Definition at line 64 of file qdbusabstractadaptor_p.h.

◆ interface

const char* QDBusAdaptorConnector::AdaptorData::interface

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