00001 #ifndef __wxContour_AutomaticFormsToolsPanel_h_INCLUDED_H__ 00002 #define __wxContour_AutomaticFormsToolsPanel_h_INCLUDED_H__ 00003 00004 00005 // ----------------------------------------------------------------------------------------------------------- 00006 // WX headers inclusion. 00007 // For compilers that support precompilation, includes <wx/wx.h>. 00008 // ----------------------------------------------------------------------------------------------------------- 00009 00010 #include <wx/wxprec.h> 00011 #ifdef __BORLANDC__ 00012 #pragma hdrstop 00013 #endif 00014 #ifndef WX_PRECOMP 00015 #include <wx/wx.h> 00016 #endif 00017 00018 00019 //------------------------------------------------------------------------------------------------------------ 00020 // Includes 00021 //------------------------------------------------------------------------------------------------------------ 00022 00023 00024 //------------------------------------------------------------------------------------------------------------ 00025 // Events declaration 00026 //------------------------------------------------------------------------------------------------------------ 00027 /*BEGIN_DECLARE_EVENT_TYPES() 00028 DECLARE_EVENT_TYPE( wxEVT_CONCEPT_RELEASE, -1 ) 00029 END_DECLARE_EVENT_TYPES()*/ 00030 00034 //------------------------------------------------------------------------------------------------------------ 00035 // Class definition 00036 //------------------------------------------------------------------------------------------------------------ 00037 class wxContour_AutomaticFormsToolsPanel : public wxPanel { 00038 00039 public: 00040 00041 //------------------------------------------------------------------------------------------------------------ 00042 // Constructors & Destructors 00043 //------------------------------------------------------------------------------------------------------------ 00044 wxContour_AutomaticFormsToolsPanel(); 00045 00046 ~wxContour_AutomaticFormsToolsPanel(); 00047 00048 //------------------------------------------------------------------------------------------------------------ 00049 // Methods for capturing events 00050 //------------------------------------------------------------------------------------------------------------ 00051 00052 00053 //------------------------------------------------------------------------------------------------------------ 00054 // Methods for sending events 00055 //------------------------------------------------------------------------------------------------------------ 00056 void sendEnvent( WXTYPE theEventType ); 00057 00058 00059 //------------------------------------------------------------------------------------------------------------ 00060 // Attributes getters and setters 00061 //------------------------------------------------------------------------------------------------------------ 00062 00063 //------------------------------------------------------------------------------------------------------------ 00064 // Other functional methods 00065 //------------------------------------------------------------------------------------------------------------ 00066 00067 private: 00068 //------------------------------------------------------------------------------------------------------------ 00069 // Private methods 00070 //------------------------------------------------------------------------------------------------------------ 00071 00072 //------------------------------------------------------------------------------------------------------------ 00073 // Creational and initialization methods 00074 //------------------------------------------------------------------------------------------------------------ 00075 00076 00077 //------------------------------------------------------------------------------------------------------------ 00078 // Attributtes 00079 //------------------------------------------------------------------------------------------------------------ 00080 00081 00082 }; 00083 #endif // __wxContour_AutomaticFormsToolsPanel_HEADER_FILE__ 00084 00085