#include <TFEditWidget.h>
Public Member Functions | |
LowerArrowWidget (QWidget *parent=NULL) | |
virtual | ~LowerArrowWidget (void) |
void | initialize (TransferFunction *tf, UpperArrowWidget *lowerArrows) |
Protected Member Functions | |
virtual void | paintEvent (QPaintEvent *event) |
virtual void | mousePressEvent (QMouseEvent *event) |
virtual void | mouseReleaseEvent (QMouseEvent *event) |
virtual void | mouseMoveEvent (QMouseEvent *event) |
Private Attributes | |
TransferFunction * | m_tf |
UpperArrowWidget * | m_upperArrows |
int | m_selectedRangeElement |
LowerArrowWidget::LowerArrowWidget | ( | QWidget * | parent = NULL |
) |
LowerArrowWidget::~LowerArrowWidget | ( | void | ) | [virtual] |
void LowerArrowWidget::initialize | ( | TransferFunction * | tf, | |
UpperArrowWidget * | lowerArrows | |||
) |
void LowerArrowWidget::mouseMoveEvent | ( | QMouseEvent * | event | ) | [protected, virtual] |
void LowerArrowWidget::mousePressEvent | ( | QMouseEvent * | event | ) | [protected, virtual] |
void LowerArrowWidget::mouseReleaseEvent | ( | QMouseEvent * | event | ) | [protected, virtual] |
void LowerArrowWidget::paintEvent | ( | QPaintEvent * | event | ) | [protected, virtual] |
int LowerArrowWidget::m_selectedRangeElement [private] |
TransferFunction* LowerArrowWidget::m_tf [private] |
UpperArrowWidget* LowerArrowWidget::m_upperArrows [private] |