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
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 77 of file qobjectdefs.h.

Member Data Documentation

◆ arguments

void** QMethodRawArguments::arguments

Definition at line 79 of file qobjectdefs.h.

Referenced by QDBusAdaptorConnector::relaySlot().


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