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
qsignalspy.cpp File Reference

(672afb13ca5ffc3d95ee92fb71416c6d23f7feda)

#include "qsignalspy.h"
+ Include dependency graph for qsignalspy.cpp:

Go to the source code of this file.

Classes

class  QSignalSpyPrivate
 

Functions

static bool isSignalMetaMethodValid (QMetaMethod signal)
 
static bool isObjectValid (const QObject *object)
 
static QList< int > makeArgs (QMetaMethod member, const QObject *obj)
 

Function Documentation

◆ isObjectValid()

static bool isObjectValid ( const QObject * object)
static

Definition at line 175 of file qsignalspy.cpp.

References qWarning.

◆ isSignalMetaMethodValid()

static bool isSignalMetaMethodValid ( QMetaMethod signal)
static

Definition at line 160 of file qsignalspy.cpp.

References qWarning, QMetaMethod::Signal, and signal.

◆ makeArgs()

static QList< int > makeArgs ( QMetaMethod member,
const QObject * obj )
static