Qt 4.8
Public Functions | Public Variables | List of all members
QDeclarativePath::AttributePoint Struct Reference

Public Functions

 AttributePoint ()
 
 AttributePoint (const AttributePoint &other)
 
AttributePointoperator= (const AttributePoint &other)
 

Public Variables

qreal origpercent
 
qreal percent
 
qreal scale
 
QHash< QString, qrealvalues
 

Detailed Description

Definition at line 251 of file qdeclarativepath_p.h.

Constructors and Destructors

◆ AttributePoint() [1/2]

QDeclarativePath::AttributePoint::AttributePoint ( )
inline

◆ AttributePoint() [2/2]

QDeclarativePath::AttributePoint::AttributePoint ( const AttributePoint other)
inline

Definition at line 253 of file qdeclarativepath_p.h.

254  : percent(other.percent), scale(other.scale), origpercent(other.origpercent), values(other.values) {}

Functions

◆ operator=()

AttributePoint& QDeclarativePath::AttributePoint::operator= ( const AttributePoint other)
inline

Definition at line 255 of file qdeclarativepath_p.h.

255  {
256  percent = other.percent; scale = other.scale; origpercent = other.origpercent; values = other.values; return *this;
257  }
QList< T > values() const
Returns a list containing all the values in the hash, in an arbitrary order.
Definition: qhash.h:693

Properties

◆ origpercent

qreal QDeclarativePath::AttributePoint::origpercent

◆ percent

qreal QDeclarativePath::AttributePoint::percent

◆ scale

qreal QDeclarativePath::AttributePoint::scale

Definition at line 259 of file qdeclarativepath_p.h.

Referenced by QDeclarativePath::createPointCache(), and operator=().

◆ values

QHash<QString, qreal> QDeclarativePath::AttributePoint::values

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