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::EffectSlotMapper Class Reference
+ Inheritance diagram for QtPrivate::EffectSlotMapper:
+ Collaboration diagram for QtPrivate::EffectSlotMapper:

Public Types

typedef std::function< void()> PropChangedFunc
 
typedef std::function< void()> PropChangedFunc
 

Public Member Functions

 EffectSlotMapper (PropChangedFunc func)
 
void setSignalIndex (int idx)
 
int signalIndex () const
 
 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 [1/2]

Definition at line 508 of file qquickshadereffect.cpp.

◆ PropChangedFunc [2/2]

Definition at line 508 of file qquickshadereffect.cpp.

Constructor & Destructor Documentation

◆ EffectSlotMapper() [1/2]

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

Definition at line 510 of file qquickshadereffect.cpp.

References EffectSlotMapper().

Referenced by EffectSlotMapper().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ EffectSlotMapper() [2/2]

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

Definition at line 510 of file qquickshadereffect.cpp.

Member Function Documentation

◆ setSignalIndex() [1/2]

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

Definition at line 514 of file qquickshadereffect.cpp.

◆ setSignalIndex() [2/2]

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

Definition at line 514 of file qquickshadereffect.cpp.

◆ signalIndex() [1/2]

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

Definition at line 515 of file qquickshadereffect.cpp.

◆ signalIndex() [2/2]

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: