Qt 6.x
The Qt SDK
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 71 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 77 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 73 of file qdbusintrospection_p.h.

◆ name

QString QDBusIntrospection::Argument::name

Definition at line 75 of file qdbusintrospection_p.h.

◆ type

QString QDBusIntrospection::Argument::type

Definition at line 74 of file qdbusintrospection_p.h.


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