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
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 86 of file qdbusintrospection_p.h.

Member Function Documentation

◆ operator==()

bool 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 92 of file qdbusintrospection_p.h.

Member Data Documentation

◆ location

SourceLocation QDBusIntrospection::Argument::location

Definition at line 88 of file qdbusintrospection_p.h.

◆ name

QString QDBusIntrospection::Argument::name

◆ type

QString QDBusIntrospection::Argument::type

Definition at line 89 of file qdbusintrospection_p.h.


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