Qt 4.8
Public Functions | Public Variables | List of all members
QGraphicsItemAnimationPrivate::Pair Struct Reference

Public Functions

bool operator< (const Pair &other) const
 
bool operator== (const Pair &other) const
 
 Pair (qreal a, qreal b)
 

Public Variables

qreal step
 
qreal value
 

Detailed Description

Definition at line 117 of file qgraphicsitemanimation.cpp.

Constructors and Destructors

◆ Pair()

QGraphicsItemAnimationPrivate::Pair::Pair ( qreal  a,
qreal  b 
)
inline

Definition at line 118 of file qgraphicsitemanimation.cpp.

Functions

◆ operator<()

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

Definition at line 119 of file qgraphicsitemanimation.cpp.

120  { return step < other.step; }

◆ operator==()

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

Definition at line 121 of file qgraphicsitemanimation.cpp.

122  { return step == other.step; }

Properties

◆ step

qreal QGraphicsItemAnimationPrivate::Pair::step

◆ value

qreal QGraphicsItemAnimationPrivate::Pair::value

Definition at line 124 of file qgraphicsitemanimation.cpp.


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