#include <gridVisualizationDialog.h>
Public Slots | |
| void | accept () |
| void | maxPressed () |
| void | midPressed () |
| void | minPressed () |
| void | minMinPressed () |
| void | maxMaxPressed () |
| void | autoScale () |
| void | gridSelected () |
| bool | exec () |
Public Member Functions | |
| GridVisualizationDialog (QWidget *parent=0, const char *name="GridVisualizationDialog", bool modal=FALSE, Qt::WFlags fl=0) | |
| void | setGrid (RegularData3D *grid) throw () |
| void | setController (RegularData3DController *controller) |
| void | setMinValue (float value) |
| void | setMaxValue (float value) |
| void | setMidValue (float value) |
Protected Slots | |
| void | gridTransparencyChanged () |
| void | normalizationChanged () |
Protected Member Functions | |
| GridVisualizationDialog (const GridVisualizationDialog &dialog) | |
| bool | insertGrid_ (RegularData3D &grid, const String &name) |
| void | setColor_ (ColorRGBA &color, const QLabel *label, const QSpinBox *box) |
| void | getColor_ (const ColorRGBA &color, QLabel *label, QSpinBox *box) |
| void | checkApplyButton_ () |
Protected Attributes | |
| RegularData3D * | grid_ |
| RegularData3DController * | controller_ |
| ColorRGBA | min_min_color |
| ColorRGBA | min_color |
| ColorRGBA | mid_color |
| ColorRGBA | max_color |
| ColorRGBA | max_max_color |
| List< RegularData3D * > | grid_list_ |