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
QDBusConnectionPrivate::ArgMatchRules Struct Reference

#include <qdbusconnection_p.h>

+ Collaboration diagram for QDBusConnectionPrivate::ArgMatchRules:

Public Member Functions

bool operator== (const ArgMatchRules &other) const
 

Public Attributes

QStringList args
 
QString arg0namespace
 

Detailed Description

Definition at line 89 of file qdbusconnection_p.h.

Member Function Documentation

◆ operator==()

bool QDBusConnectionPrivate::ArgMatchRules::operator== ( const ArgMatchRules & other) const
inline

Definition at line 92 of file qdbusconnection_p.h.

References args, and other().

+ Here is the call graph for this function:

Member Data Documentation

◆ arg0namespace

QString QDBusConnectionPrivate::ArgMatchRules::arg0namespace

Definition at line 91 of file qdbusconnection_p.h.

Referenced by matchArgsForService().

◆ args

QStringList QDBusConnectionPrivate::ArgMatchRules::args

Definition at line 90 of file qdbusconnection_p.h.

Referenced by QDBusConnectionPrivate::connectSignal().


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