Qt 6.x
The Qt SDK
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
 
virtual void finished ()
 

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::finishTransition(), and 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 QQmlListProperty< T >::at, QQmlListProperty< T >::count, 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: