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
QGraphicsItemAnimationPrivate::Pair Struct Reference
Collaboration diagram for QGraphicsItemAnimationPrivate::Pair:

Public Member Functions

bool operator< (const Pair &other) const
bool operator== (const Pair &other) const
bool operator< (const Pair &other) const
bool operator== (const Pair &other) const

Public Attributes

qreal step
qreal value

Detailed Description

Definition at line 85 of file qgraphicsitemanimation.cpp.

Member Function Documentation

◆ operator<() [1/2]

bool QGraphicsItemAnimationPrivate::Pair::operator< ( const Pair & other) const
inline

Definition at line 86 of file qgraphicsitemanimation.cpp.

◆ operator<() [2/2]

bool QGraphicsItemAnimationPrivate::Pair::operator< ( const Pair & other) const
inline

Definition at line 86 of file qgraphicsitemanimation.cpp.

◆ operator==() [1/2]

bool QGraphicsItemAnimationPrivate::Pair::operator== ( const Pair & other) const
inline

Definition at line 88 of file qgraphicsitemanimation.cpp.

◆ operator==() [2/2]

bool QGraphicsItemAnimationPrivate::Pair::operator== ( const Pair & other) const
inline

Definition at line 88 of file qgraphicsitemanimation.cpp.

Member Data Documentation

◆ step

qreal QGraphicsItemAnimationPrivate::Pair::step

Definition at line 90 of file qgraphicsitemanimation.cpp.

◆ value

qreal QGraphicsItemAnimationPrivate::Pair::value

Definition at line 91 of file qgraphicsitemanimation.cpp.


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