QtBase  v6.3.1
Public Member Functions | List of all members
QtPrivate::QPrivateSlotObject< Func, Args, R > Class Template Reference

#include <qobject_p.h>

Inheritance diagram for QtPrivate::QPrivateSlotObject< Func, Args, R >:
Inheritance graph
[legend]
Collaboration diagram for QtPrivate::QPrivateSlotObject< Func, Args, R >:
Collaboration graph
[legend]

Public Member Functions

 QPrivateSlotObject (Func f)
 
- Public Member Functions inherited from QtPrivate::QSlotObjectBase
 QSlotObjectBase (ImplFn fn)
 
int ref () noexcept
 
void destroyIfLastRef () noexcept
 
bool compare (void **a)
 
void call (QObject *r, void **a)
 

Additional Inherited Members

- Protected Types inherited from QtPrivate::QSlotObjectBase
enum  Operation { Destroy , Call , Compare , NumOperations }
 
- Protected Member Functions inherited from QtPrivate::QSlotObjectBase
 ~QSlotObjectBase ()
 

Detailed Description

template<typename Func, typename Args, typename R>
class QtPrivate::QPrivateSlotObject< Func, Args, R >

Definition at line 508 of file qobject_p.h.

Constructor & Destructor Documentation

◆ QPrivateSlotObject()

template<typename Func , typename Args , typename R >
QtPrivate::QPrivateSlotObject< Func, Args, R >::QPrivateSlotObject ( Func  f)
inlineexplicit

Definition at line 528 of file qobject_p.h.


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