5 #ifndef BALL_VIEW_DIALOGS_RAYTRACEABLECONTOURSURFACEDIALOG_H 6 #define BALL_VIEW_DIALOGS_RAYTRACEABLECONTOURSURFACEDIALOG_H 8 #ifndef BALL_COMMON_GLOBAL_H 12 #ifndef BALL_COMMON_EXCEPTION_H 16 #ifndef BALL_VIEW_KERNEL_MODULARWIDGET_H 20 #ifndef BALL_VIEW_DATATYP_RAYTRACEABLEGRID_H 24 #include <BALL/VIEW/UIC/ui_raytraceableContourSurfaceDialog.h> 26 #include <QtGui/QDialog> 37 public Ui_RaytraceableContourSurfaceDialogData,
68 void changedSliderThreshold(
int a);
71 void changedEditThreshold();
74 void changedRangeMin();
77 void changedRangeMax();
80 void changedRangeSteps();
87 void setDefaultRangeValues_();
92 void addModel_(
float threshold);
96 float getValue_(
const QAbstractSlider* slider)
const;
97 float getValue_(
const QLineEdit* edit)
const 106 float current_threshold_;
116 #endif //BALL_VIEW_DIALOGS_RAYTRACEABLECONTOURSURFACEDIALOG_H
void setGrid(RaytraceableGrid *grid)
#define BALL_EMBEDDABLE(TYPE, BASE)
RaytraceableGrid * getGrid()
-*- Mode: C++; tab-width: 2; -*-