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
QAnimationActionProxy< T, method, debugMethod > Class Template Reference

#include <qquickanimation_p_p.h>

+ Inheritance diagram for QAnimationActionProxy< T, method, debugMethod >:
+ Collaboration diagram for QAnimationActionProxy< T, method, debugMethod >:

Public Member Functions

 QAnimationActionProxy (T *instance)
 
void doAction () override
 
void debugAction (QDebug d, int indentLevel) const override
 
- Public Member Functions inherited from QAbstractAnimationAction
virtual ~QAbstractAnimationAction ()
 

Detailed Description

template<class T, void(T::*)() method, void(T::*)(QDebug, int) const debugMethod>
class QAnimationActionProxy< T, method, debugMethod >

Definition at line 51 of file qquickanimation_p_p.h.

Constructor & Destructor Documentation

◆ QAnimationActionProxy()

template<class T , void(T::*)() method, void(T::*)(QDebug, int) const debugMethod>
QAnimationActionProxy< T, method, debugMethod >::QAnimationActionProxy ( T * instance)
inline

Definition at line 54 of file qquickanimation_p_p.h.

Member Function Documentation

◆ debugAction()

template<class T , void(T::*)() method, void(T::*)(QDebug, int) const debugMethod>
void QAnimationActionProxy< T, method, debugMethod >::debugAction ( QDebug d,
int indentLevel ) const
inlineoverridevirtual

Reimplemented from QAbstractAnimationAction.

Definition at line 56 of file qquickanimation_p_p.h.

References d.

◆ doAction()

template<class T , void(T::*)() method, void(T::*)(QDebug, int) const debugMethod>
void QAnimationActionProxy< T, method, debugMethod >::doAction ( )
inlineoverridevirtual

Implements QAbstractAnimationAction.

Definition at line 55 of file qquickanimation_p_p.h.

References method.


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