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
QDBusIntrospection::Argument Class Reference

\inmodule QtDBus More...

#include <qdbusintrospection_p.h>

+ Collaboration diagram for QDBusIntrospection::Argument:

Public Member Functions

bool operator== (const Argument &other) const
 \variable QDBusIntrospection::Argument::type The argument type.
 

Public Attributes

SourceLocation location
 
QString type
 
QString name
 

Detailed Description

\inmodule QtDBus

One argument to a D-Bus method or signal.

This struct represents one argument passed to a method or received from a method or signal in D-Bus. The struct does not contain information on the direction (input or output).

Definition at line 85 of file qdbusintrospection_p.h.

Member Function Documentation

◆ operator==()

QDBusIntrospection::Argument::operator== ( const Argument & other) const
inline

\variable QDBusIntrospection::Argument::type The argument type.

\variable QDBusIntrospection::Argument::name The argument name. The argument name is optional, so this may be a null QString.

Compares this object against other and return true if they are the same.

Definition at line 91 of file qdbusintrospection_p.h.

References other().

+ Here is the call graph for this function:

Member Data Documentation

◆ location

SourceLocation QDBusIntrospection::Argument::location

Definition at line 87 of file qdbusintrospection_p.h.

◆ name

QString QDBusIntrospection::Argument::name

Definition at line 89 of file qdbusintrospection_p.h.

◆ type

QString QDBusIntrospection::Argument::type

Definition at line 88 of file qdbusintrospection_p.h.


The documentation for this class was generated from the following files: