#include <SideViewWidget.h>
Public Types | |
enum | Axis { X, Y, Z } |
Public Slots | |
void | setSlice (int val) |
void | setMirrorX (int state) |
void | setMirrorY (int state) |
Public Member Functions | |
SideViewWidget (const char *name, QMainWindow *parent, int width, int height, int controlsWidth, Axis axis, bool use2dTexturing) | |
GLWidget * | getGLWidget () |
void | setVolume (Volume *vol) |
void | toggleTexMode (bool use2dTexturing) |
void | setTitle (bool use2dTexturing) |
void | addListener (RCWidget *newListener) |
void | updateListeners (int val) |
Private Attributes | |
Axis | sliceAxis |
float | initValue |
GLWidget * | glWidget |
QSlider * | slider |
QCheckBox * | checkboxMirrorX |
QCheckBox * | checkboxMirrorY |
std::vector< RCWidget * > | RClisteners |
enum SideViewWidget::Axis |
SideViewWidget::SideViewWidget | ( | const char * | name, | |
QMainWindow * | parent, | |||
int | width, | |||
int | height, | |||
int | controlsWidth, | |||
Axis | axis, | |||
bool | use2dTexturing | |||
) |
void SideViewWidget::addListener | ( | RCWidget * | newListener | ) |
GLWidget * SideViewWidget::getGLWidget | ( | ) |
void SideViewWidget::setMirrorX | ( | int | state | ) | [slot] |
void SideViewWidget::setMirrorY | ( | int | state | ) | [slot] |
void SideViewWidget::setSlice | ( | int | val | ) | [slot] |
void SideViewWidget::setTitle | ( | bool | use2dTexturing | ) |
void SideViewWidget::setVolume | ( | Volume * | vol | ) |
void SideViewWidget::toggleTexMode | ( | bool | use2dTexturing | ) |
void SideViewWidget::updateListeners | ( | int | val | ) |
QCheckBox* SideViewWidget::checkboxMirrorX [private] |
QCheckBox* SideViewWidget::checkboxMirrorY [private] |
GLWidget* SideViewWidget::glWidget [private] |
float SideViewWidget::initValue [private] |
std::vector<RCWidget*> SideViewWidget::RClisteners [private] |
Axis SideViewWidget::sliceAxis [private] |
QSlider* SideViewWidget::slider [private] |