]> Creatis software - creaContours.git/blob - lib/Interface_ManagerContour_NDimensions/wxContourMainPanel.h
ff40f7de69c71bc655a525dfe6e9c0fa14996166
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContourMainPanel.h
1 #ifndef __wxContour_MainPanel__
2 #define __wxContour_MainPanel__
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
28 BEGIN_DECLARE_EVENT_TYPES()
29 END_DECLARE_EVENT_TYPES()
30
31 /** file wxContourMainPanel.h */
32
33 //------------------------------------------------------------------------------------------------------------
34 // Class definition
35 //------------------------------------------------------------------------------------------------------------
36
37 class wxContourMainPanel : public wxScrolledWindow {
38
39         public:
40
41         //------------------------------------------------------------------------------------------------------------
42         // Constructors & Destructors
43         //------------------------------------------------------------------------------------------------------------
44         
45
46         //------------------------------------------------------------------------------------------------------------
47         // Creational and initialization methods
48         //------------------------------------------------------------------------------------------------------------
49         
50         //------------------------------------------------------------------------------------------------------------
51         // Methods for capturing events
52         //------------------------------------------------------------------------------------------------------------
53         
54         //------------------------------------------------------------------------------------------------------------
55         //  Methods for sending events
56         //------------------------------------------------------------------------------------------------------------
57
58         //------------------------------------------------------------------------------------------------------------
59         //  Attributes getters and setters
60         //------------------------------------------------------------------------------------------------------------
61
62         //------------------------------------------------------------------------------------------------------------
63         //  Other functional methods
64         //------------------------------------------------------------------------------------------------------------
65
66
67 private:
68         //------------------------------------------------------------------------------------------------------------
69         //  Private methods
70         //------------------------------------------------------------------------------------------------------------
71
72         //------------------------------------------------------------------------------------------------------------
73         // Attributtes
74         //------------------------------------------------------------------------------------------------------------
75
76         DECLARE_CLASS(wxContourMainPanel)
77         // any class wishing to process wxWindows events must use this macro
78         DECLARE_EVENT_TABLE()
79
80 };
81
82 #endif
83