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
QtPrivate::QPrivateSlotObject< Func, Args, R > Class Template Reference

#include <qobject_p.h>

Inheritance diagram for QtPrivate::QPrivateSlotObject< Func, Args, R >:
Collaboration diagram for QtPrivate::QPrivateSlotObject< Func, Args, R >:

Public Member Functions

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

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 257 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 282 of file qobject_p.h.


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