|
Stimfit
0.13.15
|
Dialog for re-ordering channels before saving to file. More...
#include <smalldlgs.h>


Public Member Functions | |
| wxStfOrderChannelsDlg (wxWindow *parent, const std::vector< wxString > &channelNames=std::vector< wxString >(0), int id=wxID_ANY, wxString title=wxT("Re-order channels"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION) | |
| Constructor. | |
| std::vector< int > | GetChannelOrder () const |
| Get the new channel order. | |
| virtual void | EndModal (int retCode) |
| Called upon ending a modal dialog. | |
Dialog for re-ordering channels before saving to file.
Definition at line 772 of file smalldlgs.h.
| wxStfOrderChannelsDlg::wxStfOrderChannelsDlg | ( | wxWindow * | parent, |
| const std::vector< wxString > & | channelNames = std::vector< wxString >(0), |
||
| int | id = wxID_ANY, |
||
| wxString | title = wxT("Re-order channels"), |
||
| wxPoint | pos = wxDefaultPosition, |
||
| wxSize | size = wxDefaultSize, |
||
| int | style = wxCAPTION |
||
| ) |
Constructor.
| parent | Pointer to parent window. |
| channelNames | A vector containing channel names. |
| id | Window id. |
| title | Dialog title. |
| pos | Initial position. |
| size | Initial size. |
| style | Dialog style. |
| virtual void wxStfOrderChannelsDlg::EndModal | ( | int | retCode | ) | [virtual] |
Called upon ending a modal dialog.
| retCode | The dialog button id that ended the dialog (e.g. wxID_OK) |
| std::vector<int> wxStfOrderChannelsDlg::GetChannelOrder | ( | ) | const [inline] |
Get the new channel order.
Definition at line 813 of file smalldlgs.h.
1.7.6.1