#include <dlg_histogram_simple.h>
|
| void | autoUpdate (bool toggled) |
| | If set to true rendering view updates are done automatically after changes in the transfer function. More...
|
| |
| void | resetView () |
| | Reset the histogram view and redraw it. More...
|
| |
◆ Mode
| Enumerator |
|---|
| NO_MODE | |
| MOVE_VIEW_MODE | |
| ZOOM_MODE | |
| HIST_ZOOM_MODE | |
◆ WheelMode
| Enumerator |
|---|
| ZOOM_WHEEL_MODE | |
| HIST_ZOOM_WHEEL_MODE | |
◆ dlg_histogram_simple()
| dlg_histogram_simple::dlg_histogram_simple |
( |
QWidget * |
parent | ) |
|
◆ autoUpdate
| void dlg_histogram_simple::autoUpdate |
( |
bool |
toggled | ) |
|
|
slot |
If set to true rendering view updates are done automatically after changes in the transfer function.
◆ drawHistogram()
| void dlg_histogram_simple::drawHistogram |
( |
| ) |
|
◆ initialize()
| void dlg_histogram_simple::initialize |
( |
unsigned int * |
histData, |
|
|
int |
numberOfBeans, |
|
|
double |
_dataRange[2] |
|
) |
| |
◆ isUpdateAutomatically()
| bool dlg_histogram_simple::isUpdateAutomatically |
( |
| ) |
|
Returns if volume is updated automatically after changing the transfer function.
◆ keyPressEvent()
| void dlg_histogram_simple::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
overrideprotected |
◆ keyReleaseEvent()
| void dlg_histogram_simple::keyReleaseEvent |
( |
QKeyEvent * |
event | ) |
|
|
overrideprotected |
◆ leaveEvent()
| void dlg_histogram_simple::leaveEvent |
( |
QEvent * |
event | ) |
|
|
overrideprotected |
◆ mouseMoveEvent()
| void dlg_histogram_simple::mouseMoveEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotected |
◆ mousePressEvent()
| void dlg_histogram_simple::mousePressEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotected |
◆ mouseReleaseEvent()
| void dlg_histogram_simple::mouseReleaseEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotected |
◆ paintEvent()
| void dlg_histogram_simple::paintEvent |
( |
QPaintEvent * |
| ) |
|
|
overrideprotected |
◆ redraw()
| void dlg_histogram_simple::redraw |
( |
| ) |
|
◆ resetView
| void dlg_histogram_simple::resetView |
( |
| ) |
|
|
slot |
Reset the histogram view and redraw it.
◆ resizeEvent()
| void dlg_histogram_simple::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
overrideprotected |
◆ wheelEvent()
| void dlg_histogram_simple::wheelEvent |
( |
QWheelEvent * |
event | ) |
|
|
overrideprotected |
◆ HIST_ZOOM_STEP
| double dlg_histogram_simple::HIST_ZOOM_STEP = 1.5 |
|
static |
◆ POINT_RADIUS
| const int dlg_histogram_simple::POINT_RADIUS = 6 |
|
static |
◆ POINT_SIZE
◆ SELECTED_POINT_RADIUS
| const int dlg_histogram_simple::SELECTED_POINT_RADIUS = 8 |
|
static |
◆ SELECTED_POINT_SIZE
◆ ZOOM_STEP
| double dlg_histogram_simple::ZOOM_STEP = 1.5 |
|
static |
The documentation for this class was generated from the following files: