#include <Libs/Widgets/ctkTransferFunctionItem.h>
|
QColor | color (const ctkPoint &point) const |
|
QColor | color (const QVariant &value) const |
|
virtual QVariant | itemChange (QGraphicsItem::GraphicsItemChange change, const QVariant &value) |
|
|
QScopedPointer< ctkTransferFunctionItemPrivate > | d_ptr |
|
TODO: should probably derive from QGraphicsItem or QAbstractGraphicsShapeItem
Definition at line 38 of file ctkTransferFunctionItem.h.
◆ ctkTransferFunctionItem() [1/2]
ctkTransferFunctionItem::ctkTransferFunctionItem |
( |
QGraphicsItem * |
parent = 0 | ) |
|
◆ ctkTransferFunctionItem() [2/2]
ctkTransferFunctionItem::ctkTransferFunctionItem |
( |
ctkTransferFunction * |
transferFunction, |
|
|
QGraphicsItem * |
parent = 0 |
|
) |
| |
◆ ~ctkTransferFunctionItem()
virtual ctkTransferFunctionItem::~ctkTransferFunctionItem |
( |
| ) |
|
|
virtual |
◆ boundingRect()
virtual QRectF ctkTransferFunctionItem::boundingRect |
( |
| ) |
const |
|
virtual |
◆ color() [1/2]
QColor ctkTransferFunctionItem::color |
( |
const ctkPoint & |
point | ) |
const |
|
inlineprotected |
◆ color() [2/2]
QColor ctkTransferFunctionItem::color |
( |
const QVariant & |
value | ) |
const |
|
protected |
◆ itemChange()
virtual QVariant ctkTransferFunctionItem::itemChange |
( |
QGraphicsItem::GraphicsItemChange |
change, |
|
|
const QVariant & |
value |
|
) |
| |
|
protectedvirtual |
◆ rect()
QRectF ctkTransferFunctionItem::rect |
( |
| ) |
const |
◆ setRect() [1/2]
void ctkTransferFunctionItem::setRect |
( |
const QRectF & |
rectangle | ) |
|
◆ setRect() [2/2]
void ctkTransferFunctionItem::setRect |
( |
qreal |
x, |
|
|
qreal |
y, |
|
|
qreal |
width, |
|
|
qreal |
height |
|
) |
| |
|
inline |
◆ setTransferFunction()
Q_INVOKABLE void ctkTransferFunctionItem::setTransferFunction |
( |
ctkTransferFunction * |
transferFunction | ) |
|
◆ transferFunction()
◆ d_ptr
QScopedPointer<ctkTransferFunctionItemPrivate> ctkTransferFunctionItem::d_ptr |
|
protected |
◆ rect
QRectF ctkTransferFunctionItem::rect |
|
readwrite |
The documentation for this class was generated from the following file: