#include <Libs/Widgets/ctkTransferFunctionItem.h>
|
| QColor | color (const QVariant &value) const |
| |
| QColor | color (const ctkPoint &point) 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::ctkTransferFunctionItem |
( |
QGraphicsItem * |
parent = 0 | ) |
|
| ctkTransferFunctionItem::ctkTransferFunctionItem |
( |
ctkTransferFunction * |
transferFunction, |
|
|
QGraphicsItem * |
parent = 0 |
|
) |
| |
| virtual ctkTransferFunctionItem::~ctkTransferFunctionItem |
( |
| ) |
|
|
virtual |
| virtual QRectF ctkTransferFunctionItem::boundingRect |
( |
| ) |
const |
|
virtual |
| QColor ctkTransferFunctionItem::color |
( |
const QVariant & |
value | ) |
const |
|
protected |
| QColor ctkTransferFunctionItem::color |
( |
const ctkPoint & |
point | ) |
const |
|
inlineprotected |
| virtual QVariant ctkTransferFunctionItem::itemChange |
( |
QGraphicsItem::GraphicsItemChange |
change, |
|
|
const QVariant & |
value |
|
) |
| |
|
protectedvirtual |
| QRectF ctkTransferFunctionItem::rect |
( |
| ) |
const |
| void ctkTransferFunctionItem::setRect |
( |
qreal |
x, |
|
|
qreal |
y, |
|
|
qreal |
width, |
|
|
qreal |
height |
|
) |
| |
|
inline |
| void ctkTransferFunctionItem::setRect |
( |
const QRectF & |
rectangle | ) |
|
| Q_INVOKABLE void ctkTransferFunctionItem::setTransferFunction |
( |
ctkTransferFunction * |
transferFunction | ) |
|
| QScopedPointer<ctkTransferFunctionItemPrivate> ctkTransferFunctionItem::d_ptr |
|
protected |
| QRectF ctkTransferFunctionItem::rect |
|
readwrite |
The documentation for this class was generated from the following file: