![]() |
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 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 109 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 116 of file qdbusintrospection_p.h.
| Annotations QDBusIntrospection::Signal::annotations |
Definition at line 114 of file qdbusintrospection_p.h.
| SourceLocation QDBusIntrospection::Signal::location |
Definition at line 111 of file qdbusintrospection_p.h.
| QString QDBusIntrospection::Signal::name |
Definition at line 112 of file qdbusintrospection_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| Arguments QDBusIntrospection::Signal::outputArgs |
Definition at line 113 of file qdbusintrospection_p.h.