Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QDBusIntrospection::Signal Class Reference

\inmodule QtDBus More...

#include <qdbusintrospection_p.h>

Collaboration diagram for QDBusIntrospection::Signal:

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

Detailed Description

\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.

Member Function Documentation

◆ operator==()

bool QDBusIntrospection::Signal::operator== ( const Signal & other) const
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.

Member Data Documentation

◆ annotations

Annotations QDBusIntrospection::Signal::annotations

Definition at line 114 of file qdbusintrospection_p.h.

◆ location

SourceLocation QDBusIntrospection::Signal::location

Definition at line 111 of file qdbusintrospection_p.h.

◆ name

QString QDBusIntrospection::Signal::name

◆ outputArgs

Arguments QDBusIntrospection::Signal::outputArgs

Definition at line 113 of file qdbusintrospection_p.h.


The documentation for this class was generated from the following files: