Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 108 of file qdbusintrospection_p.h.

Member Function Documentation

◆ operator==()

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 115 of file qdbusintrospection_p.h.

References other().

+ Here is the call graph for this function:

Member Data Documentation

◆ annotations

Annotations QDBusIntrospection::Signal::annotations

Definition at line 113 of file qdbusintrospection_p.h.

◆ location

SourceLocation QDBusIntrospection::Signal::location

Definition at line 110 of file qdbusintrospection_p.h.

◆ name

QString QDBusIntrospection::Signal::name

Definition at line 111 of file qdbusintrospection_p.h.

◆ outputArgs

Arguments QDBusIntrospection::Signal::outputArgs

Definition at line 112 of file qdbusintrospection_p.h.


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