Public Member Functions | |
| TrackDlg (wxWindow *parent, const wxString &title, const wxString &mesg, const Loader *ld, const wxArrayInt &selections) | |
| Constructor. | |
| ~TrackDlg () | |
| Desctructor. | |
| void | GetData (wxArrayInt &selections) |
| Get selected tracks. | |
| void | OnListbox (wxCommandEvent &WXUNUSED(event)) |
| Listbox click event handler. | |
Private Attributes | |
| wxListBox * | listbox |
| Tracks listbox. | |
| wxStaticText * | info |
| Informal text. | |
| const Loader * | loader |
| Loader of the tracks. | |
Dialog for choosing which internal tracks (channels) supplied by a loader the user wishes to import as real tracks.
|
||||||||||||||||||||||||
|
Constructor. Create track selection dialog.
|
|
|
Desctructor. Cleanup. |
|
|
Get selected tracks.
|
|
|
Listbox click event handler. Updates the format information on channel change. |
|
|
Informal text.
|
|
|
Tracks listbox.
|
|
|
Loader of the tracks.
|
1.3.5