#include <Libs/Widgets/ctkTransferFunctionRepresentation.h>
|
QScopedPointer< ctkTransferFunctionRepresentationPrivate > | d_ptr |
|
◆ ctkTransferFunctionRepresentation() [1/2]
ctkTransferFunctionRepresentation::ctkTransferFunctionRepresentation |
( |
QObject * |
parent = 0 | ) |
|
Construct a representation with no transfer function.
◆ ctkTransferFunctionRepresentation() [2/2]
ctkTransferFunctionRepresentation::ctkTransferFunctionRepresentation |
( |
ctkTransferFunction * |
transferFunction, |
|
|
QObject * |
parent = 0 |
|
) |
| |
Construct a representation with transfer function.
◆ ~ctkTransferFunctionRepresentation()
virtual ctkTransferFunctionRepresentation::~ctkTransferFunctionRepresentation |
( |
| ) |
|
|
virtual |
◆ bezierParams()
◆ color() [1/3]
QColor ctkTransferFunctionRepresentation::color |
( |
const ctkControlPoint * |
cp | ) |
const |
|
inline |
◆ color() [2/3]
QColor ctkTransferFunctionRepresentation::color |
( |
const ctkPoint & |
point | ) |
const |
|
inline |
◆ color() [3/3]
QColor ctkTransferFunctionRepresentation::color |
( |
const QVariant & |
tfV | ) |
const |
◆ computeCurve()
void ctkTransferFunctionRepresentation::computeCurve |
( |
| ) |
|
◆ computeGradient()
void ctkTransferFunctionRepresentation::computeGradient |
( |
| ) |
|
◆ computeRangeXDiff()
qreal ctkTransferFunctionRepresentation::computeRangeXDiff |
( |
const QRectF & |
rect, |
|
|
qreal |
rangeX[2] |
|
) |
| |
|
protected |
◆ computeRangeXOffset()
qreal ctkTransferFunctionRepresentation::computeRangeXOffset |
( |
qreal |
rangeX[2] | ) |
|
|
protected |
◆ computeRangeYDiff()
qreal ctkTransferFunctionRepresentation::computeRangeYDiff |
( |
const QRectF & |
rect, |
|
|
const QVariant |
rangeY[2] |
|
) |
| |
|
protected |
◆ computeRangeYOffset()
qreal ctkTransferFunctionRepresentation::computeRangeYOffset |
( |
const QVariant |
rangeY[2] | ) |
|
|
protected |
◆ curve()
const QPainterPath& ctkTransferFunctionRepresentation::curve |
( |
| ) |
const |
◆ gradient()
const QGradient& ctkTransferFunctionRepresentation::gradient |
( |
| ) |
const |
◆ mapPointFromScene()
QPointF ctkTransferFunctionRepresentation::mapPointFromScene |
( |
const QPointF & |
point | ) |
const |
|
inline |
◆ mapPointToScene() [1/2]
QPointF ctkTransferFunctionRepresentation::mapPointToScene |
( |
const ctkControlPoint * |
cp | ) |
const |
◆ mapPointToScene() [2/2]
QPointF ctkTransferFunctionRepresentation::mapPointToScene |
( |
const ctkPoint & |
point | ) |
const |
◆ mapXFromScene()
qreal ctkTransferFunctionRepresentation::mapXFromScene |
( |
qreal |
ScenePosX | ) |
const |
◆ mapXToScene()
qreal ctkTransferFunctionRepresentation::mapXToScene |
( |
qreal |
posX | ) |
const |
◆ mapYFromScene()
qreal ctkTransferFunctionRepresentation::mapYFromScene |
( |
qreal |
ScenePosY | ) |
const |
◆ mapYToScene()
qreal ctkTransferFunctionRepresentation::mapYToScene |
( |
qreal |
posY | ) |
const |
◆ nonLinearPoints()
◆ onTransferFunctionChanged
virtual void ctkTransferFunctionRepresentation::onTransferFunctionChanged |
( |
| ) |
|
|
protectedvirtualslot |
◆ points()
const QList<QPointF>& ctkTransferFunctionRepresentation::points |
( |
| ) |
const |
◆ posX() [1/3]
qreal ctkTransferFunctionRepresentation::posX |
( |
const ctkControlPoint * |
cp | ) |
const |
|
inline |
◆ posX() [2/3]
qreal ctkTransferFunctionRepresentation::posX |
( |
const ctkPoint & |
point | ) |
const |
|
inline |
◆ posX() [3/3]
qreal ctkTransferFunctionRepresentation::posX |
( |
const qreal & |
tfX | ) |
const |
◆ posY() [1/3]
qreal ctkTransferFunctionRepresentation::posY |
( |
const ctkControlPoint * |
cp | ) |
const |
|
inline |
◆ posY() [2/3]
qreal ctkTransferFunctionRepresentation::posY |
( |
const ctkPoint & |
point | ) |
const |
|
inline |
◆ posY() [3/3]
qreal ctkTransferFunctionRepresentation::posY |
( |
const QVariant & |
tfV | ) |
const |
◆ setTransferFunction()
void ctkTransferFunctionRepresentation::setTransferFunction |
( |
ctkTransferFunction * |
transferFunction | ) |
|
◆ setVerticalGradientColor()
void ctkTransferFunctionRepresentation::setVerticalGradientColor |
( |
QColor |
verticalGradientColor | ) |
|
◆ transferFunction()
◆ verticalGradientColor()
QColor ctkTransferFunctionRepresentation::verticalGradientColor |
( |
| ) |
const |
◆ d_ptr
QScopedPointer<ctkTransferFunctionRepresentationPrivate> ctkTransferFunctionRepresentation::d_ptr |
|
protected |
◆ verticalGradientColor
QColor ctkTransferFunctionRepresentation::verticalGradientColor |
|
readwrite |
The documentation for this class was generated from the following file: