LineSearchSettingsDialog.h

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

Wygenerowano Fri Sep 29 21:04:48 2006 dla EduOptim2 programem  doxygen 1.4.6