BibleTime
|
#include <btsignal.h>
Signals | |
void | signal () |
Public Member Functions | |
BtSignal (QObject *parent=nullptr) | |
void | emitSignal () |
BtSignal The purpose of this class is to emit Qt signals for other classes that are not derived from QObject. It can be used as a member variable of those classes.
There are some classes it is not possible to derive from QObject and have the signals work. Certain multiple inheritance classes which cannot have QObject as the first derived class, cannot use Qt signals.
Definition at line 30 of file btsignal.h.
BtSignal::BtSignal | ( | QObject * | parent = nullptr | ) |
Definition at line 15 of file btsignal.cpp.
|
inline |
Immediately emits the beforeChanged() signal.
Definition at line 41 of file btsignal.h.
References signal().
|
signal |
Referenced by emitSignal().