Stimfit  0.13.15
Public Member Functions

Dialog for selecting alignment mode. More...

#include <smalldlgs.h>

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

List of all members.

Public Member Functions

 wxStfAlignDlg (wxWindow *parent, int id=wxID_ANY, wxString title=wxT("Alignment mode"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION)
 Constructor.
int AlignRise () const
 Indicates whether the average should be aligned to the steepest rise.
virtual void EndModal (int retCode)
 Called upon ending a modal dialog.

Detailed Description

Dialog for selecting alignment mode.

Definition at line 124 of file smalldlgs.h.


Constructor & Destructor Documentation

wxStfAlignDlg::wxStfAlignDlg ( wxWindow parent,
int  id = wxID_ANY,
wxString  title = wxT("Alignment mode"),
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

int wxStfAlignDlg::AlignRise ( ) const [inline]

Indicates whether the average should be aligned to the steepest rise.

Returns:
true if it should be aligned to the steepest rise, false if it should be aligned to the peak.

Definition at line 160 of file smalldlgs.h.

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

Called upon ending a modal dialog.

Parameters:
retCodeThe dialog button id that ended the dialog (e.g. wxID_OK)

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