BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Public Slots | Public Member Functions | Protected Slots | Protected Member Functions | Private Member Functions | Private Attributes
BALL::VIEW::RaytraceableContourSurfaceDialog Class Reference

#include <BALL/VIEW/DIALOGS/raytraceableContourSurfaceDialog.h>

Inheritance diagram for BALL::VIEW::RaytraceableContourSurfaceDialog:
QDialog BALL::VIEW::ModularWidget BALL::Embeddable BALL::VIEW::ConnectionObject

List of all members.

Public Slots

void add ()
void accept ()
void reject ()
void changedSliderThreshold (int a)
void changedEditThreshold ()
void changedRangeMin ()
void changedRangeMax ()
void changedRangeSteps ()

Public Member Functions

 RaytraceableContourSurfaceDialog (RaytraceableGrid *grid, QWidget *parent=0, const char *name="RaytraceableContourSurfaceDialog", bool modal=FALSE, Qt::WFlags fl=0)
 ~RaytraceableContourSurfaceDialog ()
void setGrid (RaytraceableGrid *grid)
RaytraceableGridgetGrid ()

Protected Slots

void setDefaultRangeValues_ ()

Protected Member Functions

void addModel_ (float threshold)

Private Member Functions

float getValue_ (const QAbstractSlider *slider) const
float getValue_ (const QLineEdit *edit) const throw (Exception::InvalidFormat)

Private Attributes

float min_
float max_
int steps_
float current_threshold_
RaytraceableGridgrid_

Detailed Description

Dialog for selecting contour urface thresholds for the raytracing mode of scene. ViewDialogs

Definition at line 35 of file raytraceableContourSurfaceDialog.h.


Constructor & Destructor Documentation

BALL::VIEW::RaytraceableContourSurfaceDialog::RaytraceableContourSurfaceDialog ( RaytraceableGrid grid,
QWidget parent = 0,
const char *  name = "RaytraceableContourSurfaceDialog",
bool  modal = FALSE,
Qt::WFlags  fl = 0 
)

Member Function Documentation

Definition at line 54 of file raytraceableContourSurfaceDialog.h.

float BALL::VIEW::RaytraceableContourSurfaceDialog::getValue_ ( const QAbstractSlider *  slider) const [private]

Definition at line 53 of file raytraceableContourSurfaceDialog.h.


Member Data Documentation

Definition at line 106 of file raytraceableContourSurfaceDialog.h.

Definition at line 108 of file raytraceableContourSurfaceDialog.h.

Definition at line 103 of file raytraceableContourSurfaceDialog.h.

Definition at line 102 of file raytraceableContourSurfaceDialog.h.

Definition at line 105 of file raytraceableContourSurfaceDialog.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines