![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtDBus More...
#include <qdbusintrospection_p.h>
Public Member Functions | |
bool | operator== (const Method &other) const |
\variable QDBusIntrospection::Method::name The method's name. | |
Public Attributes | |
SourceLocation | location |
QString | name |
Arguments | inputArgs |
Arguments | outputArgs |
Annotations | annotations |
\inmodule QtDBus
Information about one method.
This struct represents one method discovered through introspection. A method is composed of its name, its input arguments, its output arguments, and, optionally, annotations. There are no "in-out" arguments.
Definition at line 81 of file qdbusintrospection_p.h.
|
inline |
\variable QDBusIntrospection::Method::name The method's name.
\variable QDBusIntrospection::Method::inputArgs A list of the method's input arguments.
\variable QDBusIntrospection::Method::outputArgs A list of the method's output arguments (i.e., return values).
\variable QDBusIntrospection::Method::annotations The annotations associated with the method. Each annotation is a pair of strings, where the key is of the same format as a D-Bus interface name. The value is arbitrary.
Compares this object against other and return true if they are the same.
Definition at line 89 of file qdbusintrospection_p.h.
References other().
Annotations QDBusIntrospection::Method::annotations |
Definition at line 87 of file qdbusintrospection_p.h.
Arguments QDBusIntrospection::Method::inputArgs |
Definition at line 85 of file qdbusintrospection_p.h.
SourceLocation QDBusIntrospection::Method::location |
Definition at line 83 of file qdbusintrospection_p.h.
QString QDBusIntrospection::Method::name |
Definition at line 84 of file qdbusintrospection_p.h.
Arguments QDBusIntrospection::Method::outputArgs |
Definition at line 86 of file qdbusintrospection_p.h.