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

Public Member Functions

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<()

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

Definition at line 86 of file qgraphicsitemanimation.cpp.

References other(), and step.

+ Here is the call graph for this function:

◆ operator==()

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

Definition at line 88 of file qgraphicsitemanimation.cpp.

References other(), and step.

+ Here is the call graph for this function:

Member Data Documentation

◆ step

qreal QGraphicsItemAnimationPrivate::Pair::step

Definition at line 90 of file qgraphicsitemanimation.cpp.

Referenced by operator<(), and operator==().

◆ value

qreal QGraphicsItemAnimationPrivate::Pair::value

Definition at line 91 of file qgraphicsitemanimation.cpp.


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