Stimfit  0.13.15
Public Member Functions

Dialog for setting the parameters of a Gaussian function. More...

#include <smalldlgs.h>

Inheritance diagram for wxStfGaussianDlg:
Inheritance graph
[legend]
Collaboration diagram for wxStfGaussianDlg:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 wxStfGaussianDlg (wxWindow *parent, int id=wxID_ANY, wxString title=wxT("Settings for Gaussian function"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION)
 Constructor.
double Width () const
 Get the width of the Gaussian.
double Center () const
 Get the center of the Gaussian.
double Amp () const
 Get the amplitude of the Gaussian.
virtual void EndModal (int retCode)
 Called upon ending a modal dialog.

Detailed Description

Dialog for setting the parameters of a Gaussian function.

Definition at line 522 of file smalldlgs.h.


Constructor & Destructor Documentation

wxStfGaussianDlg::wxStfGaussianDlg ( wxWindow parent,
int  id = wxID_ANY,
wxString  title = wxT("Settings for Gaussian function"),
wxPoint  pos = wxDefaultPosition,
wxSize  size = wxDefaultSize,
int  style = wxCAPTION 
)

Constructor.

Parameters:
parentPointer to parent window.
idWindow id.
titleDialog title.
posInitial position.
sizeInitial size.
styleDialog style.

Member Function Documentation

double wxStfGaussianDlg::Amp ( ) const [inline]

Get the amplitude of the Gaussian.

Returns:
The amplitude of the Gaussian.

Definition at line 570 of file smalldlgs.h.

double wxStfGaussianDlg::Center ( ) const [inline]

Get the center of the Gaussian.

Returns:
The center of the Gaussian.

Definition at line 565 of file smalldlgs.h.

virtual void wxStfGaussianDlg::EndModal ( int  retCode) [virtual]

Called upon ending a modal dialog.

Parameters:
retCodeThe dialog button id that ended the dialog (e.g. wxID_OK)
double wxStfGaussianDlg::Width ( ) const [inline]

Get the width of the Gaussian.

Returns:
The width of the Gaussian.

Definition at line 560 of file smalldlgs.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines