![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtDBus More...
#include <qdbusintrospection_p.h>
Public Member Functions | |
bool | operator== (const Signal &other) const |
\variable QDBusIntrospection::Signal::name The signal's name. | |
Public Attributes | |
SourceLocation | location |
QString | name |
Arguments | outputArgs |
Annotations | annotations |
\inmodule QtDBus
Information about one signal.
This struct represents one signal discovered through introspection. A signal is composed of its name, its output arguments, and, optionally, annotations.
Definition at line 94 of file qdbusintrospection_p.h.
|
inline |
\variable QDBusIntrospection::Signal::name The signal's name.
\variable QDBusIntrospection::Signal::outputArgs A list of the signal's arguments.
\variable QDBusIntrospection::Signal::annotations The annotations associated with the signal. 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 101 of file qdbusintrospection_p.h.
References other().
Annotations QDBusIntrospection::Signal::annotations |
Definition at line 99 of file qdbusintrospection_p.h.
SourceLocation QDBusIntrospection::Signal::location |
Definition at line 96 of file qdbusintrospection_p.h.
QString QDBusIntrospection::Signal::name |
Definition at line 97 of file qdbusintrospection_p.h.
Arguments QDBusIntrospection::Signal::outputArgs |
Definition at line 98 of file qdbusintrospection_p.h.