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

EditModelDialog Class Reference

#include <EditModelDialog.h>

Inheritance diagram for EditModelDialog:

Inheritance graph
[legend]
Collaboration diagram for EditModelDialog:

Collaboration graph
[legend]
List of all members.

Detailed Description

A derived class of EditModelDialogBase 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 EditModelDialog.h.

Public Member Functions

 EditModelDialog (QWidget *parent, const std::string &name, double bp, double fw, double cs, int mbp, int mfw, int mcs)
 The constructor.
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.


Constructor & Destructor Documentation

EditModelDialog::EditModelDialog QWidget parent,
const std::string name,
double  bp,
double  fw,
double  cs,
int  mbp,
int  mfw,
int  mcs
 

The constructor.

The constructor using parent as its parent widget. All the private members of this class are initialized in the constructor

Definition at line 20 of file EditModelDialog.cxx.


Member Function Documentation

int EditModelDialog::get_brk_pt  ) 
 

Returns the break point entered.

Definition at line 38 of file EditModelDialog.cxx.

int EditModelDialog::get_color_scale  ) 
 

Returns the color scale entered.

Definition at line 50 of file EditModelDialog.cxx.

int EditModelDialog::get_flat_width  ) 
 

Returns the flat width entered.

Definition at line 44 of file EditModelDialog.cxx.

QString EditModelDialog::get_model_name  ) 
 

Returns the model name entered.

Definition at line 57 of file EditModelDialog.cxx.


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