Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QtPrivate::EffectSlotMapper Class Reference
+ Inheritance diagram for QtPrivate::EffectSlotMapper:
+ Collaboration diagram for QtPrivate::EffectSlotMapper:

Public Types

typedef std::function< void()> PropChangedFunc
 

Public Member Functions

 EffectSlotMapper (PropChangedFunc func)
 
void setSignalIndex (int idx)
 
int signalIndex () const
 
- 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)
 
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

Definition at line 496 of file qquickshadereffect.cpp.

Member Typedef Documentation

◆ PropChangedFunc

Definition at line 499 of file qquickshadereffect.cpp.

Constructor & Destructor Documentation

◆ EffectSlotMapper()

QtPrivate::EffectSlotMapper::EffectSlotMapper ( PropChangedFunc  func)
inlineexplicit

Definition at line 501 of file qquickshadereffect.cpp.

References QtPrivate::QSlotObjectBase::ref().

+ Here is the call graph for this function:

Member Function Documentation

◆ setSignalIndex()

void QtPrivate::EffectSlotMapper::setSignalIndex ( int  idx)
inline

Definition at line 505 of file qquickshadereffect.cpp.

◆ signalIndex()

int QtPrivate::EffectSlotMapper::signalIndex ( ) const
inline

Definition at line 506 of file qquickshadereffect.cpp.


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