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
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.


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