]> Creatis software - creaContours.git/blob - lib/Interface_ManagerContour_NDimensions/wxContour_MenuBar.h
1a18aa36d8e5334d358accaed7e7d998bc7f0681
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContour_MenuBar.h
1 #ifndef __wxContour_MenuBar_h_INCLUDED_H__
2 #define __wxContour_MenuBar_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_MenuBar.h */
32
33
34 //------------------------------------------------------------------------------------------------------------
35 // Class definition
36 //------------------------------------------------------------------------------------------------------------
37 class wxContour_MenuBar : public wxScrolledWindow {
38
39                 public:
40
41         //------------------------------------------------------------------------------------------------------------
42         // Constructors & Destructors
43         //------------------------------------------------------------------------------------------------------------
44         
45                         
46         //------------------------------------------------------------------------------------------------------------
47         // Methods for capturing events
48         //------------------------------------------------------------------------------------------------------------
49
50                 
51         //------------------------------------------------------------------------------------------------------------
52         //  Methods for sending events
53         //------------------------------------------------------------------------------------------------------------
54         void sendEnvent( WXTYPE theEventType );
55
56
57         //------------------------------------------------------------------------------------------------------------
58         //  Attributes getters and setters
59         //------------------------------------------------------------------------------------------------------------
60
61         //------------------------------------------------------------------------------------------------------------
62         //  Other functional methods
63         //------------------------------------------------------------------------------------------------------------
64
65 private:
66         //------------------------------------------------------------------------------------------------------------
67         //  Private methods
68         //------------------------------------------------------------------------------------------------------------
69
70         //------------------------------------------------------------------------------------------------------------
71         // Creational and initialization methods
72         //------------------------------------------------------------------------------------------------------------
73
74                 
75         //------------------------------------------------------------------------------------------------------------
76         // Attributtes
77         //------------------------------------------------------------------------------------------------------------
78         
79
80 };
81 #endif // __wxContour_MenuBar_HEADER_FILE__
82  
83