Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QMethodRawArguments Class Reference

#include <qobjectdefs.h>

+ Collaboration diagram for QMethodRawArguments:

Public Attributes

void ** arguments
 

Detailed Description

A wrapper class for the void ** arguments array used by the meta object system. If a slot uses a single argument of this type, the meta object system will pass the raw arguments array directly to the slot and set the arguments count in the slot description to zero, so that any signal can connect to it.

This is used internally to implement signal relay functionality in our state machine and dbus.

Definition at line 76 of file qobjectdefs.h.

Member Data Documentation

◆ arguments

void** QMethodRawArguments::arguments

Definition at line 78 of file qobjectdefs.h.

Referenced by QDBusAdaptorConnector::relaySlot().


The documentation for this class was generated from the following file: