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

Definition at line 505 of file qquickshadereffect.cpp.

Member Typedef Documentation

◆ PropChangedFunc

Definition at line 508 of file qquickshadereffect.cpp.

Constructor & Destructor Documentation

◆ EffectSlotMapper()

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

Definition at line 510 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 514 of file qquickshadereffect.cpp.

◆ signalIndex()

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

Definition at line 515 of file qquickshadereffect.cpp.


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