00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef _FM_DIALOGS_H_
00016 #define _FM_DIALOGS_H_
00017
00018
00019 #include "Loaders.h"
00020 #include <wx/wx.h>
00021
00022
00023 void TrackDialog(wxArrayInt & selections, const wxString & message, const wxString & caption, const Loader * ld, wxWindow * parent);
00024 bool ConfigDialog(wxString & wdir, format_ex_t & pformat, ratio_t & pratio, int & pdev, wxWindow * parent);
00025 bool LoaderDialog(const wxString & message, const wxString & caption, format_t & format, int & loader, wxWindow * parent);
00026 bool LoaderDialog(const wxString & message, const wxString & caption, format_ex_t & format, int & loader, wxWindow * parent);
00027
00028 #endif