Signal Struct
struct QDBusIntrospection::SignalInformation about one signal. More...
Public Variables
Annotations | annotations |
QString | name |
Arguments | outputArgs |
Detailed Description
\inmodule
QtDBus
This struct represents one signal discovered through introspection. A signal is composed of its name, its output arguments, and, optionally, annotations.
Member Variable Documentation
Annotations 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.
QString Signal::name
The signal's name.
Arguments Signal::outputArgs
A list of the signal's arguments.