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

Public Member Functions

 TCBPoint ()
 TCBPoint (QPointF point, qreal t, qreal c, qreal b)
bool operator== (const TCBPoint &other) const
 TCBPoint ()
 TCBPoint (QPointF point, qreal t, qreal c, qreal b)
bool operator== (const TCBPoint &other) const

Public Attributes

QPointF _point
qreal _t
qreal _c
qreal _b

Detailed Description

Definition at line 328 of file qeasingcurve.cpp.

Constructor & Destructor Documentation

◆ TCBPoint() [1/4]

TCBPoint::TCBPoint ( )
inline

Definition at line 335 of file qeasingcurve.cpp.

◆ TCBPoint() [2/4]

TCBPoint::TCBPoint ( QPointF point,
qreal t,
qreal c,
qreal b )
inline

Definition at line 336 of file qeasingcurve.cpp.

◆ TCBPoint() [3/4]

TCBPoint::TCBPoint ( )
inline

Definition at line 335 of file qeasingcurve.cpp.

◆ TCBPoint() [4/4]

TCBPoint::TCBPoint ( QPointF point,
qreal t,
qreal c,
qreal b )
inline

Definition at line 336 of file qeasingcurve.cpp.

Member Function Documentation

◆ operator==() [1/2]

bool TCBPoint::operator== ( const TCBPoint & other) const
inline

Definition at line 338 of file qeasingcurve.cpp.

◆ operator==() [2/2]

bool TCBPoint::operator== ( const TCBPoint & other) const
inline

Definition at line 338 of file qeasingcurve.cpp.

Member Data Documentation

◆ _b

qreal TCBPoint::_b

Definition at line 333 of file qeasingcurve.cpp.

◆ _c

qreal TCBPoint::_c

Definition at line 332 of file qeasingcurve.cpp.

◆ _point

QPointF TCBPoint::_point

Definition at line 330 of file qeasingcurve.cpp.

◆ _t

qreal TCBPoint::_t

Definition at line 331 of file qeasingcurve.cpp.


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