BALL::VIEW::StageSettings Class Reference
[QT Dialogs]
#include <BALL/VIEW/DIALOGS/stageSettings.h>
List of all members.
Detailed Description
Dialog for the Stage setup. Following options can be set:
- background color of the Scene
- if a coordinate system is shown in the Scene
- mouse sensitivity in the Scene
- mouse wheel sensitivity in the Scene
Constructor & Destructor Documentation
BALL::VIEW::StageSettings::StageSettings |
( |
QWidget * |
parent = 0 , |
|
|
const char * |
name = "StageSettings" , |
|
|
Qt::WFlags |
fl = 0 | |
|
) |
| | |
BALL::VIEW::StageSettings::~StageSettings |
( |
|
) |
[inline] |
Member Function Documentation
void BALL::VIEW::StageSettings::apply |
( |
|
) |
|
Apply the new values to the stage.
void BALL::VIEW::StageSettings::cappingColorPressed |
( |
|
) |
[slot] |
void BALL::VIEW::StageSettings::colorPressed |
( |
|
) |
[slot] |
Show a QColorDialog to select a new background color for the Scene.
void BALL::VIEW::StageSettings::computeDefaultPressed |
( |
|
) |
[slot] |
void BALL::VIEW::StageSettings::environmentMapChanged |
( |
bool |
active |
) |
[slot] |
void BALL::VIEW::StageSettings::eyeDistanceChanged |
( |
|
) |
[private, slot] |
void BALL::VIEW::StageSettings::focalDistanceChanged |
( |
|
) |
[private, slot] |
void BALL::VIEW::StageSettings::fogBoxChanged |
( |
bool |
active |
) |
[slot] |
void BALL::VIEW::StageSettings::getGLSettings |
( |
|
) |
|
void BALL::VIEW::StageSettings::loadEnvironmentMapPressed |
( |
|
) |
[slot] |
Show a QFileDialog to select a new environment texture map for the Scene.
void BALL::VIEW::StageSettings::projectionTransformationChanged |
( |
|
) |
[private, slot] |
void BALL::VIEW::StageSettings::saveSettingsToStage_ |
( |
|
) |
[private] |
void BALL::VIEW::StageSettings::setDefaultValues_ |
( |
|
) |
[private] |
void BALL::VIEW::StageSettings::setTextureUpDirection_ |
( |
const Vector3 & |
tud |
) |
[private] |
void BALL::VIEW::StageSettings::setUser2ScreenDistance_ |
( |
const float & |
s2u |
) |
[private] |
void BALL::VIEW::StageSettings::setUserEyeDistance_ |
( |
const float & |
s2u |
) |
[private] |
void BALL::VIEW::StageSettings::setUserEyeLevel_ |
( |
const float & |
s2u |
) |
[private] |
void BALL::VIEW::StageSettings::updateFromStage |
( |
|
) |
|
Get the values for Stageing from the stage.
Member Data Documentation