#include <ManipulationWidget.h>
Public Slots | |
void | setHistoScale (int scale) |
Public Member Functions | |
ManipulationWidget (const char *name, QMainWindow *parent, int width, int height) | |
void | setVolume (Volume *vol) |
void | addListener (GLWidget *newListener) |
void | addListener (RCWidget *newListener) |
std::vector< TFPoint > * | getTransferPoints () |
bool | setTransferPoints (std::vector< TFPoint > *tfPoints) |
std::vector< QColor > * | getLight () |
bool | setLight (std::vector< QColor > *lights) |
void | setKeyEvent (QKeyEvent *event) |
void | unsetKeyEvent (QKeyEvent *event) |
Private Attributes | |
QSlider * | slider |
TFWidget * | tfWidget |
LightWidget * | lightWidget |
ManipulationWidget::ManipulationWidget | ( | const char * | name, | |
QMainWindow * | parent, | |||
int | width, | |||
int | height | |||
) |
void ManipulationWidget::addListener | ( | RCWidget * | newListener | ) |
void ManipulationWidget::addListener | ( | GLWidget * | newListener | ) |
std::vector< QColor > * ManipulationWidget::getLight | ( | ) |
std::vector< TFPoint > * ManipulationWidget::getTransferPoints | ( | ) |
void ManipulationWidget::setHistoScale | ( | int | scale | ) | [slot] |
void ManipulationWidget::setKeyEvent | ( | QKeyEvent * | event | ) |
bool ManipulationWidget::setLight | ( | std::vector< QColor > * | lights | ) |
bool ManipulationWidget::setTransferPoints | ( | std::vector< TFPoint > * | tfPoints | ) |
void ManipulationWidget::setVolume | ( | Volume * | vol | ) |
void ManipulationWidget::unsetKeyEvent | ( | QKeyEvent * | event | ) |
LightWidget* ManipulationWidget::lightWidget [private] |
QSlider* ManipulationWidget::slider [private] |
TFWidget* ManipulationWidget::tfWidget [private] |