/********************************************************************** Audacity: A Digital Audio Editor BatchPrefs.h Dominic Mazzoni James Crook **********************************************************************/ #ifndef __AUDACITY_BATCH_PREFS__ #define __AUDACITY_BATCH_PREFS__ #include #include #include "../ShuttleGui.h" #include "PrefsPanel.h" class BatchPrefs : public PrefsPanel { public: BatchPrefs(wxWindow * parent); ~BatchPrefs(); virtual bool Apply(); private: void Populate(); void PopulateOrExchange(ShuttleGui & S); DECLARE_EVENT_TABLE(); }; #endif // Indentation settings for Vim and Emacs and unique identifier for Arch, a // version control system. Please do not modify past this point. // // Local Variables: // c-basic-offset: 3 // indent-tabs-mode: nil // End: // // vim: et sts=3 sw=3 // arch-tag: 57018e2b-d264-4f93-bfa7-06752ebf631e