#include <NewModelDialog.h>
Inheritance diagram for NewModelDialog:


It provides a dialog which allows one to specify a name and other model parameters for creating a new Value to Color model.
Definition at line 30 of file NewModelDialog.h.
Public Member Functions | |
| int | get_brk_pt () |
| Returns the break point entered. | |
| int | get_color_scale () |
| Returns the color scale entered. | |
| int | get_flat_width () |
| Returns the flat width entered. | |
| QString | get_model_name () |
| Returns the model name entered. | |
| NewModelDialog (QWidget *parent) | |
| The constructor. | |
| void | set_brk_pt (int val) |
| Sets the break point as val. | |
| void | set_color_scale (int val) |
| Sets the color scale as val. | |
| void | set_flat_width (int val) |
| Sets the flat width as val. | |
|
|
The constructor. The constructor using parent as its parent widget. Definition at line 20 of file NewModelDialog.cxx. |
|
|
Returns the break point entered.
Definition at line 26 of file NewModelDialog.cxx. |
|
|
Returns the color scale entered.
Definition at line 38 of file NewModelDialog.cxx. |
|
|
Returns the flat width entered.
Definition at line 32 of file NewModelDialog.cxx. |
|
|
Returns the model name entered.
Definition at line 44 of file NewModelDialog.cxx. |
|
|
Sets the break point as val.
Definition at line 50 of file NewModelDialog.cxx. |
|
|
Sets the color scale as val.
Definition at line 62 of file NewModelDialog.cxx. |
|
|
Sets the flat width as val.
Definition at line 56 of file NewModelDialog.cxx. |
1.4.3