Stimfit  0.13.15
Public Member Functions

Dialog for selecting a transform function. More...

#include <smalldlgs.h>

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

List of all members.

Public Member Functions

 wxStfTransformDlg (wxWindow *parent, int id=wxID_ANY, wxString title=wxT("Choose function"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION)
 Constructor.
int GetFSelect () const
 Get the selected transform function.
virtual void EndModal (int retCode)
 Called upon ending a modal dialog.

Detailed Description

Dialog for selecting a transform function.

Definition at line 215 of file smalldlgs.h.


Constructor & Destructor Documentation

wxStfTransformDlg::wxStfTransformDlg ( wxWindow parent,
int  id = wxID_ANY,
wxString  title = wxT("Choose 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

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

Called upon ending a modal dialog.

Parameters:
retCodeThe dialog button id that ended the dialog (e.g. wxID_OK)
int wxStfTransformDlg::GetFSelect ( ) const [inline]

Get the selected transform function.

Returns:
The index of the selected transform function.

Definition at line 250 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