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