Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

Dialogs.h

Go to the documentation of this file.
00001 /***********************************************************************
00002 
00003   FinalMix: Frame.h
00004   by Martin Decky
00005   
00006   Redistribution of this file is permitted under the GNU Public License.
00007 
00008   0.9.1     All general dialogs will be here
00009   0.9.2     Track selection dialog
00010   0.9.5     Documentation
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

Generated on Wed Jul 28 17:17:42 2004 for FinalMix by doxygen 1.3.5