42 #include "private/qdeclarativenotifier_p.h" 43 #include "private/qdeclarativeproperty_p.h" 67 if (oldDisconnected) *oldDisconnected = endpoint;
98 if (SignalType ==
type) {
105 }
else if(NotifierType ==
type) {
118 *other_n->
prev = &other;
void copyAndClear(QDeclarativeNotifierEndpoint &other)
#define QT_END_NAMESPACE
This macro expands to.
static bool connect(QObject *sender, int signal_index, const QObject *receiver, int method_index, int type=0, int *types=0)
Connect sender signal_index to receiver method_index with the specified type and types.
QDeclarativeNotifierEndpoint ** disconnected
void connect(QObject *source, int sourceSignal)
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
static void emitNotify(QDeclarativeNotifierEndpoint *)
QDeclarativeNotifier * notifier
QDeclarativeNotifierEndpoint * next
QDeclarativeNotifierEndpoint ** prev
QDeclarativeGuard< QObject > source