![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtDBus More...
#include <qdbusintrospection_p.h>
Public Member Functions | |
bool | operator== (const Argument &other) const |
\variable QDBusIntrospection::Argument::type The argument type. | |
Public Attributes | |
SourceLocation | location |
QString | type |
QString | name |
\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.
|
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().
SourceLocation QDBusIntrospection::Argument::location |
Definition at line 73 of file qdbusintrospection_p.h.
QString QDBusIntrospection::Argument::name |
Definition at line 75 of file qdbusintrospection_p.h.
QString QDBusIntrospection::Argument::type |
Definition at line 74 of file qdbusintrospection_p.h.