Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NewModelDialog Class Reference

#include <NewModelDialog.h>

Inheritance diagram for NewModelDialog:

Inheritance graph
[legend]
Collaboration diagram for NewModelDialog:

Collaboration graph
[legend]
List of all members.

Detailed Description

A derived class of NewModelDialogBase class which is generated by the Qt designer.

It provides a dialog which allows one to specify a name and other model parameters for creating a new Value to Color model.

Author:
Joy Rajiv <jrajiv@stanford.edu>

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.


Constructor & Destructor Documentation

NewModelDialog::NewModelDialog QWidget parent  ) 
 

The constructor.

The constructor using parent as its parent widget.

Definition at line 20 of file NewModelDialog.cxx.


Member Function Documentation

int NewModelDialog::get_brk_pt  ) 
 

Returns the break point entered.

Definition at line 26 of file NewModelDialog.cxx.

int NewModelDialog::get_color_scale  ) 
 

Returns the color scale entered.

Definition at line 38 of file NewModelDialog.cxx.

int NewModelDialog::get_flat_width  ) 
 

Returns the flat width entered.

Definition at line 32 of file NewModelDialog.cxx.

QString NewModelDialog::get_model_name  ) 
 

Returns the model name entered.

Definition at line 44 of file NewModelDialog.cxx.

void NewModelDialog::set_brk_pt int  val  ) 
 

Sets the break point as val.

Definition at line 50 of file NewModelDialog.cxx.

void NewModelDialog::set_color_scale int  val  ) 
 

Sets the color scale as val.

Definition at line 62 of file NewModelDialog.cxx.

void NewModelDialog::set_flat_width int  val  ) 
 

Sets the flat width as val.

Definition at line 56 of file NewModelDialog.cxx.


The documentation for this class was generated from the following files:
Generated for HippoDraw-1.14.8.5 by doxygen 1.4.3