14#include <wx/listbox.h>
28 const wxPoint &position, const wxSize&
size,
long style ):
34 scount = mFile->GetStreamCount();
35 for (wxInt32 i = 0; i < scount; i++)
36 mFile->SetStreamUsage(i, FALSE);
45 .Position(wxEXPAND | wxALIGN_LEFT | wxALL)
46 .Style(wxLB_EXTENDED | wxLB_ALWAYS_SB)
48 transform_container<wxArrayStringEx>(
49 mFile->GetStreamInfo(),
52 S.AddStandardButtons();
56 GetSizer()->Fit(
this );
69 int sels =
StreamList->GetSelections(selitems);
70 for (wxInt32 i = 0; i < sels; i++)
77 EndModal( wxID_CANCEL );
EVT_BUTTON(wxID_NO, DependencyDialog::OnNo) EVT_BUTTON(wxID_YES
The interface that all file import "plugins" (if you want to call them that) must implement....
Base class for FlacImportFileHandle, LOFImportFileHandle, MP3ImportFileHandle, OggImportFileHandle an...
virtual void SetStreamUsage(wxInt32 StreamID, bool Use)=0
void OnOk(wxCommandEvent &event)
virtual ~ImportStreamDialog()
void OnCancel(wxCommandEvent &event)
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Holds a msgid for the translation catalog; may also bind format arguments.
wxString Translation() const