|
void | setVolumeFileName () |
|
void | saveImage () |
|
void | render () |
|
void | changeViewPos () |
|
void | rotateViewPosX () |
|
void | rotateViewPosY () |
|
void | rotateViewPosZ () |
|
void | viewPosXChange (int p) |
|
void | viewPosYChange (int p) |
|
void | viewPosZChange (int p) |
|
void | changeViewDepth (int d) |
|
void | changeEyeDistance (int d) |
|
void | changeSampleDistance () |
|
void | optGreyValues () |
|
void | updateMemory () |
|
void | showOpacityTF () |
|
void | showDensityTF () |
|
void | showGreyTF () |
|
void | setMinMaxGreyDetermination (bool) |
|
void | changeGreyTF () |
|
void | changeOpacityTF () |
|
void | changeDensityTF () |
|
void | changeMaxResolution (int) |
|
void | changeZoom (bool) |
|
void | changeSameSize (bool) |
|
void | paintEvent (QPaintEvent *) |
|
void | moveForward () |
|
void | moveBackward () |
|
void | moveLeft () |
|
void | moveRight () |
|
|
| RenderApplication (QWidget *parent=0, const char *name=0, WFlags fl=0) |
|
void | loadDefaults () |
| Loads most widgets with default values.
|
|
void | setAllValues () |
| Sets most values in the navigator object.
|
|
void | setImageSize (int w, int h) |
|
| RenderGUI (QWidget *parent=0, const char *name=0, WFlags fl=0) |
|
bool | isBusy () |
|
goFloat | getProgress () |
|
goFloat | getMaxProgress () |
|
goFloat | getMinProgress () |
|
goFloat | waitForProgress () |
|
void | forwardProgress (goStatusObject *s) |
|
void | forwardProgressThread () |
|
void | forwardProgressEnd () |
|
|
QProgressBar * | progressBar |
|
QImage * | image |
|
Vol::goVolumeNavigator * | navigator |
|
QPushButton * | renderButton |
|
QTabWidget * | optionsTab |
|
QWidget * | tab |
|
QGroupBox * | optionsBox1 |
|
QLabel * | TextLabel1 |
|
QLabel * | TextLabel1_2 |
|
QLabel * | TextLabel1_3 |
|
QSpinBox * | viewPosBoxY |
|
QSpinBox * | viewPosBoxX |
|
QSpinBox * | viewPosBoxZ |
|
QGroupBox * | GroupBox4 |
|
QSpinBox * | viewDepthBox |
|
QGroupBox * | GroupBox5 |
|
QSpinBox * | eyeDistanceBox |
|
QWidget * | tab_2 |
|
QGroupBox * | GroupBox10 |
|
QTextBrowser * | TextBrowser1 |
|
QGroupBox * | GroupBox2 |
|
QToolButton * | xRotateButton |
|
QToolButton * | yRotateButton |
|
QToolButton * | zRotateButton |
|
QLabel * | TextLabel1_4 |
|
QLabel * | TextLabel1_4_2 |
|
QLabel * | TextLabel1_4_2_2 |
|
QSpinBox * | xRot |
|
QSpinBox * | yRot |
|
QSpinBox * | zRot |
|
QWidget * | tab_3 |
|
QGroupBox * | GroupBox13 |
|
QLineEdit * | sampleDistanceEditY |
|
QLineEdit * | sampleDistanceEditZ |
|
QLineEdit * | sampleDistanceEditX |
|
QPushButton * | sampleDistanceChangeButton |
|
QGroupBox * | GroupBox9_2 |
|
QSpinBox * | maxResBox |
|
QFrame * | Line1 |
|
QCheckBox * | zoomCheckBox |
|
QCheckBox * | sameSizeCheckBox |
|
QGroupBox * | GroupBox9 |
|
QPushButton * | greyValuesOptButton |
|
QGroupBox * | GroupBox9_3 |
|
QPushButton * | memoryButton |
|
QLabel * | memoryLabel |
|
|
void | keyPressEvent (QKeyEvent *e) |
|
bool | event (QEvent *) |
|
void | setBusy (bool b) |
|
void | setProgress (goFloat p) |
|
void | signalProgress () |
|
|
void * | render_progress_thread (void *) |
|
◆ setImageSize()
void RenderApplication::setImageSize |
( |
int |
w, |
|
|
int |
h |
|
) |
| |
Is called in the constructor. Initialized the screen image size.
- Parameters
-
w | Width of screen image in pixels |
h | Height of screen image in pixels |
The documentation for this class was generated from the following files:
- renderapplication.h
- renderapplication.cc