#include <hoverpoints.h>
Public Slots | |
void | setEnabled (bool enabled) |
Taken from the Qt Gradients Demo. Source: http://doc.trolltech.com/4.4/demos-gradients.html. | |
Public Member Functions | |
HoverPoints (QWidget *widget, PointShape shape) | |
Taken from the Qt Gradients Demo. Source: http://doc.trolltech.com/4.4/demos-gradients.html. | |
bool | eventFilter (QObject *object, QEvent *event) |
Taken from the Qt Gradients Demo. Source: http://doc.trolltech.com/4.4/demos-gradients.html. | |
void | paintPoints () |
Taken from the Qt Gradients Demo. Source: http://doc.trolltech.com/4.4/demos-gradients.html. | |
void | setPoints (const QPolygonF &points) |
Taken from the Qt Gradients Demo. Source: http://doc.trolltech.com/4.4/demos-gradients.html. | |
void | setPoints (const QPolygonF &points, QVector< QColor > &colors) |
Sets Hover Points and the corresponding colors. | |
void | firePointChange () |
Taken from the Qt Gradients Demo. Source: http://doc.trolltech.com/4.4/demos-gradients.html. |
HoverPoints::HoverPoints | ( | QWidget * | widget, | |
PointShape | shape | |||
) |
Taken from the Qt Gradients Demo. Source: http://doc.trolltech.com/4.4/demos-gradients.html.
widget | Description of parameter widget. | |
shape | Description of parameter shape. |
bool HoverPoints::eventFilter | ( | QObject * | object, | |
QEvent * | event | |||
) |
Taken from the Qt Gradients Demo. Source: http://doc.trolltech.com/4.4/demos-gradients.html.
object | Description of parameter object. | |
event | Description of parameter event. |
void HoverPoints::setEnabled | ( | bool | enabled | ) | [slot] |
Taken from the Qt Gradients Demo. Source: http://doc.trolltech.com/4.4/demos-gradients.html.
enabled | Description of parameter enabled. |
void HoverPoints::setPoints | ( | const QPolygonF & | points, | |
QVector< QColor > & | colors | |||
) |
Sets Hover Points and the corresponding colors.
points | Point Polygon of the Transfer Function | |
colors | Vector with the corresponding colors. |
void HoverPoints::setPoints | ( | const QPolygonF & | points | ) |
Taken from the Qt Gradients Demo. Source: http://doc.trolltech.com/4.4/demos-gradients.html.
points | Description of parameter points. |