1 /*=========================================================================
4 Module: $RCSfile: wxMaracasParametersDialog.h,v $
6 Date: $Date: 2008/10/31 16:32:10 $
7 Version: $Revision: 1.1 $
9 Copyright: (c) 2002, 2003
12 This software is distributed WITHOUT ANY WARRANTY; without even
13 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14 PURPOSE. See the above copyright notice for more information.
16 =========================================================================*/
18 #ifndef __WX__GENERAL__PARAMETERS__DIALOG__
19 #define __WX__GENERAL__PARAMETERS__DIALOG__
22 #include <wx/dialog.h>
23 #include <wx/colordlg.h>
24 #include <wx/dirdlg.h>
26 #include <kernel/marInterface.h>
28 #include "widgets/wxParametersDialog.h"
31 * \brief Dialog class to select parameters
33 class wxMaracasParametersDialog : public wxParametersDialog
37 wxMaracasParametersDialog( wxWindow* parent, marInterface* mar );
42 void OnOk( wxCommandEvent& event );
43 void OnCancel( wxCommandEvent& event );
44 void OnDefault( wxCommandEvent& event );
45 void OnReset( wxCommandEvent& event );
46 void OnApply( wxCommandEvent& event );
49 // PS -> void OnBrowseWorkDir( wxCommandEvent& event );
50 // PS -> void OnBrowseDICOMDir( wxCommandEvent& event );
52 // PS -> void OnChoose3DColor( wxCommandEvent& event );
53 // PS -> void OnChooseAxisColor( wxCommandEvent& event );
56 DECLARE_EVENT_TABLE( );
58 wxString _bak_edtThresholdIsoContours_String;
59 wxString _bak_edtFlexionCoef_String;
60 wxString _bak_edtTensionCoef_String;
61 wxString _bak_edtMaskSize_String;
62 wxString _bak_edtDiscreetStep_String;
69 #endif // __WX__GENERAL__PARAMETERS__DIALOG__