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

Public Member Functions

 QQuickSwipeTransitionManager (QQuickSwipe *swipe)
 
void transition (QQuickTransition *transition, qreal position)
 
- Public Member Functions inherited from QQuickTransitionManager
 QQuickTransitionManager ()
 
virtual ~QQuickTransitionManager ()
 
bool isRunning () const
 
void transition (const QList< QQuickStateAction > &, QQuickTransition *transition, QObject *defaultTarget=nullptr)
 
void cancel ()
 

Protected Member Functions

void finished () override
 

Additional Inherited Members

- Public Attributes inherited from QQuickTransitionManager
SelfDeletable m_selfDeletable
 

Detailed Description

Definition at line 87 of file qquickswipedelegate.cpp.

Constructor & Destructor Documentation

◆ QQuickSwipeTransitionManager()

QQuickSwipeTransitionManager::QQuickSwipeTransitionManager ( QQuickSwipe * swipe)

Definition at line 152 of file qquickswipedelegate.cpp.

Member Function Documentation

◆ finished()

void QQuickSwipeTransitionManager::finished ( )
overrideprotectedvirtual

Reimplemented from QQuickTransitionManager.

Definition at line 174 of file qquickswipedelegate.cpp.

References QQuickSwipePrivate::get().

+ Here is the call graph for this function:

◆ transition()

void QQuickSwipeTransitionManager::transition ( QQuickTransition * transition,
qreal position )

Definition at line 157 of file qquickswipedelegate.cpp.

References i, position(), qmlExecuteDeferred(), QQuickAbstractAnimation::setDefaultTarget(), QQuickTransitionManager::transition(), and transition().

Referenced by QQuickSwipePrivate::beginTransition(), and transition().

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

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