Audacity 3.2.0
ImportStreamDialog.h
Go to the documentation of this file.
1/**********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 ImportStreamDialog.h
6
7 Dominic Mazzoni
8
9 Vitaly Sverchinsky split from Import.h
10
11**********************************************************************/
12
13#pragma once
14
15#include "wxPanelWrapper.h"
16
18class wxListBox;
19
21{
22public:
23 // constructors and destructors
25 wxWindow *parent, wxWindowID id, const TranslatableString &title,
26 const wxPoint& pos = wxDefaultPosition,
27 const wxSize& size = wxDefaultSize,
28 long style = wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER );
29 virtual ~ImportStreamDialog();
30
31private:
33 wxInt32 scount;
34 wxListBox *StreamList;
35
36private:
37 void OnOk( wxCommandEvent &event );
38 void OnCancel( wxCommandEvent &event );
39
40private:
41 DECLARE_EVENT_TABLE()
42};
static const auto title
Base class for FlacImportFileHandle, LOFImportFileHandle, MP3ImportFileHandle, OggImportFileHandle an...
Definition: ImportPlugin.h:111
void OnOk(wxCommandEvent &event)
ImportFileHandle * mFile
ImportStreamDialog(ImportFileHandle *_mFile, wxWindow *parent, wxWindowID id, const TranslatableString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
void OnCancel(wxCommandEvent &event)
Holds a msgid for the translation catalog; may also bind format arguments.