![]() |
![]() |
#include <Iguana/Studio/interface/IgSoQtThumbWheel.h>
Definition at line 35 of file IgSoQtThumbWheel.h.
Definition at line 55 of file IgSoQtThumbWheel.h.
00055 { 00056 CLAMP, 00057 MODULATE, 00058 ACCUMULATE 00059 };
enum IgSoQtThumbWheel::State [private] |
IgSoQtThumbWheel::IgSoQtThumbWheel | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
IgSoQtThumbWheel::IgSoQtThumbWheel | ( | Orientation | , | |
QWidget * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
IgSoQtThumbWheel::~IgSoQtThumbWheel | ( | void | ) |
IgSoQtThumbWheel::IgSoQtThumbWheel | ( | const IgSoQtThumbWheel & | wheel | ) | [private] |
void IgSoQtThumbWheel::constructor | ( | Orientation | ) | [private] |
boundaryHandling IgSoQtThumbWheel::getRangeBoundaryHandling | ( | void | ) | const |
void IgSoQtThumbWheel::mouseMoveEvent | ( | QMouseEvent * | ) | [protected] |
void IgSoQtThumbWheel::mousePressEvent | ( | QMouseEvent * | ) | [protected] |
void IgSoQtThumbWheel::mouseReleaseEvent | ( | QMouseEvent * | ) | [protected] |
IgSoQtThumbWheel& IgSoQtThumbWheel::operator= | ( | const IgSoQtThumbWheel & | wheel | ) | [private] |
Orientation IgSoQtThumbWheel::orientation | ( | void | ) | const |
void IgSoQtThumbWheel::paintEvent | ( | QPaintEvent * | ) | [protected] |
void IgSoQtThumbWheel::setOrientation | ( | Orientation | ) |
void IgSoQtThumbWheel::setRangeBoundaryHandling | ( | boundaryHandling | handling | ) |
void IgSoQtThumbWheel::setValue | ( | float | value | ) |
QSize IgSoQtThumbWheel::sizeHint | ( | void | ) | const |
float IgSoQtThumbWheel::value | ( | void | ) | const |
void IgSoQtThumbWheel::wheelMoved | ( | float | value | ) | [signal] |
int IgSoQtThumbWheel::currentPixmap [private] |
Definition at line 94 of file IgSoQtThumbWheel.h.
int IgSoQtThumbWheel::mouseDownPos [private] |
Definition at line 87 of file IgSoQtThumbWheel.h.
int IgSoQtThumbWheel::mouseLastPos [private] |
Definition at line 87 of file IgSoQtThumbWheel.h.
int IgSoQtThumbWheel::numPixmaps [private] |
Definition at line 93 of file IgSoQtThumbWheel.h.
Orientation IgSoQtThumbWheel::orient [private] |
Definition at line 85 of file IgSoQtThumbWheel.h.
QPixmap** IgSoQtThumbWheel::pixmaps [private] |
Definition at line 92 of file IgSoQtThumbWheel.h.
enum IgSoQtThumbWheel::State IgSoQtThumbWheel::state [private] |
float IgSoQtThumbWheel::tempWheelValue [private] |
Definition at line 86 of file IgSoQtThumbWheel.h.
IgSoAnyThumbWheel* IgSoQtThumbWheel::wheel [private] |
Definition at line 91 of file IgSoQtThumbWheel.h.
float IgSoQtThumbWheel::wheelValue [private] |
Definition at line 86 of file IgSoQtThumbWheel.h.