00001
00006 #ifndef _LineSearchSettingsDialog_h
00007 #define _LineSearchSettingsDialog_h
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #include "../Method.h"
00018
00019
00020
00021
00022
00023 class LineSearchSettingsDialog
00024 : public wxDialog
00025 {
00026 public:
00027
00028
00031 LineSearchSettingsDialog(wxWindow* pParent, wxWindowID id, Method* pMethod);
00032
00033
00036 ~LineSearchSettingsDialog(void);
00037
00038
00039
00040
00041
00042
00043 void OnOk(wxCommandEvent& event);
00044
00045
00046
00047
00048 protected:
00049 private:
00050 wxButton* mpOkButton;
00051 wxButton* mpCancelButton;
00052
00053 wxPanel* mpMethodPanel;
00054
00055 DECLARE_EVENT_TABLE()
00056 };
00057
00058
00059
00060
00061
00062
00063
00064 #endif // _LineSearchSettingsDialog_h