[][src]Module qmetaobject::connections

Structs

ConnectionHandle

Wrapper around Qt's QMetaObject::Connection

CppSignal

Represents a pointer to a C++ signal. Args is a type that matches the argument of the signal.

RustSignal

Types of signals constructed with the qt_signal! macro.

SignalCppRepresentation

Internal class that can be used to construct C++ signal. Should only be used as an implementation details when writing bindings to Qt signals to construct a CppSignal<...>

Traits

Slot

Trait for slots that can be connected to Signal

Functions

connect