]> Creatis software - creaContours.git/blob - lib/Interface_ManagerContour_NDimensions/wxContour_AutomaticFormsToolsPanel.h
6d3814bcad3a5f03491761e782c97c879e4bae4e
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContour_AutomaticFormsToolsPanel.h
1 #ifndef __wxContour_AutomaticFormsToolsPanel_h_INCLUDED_H__
2 #define __wxContour_AutomaticFormsToolsPanel_h_INCLUDED_H__
3
4
5 // -----------------------------------------------------------------------------------------------------------
6 // WX headers inclusion.
7 // For compilers that support precompilation, includes <wx/wx.h>.
8 // -----------------------------------------------------------------------------------------------------------
9
10 #include <wx/wxprec.h>
11 #ifdef __BORLANDC__
12 #pragma hdrstop
13 #endif
14 #ifndef WX_PRECOMP
15 #include <wx/wx.h>
16 #endif
17
18
19 //------------------------------------------------------------------------------------------------------------
20 // Includes
21 //------------------------------------------------------------------------------------------------------------
22
23
24 //------------------------------------------------------------------------------------------------------------
25 // Events declaration
26 //------------------------------------------------------------------------------------------------------------
27 /*BEGIN_DECLARE_EVENT_TYPES()
28         DECLARE_EVENT_TYPE( wxEVT_CONCEPT_RELEASE, -1 ) 
29 END_DECLARE_EVENT_TYPES()*/
30
31 /** file wxContour_AutomaticFormsToolsPanel.h */
32
33
34 //------------------------------------------------------------------------------------------------------------
35 // Class definition
36 //------------------------------------------------------------------------------------------------------------
37 class wxContour_AutomaticFormsToolsPanel : public wxPanel {
38
39                 public:
40
41         //------------------------------------------------------------------------------------------------------------
42         // Constructors & Destructors
43         //------------------------------------------------------------------------------------------------------------
44         wxContour_AutomaticFormsToolsPanel();
45
46         ~wxContour_AutomaticFormsToolsPanel();
47                         
48         //------------------------------------------------------------------------------------------------------------
49         // Methods for capturing events
50         //------------------------------------------------------------------------------------------------------------
51
52                 
53         //------------------------------------------------------------------------------------------------------------
54         //  Methods for sending events
55         //------------------------------------------------------------------------------------------------------------
56         void sendEnvent( WXTYPE theEventType );
57
58
59         //------------------------------------------------------------------------------------------------------------
60         //  Attributes getters and setters
61         //------------------------------------------------------------------------------------------------------------
62
63         //------------------------------------------------------------------------------------------------------------
64         //  Other functional methods
65         //------------------------------------------------------------------------------------------------------------
66
67 private:
68         //------------------------------------------------------------------------------------------------------------
69         //  Private methods
70         //------------------------------------------------------------------------------------------------------------
71
72         //------------------------------------------------------------------------------------------------------------
73         // Creational and initialization methods
74         //------------------------------------------------------------------------------------------------------------
75
76                 
77         //------------------------------------------------------------------------------------------------------------
78         // Attributtes
79         //------------------------------------------------------------------------------------------------------------
80         
81
82 };
83 #endif // __wxContour_AutomaticFormsToolsPanel_HEADER_FILE__
84  
85