SideViewWidget Class Reference

#include <SideViewWidget.h>

Collaboration diagram for SideViewWidget:
[legend]

List of all members.

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)
GLWidgetgetGLWidget ()
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
GLWidgetglWidget
QSlider * slider
QCheckBox * checkboxMirrorX
QCheckBox * checkboxMirrorY
std::vector< RCWidget * > RClisteners


Member Enumeration Documentation

Enumerator:
X 
Y 
Z 


Constructor & Destructor Documentation

SideViewWidget::SideViewWidget ( const char *  name,
QMainWindow *  parent,
int  width,
int  height,
int  controlsWidth,
Axis  axis,
bool  use2dTexturing 
)

Here is the call graph for this function:


Member Function Documentation

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  ) 

Here is the call graph for this function:

void SideViewWidget::toggleTexMode ( bool  use2dTexturing  ) 

Here is the call graph for this function:

void SideViewWidget::updateListeners ( int  val  ) 


Member Data Documentation

QCheckBox* SideViewWidget::checkboxMirrorX [private]

QCheckBox* SideViewWidget::checkboxMirrorY [private]

float SideViewWidget::initValue [private]

std::vector<RCWidget*> SideViewWidget::RClisteners [private]

QSlider* SideViewWidget::slider [private]


The documentation for this class was generated from the following files:

Generated on Wed Dec 10 13:35:14 2008 for VisLu by  doxygen 1.5.7.1