Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qsignalspy.cpp File Reference

(7216eb292f730c14e649358f6435a7e758f4db13)

#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)
 

Function Documentation

◆ isObjectValid()

static bool isObjectValid ( const QObject * object)
static

Definition at line 175 of file qsignalspy.cpp.

◆ isSignalMetaMethodValid()

static bool isSignalMetaMethodValid ( QMetaMethod signal)
static

Definition at line 160 of file qsignalspy.cpp.

◆ makeArgs()

static QList< int > makeArgs ( QMetaMethod member)
static

Definition at line 219 of file qsignalspy.cpp.