1 #ifndef __wxContour_ControlPanel_h_INCLUDED_H__
2 #define __wxContour_ControlPanel_h_INCLUDED_H__
5 // -----------------------------------------------------------------------------------------------------------
6 // WX headers inclusion.
7 // For compilers that support precompilation, includes <wx/wx.h>.
8 // -----------------------------------------------------------------------------------------------------------
10 #include <wx/wxprec.h>
19 //------------------------------------------------------------------------------------------------------------
21 //------------------------------------------------------------------------------------------------------------
24 //------------------------------------------------------------------------------------------------------------
26 //------------------------------------------------------------------------------------------------------------
27 /*BEGIN_DECLARE_EVENT_TYPES()
28 DECLARE_EVENT_TYPE( wxEVT_CONCEPT_RELEASE, -1 )
29 END_DECLARE_EVENT_TYPES()*/
31 /** file wxContour_ControlPanel.h */
33 class wxContour_ListViewPanel;
34 //------------------------------------------------------------------------------------------------------------
36 //------------------------------------------------------------------------------------------------------------
37 class wxContour_ControlPanel : public wxScrolledWindow {
41 //------------------------------------------------------------------------------------------------------------
42 // Constructors & Destructors
43 //------------------------------------------------------------------------------------------------------------
44 wxContour_ControlPanel(wxWindow * parent);
47 ~wxContour_ControlPanel();
49 //------------------------------------------------------------------------------------------------------------
50 // Methods for capturing events
51 //------------------------------------------------------------------------------------------------------------
54 //------------------------------------------------------------------------------------------------------------
55 // Methods for sending events
56 //------------------------------------------------------------------------------------------------------------
57 void sendEnvent( WXTYPE theEventType );
60 //------------------------------------------------------------------------------------------------------------
61 // Attributes getters and setters
62 //------------------------------------------------------------------------------------------------------------
64 //------------------------------------------------------------------------------------------------------------
65 // Other functional methods
66 //------------------------------------------------------------------------------------------------------------
69 //------------------------------------------------------------------------------------------------------------
71 //------------------------------------------------------------------------------------------------------------
73 //------------------------------------------------------------------------------------------------------------
74 // Creational and initialization methods
75 //------------------------------------------------------------------------------------------------------------
78 //------------------------------------------------------------------------------------------------------------
80 //------------------------------------------------------------------------------------------------------------
82 wxContour_ListViewPanel * allContours;
84 wxContour_ListViewPanel * selectedContours;
86 wxContour_ListViewPanel * instantContours;
89 #endif // __wxContour_ControlPanel_HEADER_FILE__