BALL
1.4.1
|
#include <BALL/VIEW/DIALOGS/raytraceableContourSurfaceDialog.h>
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) |
RaytraceableGrid * | getGrid () |
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_ |
RaytraceableGrid * | grid_ |
Dialog for selecting contour urface thresholds for the raytracing mode of scene. ViewDialogs
Definition at line 35 of file raytraceableContourSurfaceDialog.h.
BALL::VIEW::RaytraceableContourSurfaceDialog::RaytraceableContourSurfaceDialog | ( | RaytraceableGrid * | grid, |
QWidget * | parent = 0 , |
||
const char * | name = "RaytraceableContourSurfaceDialog" , |
||
bool | modal = FALSE , |
||
Qt::WFlags | fl = 0 |
||
) |
void BALL::VIEW::RaytraceableContourSurfaceDialog::accept | ( | ) | [slot] |
void BALL::VIEW::RaytraceableContourSurfaceDialog::add | ( | ) | [slot] |
void BALL::VIEW::RaytraceableContourSurfaceDialog::addModel_ | ( | float | threshold | ) | [protected] |
void BALL::VIEW::RaytraceableContourSurfaceDialog::changedRangeMax | ( | ) | [slot] |
void BALL::VIEW::RaytraceableContourSurfaceDialog::changedRangeMin | ( | ) | [slot] |
void BALL::VIEW::RaytraceableContourSurfaceDialog::changedRangeSteps | ( | ) | [slot] |
void BALL::VIEW::RaytraceableContourSurfaceDialog::changedSliderThreshold | ( | int | a | ) | [slot] |
Definition at line 54 of file raytraceableContourSurfaceDialog.h.
float BALL::VIEW::RaytraceableContourSurfaceDialog::getValue_ | ( | const QAbstractSlider * | slider | ) | const [private] |
float BALL::VIEW::RaytraceableContourSurfaceDialog::getValue_ | ( | const QLineEdit * | edit | ) | const throw (Exception::InvalidFormat) [private] |
void BALL::VIEW::RaytraceableContourSurfaceDialog::reject | ( | ) | [slot] |
void BALL::VIEW::RaytraceableContourSurfaceDialog::setDefaultRangeValues_ | ( | ) | [protected, slot] |
void BALL::VIEW::RaytraceableContourSurfaceDialog::setGrid | ( | RaytraceableGrid * | grid | ) | [inline] |
Definition at line 53 of file raytraceableContourSurfaceDialog.h.
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.
int BALL::VIEW::RaytraceableContourSurfaceDialog::steps_ [private] |
Definition at line 105 of file raytraceableContourSurfaceDialog.h.