![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\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 86 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 92 of file qdbusintrospection_p.h.
| SourceLocation QDBusIntrospection::Argument::location |
Definition at line 88 of file qdbusintrospection_p.h.
| QString QDBusIntrospection::Argument::name |
Definition at line 90 of file qdbusintrospection_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| QString QDBusIntrospection::Argument::type |
Definition at line 89 of file qdbusintrospection_p.h.