2 //----------------------------------------------------------------------------------------------------------------
3 // Class definition include
4 //----------------------------------------------------------------------------------------------------------------
5 #include "wxContour_ControlPanel.h"
8 //----------------------------------------------------------------------------------------------------------------
9 // Class implementation
10 //----------------------------------------------------------------------------------------------------------------
11 /** @file wxConceptControl.cxx */
14 //------------------------------------------------------------------------------------------------------------
16 //------------------------------------------------------------------------------------------------------------
17 #include "wxContour_ListViewPanel.h"
19 //------------------------------------------------------------------------------------------------------------
20 // Generated events declaration and definition
21 //------------------------------------------------------------------------------------------------------------
23 //DEFINE_EVENT_TYPE( wxEVT_CONCEPT_RELEASE )
26 //------------------------------------------------------------------------------------------------------------
27 // Constructors & Destructors
28 //------------------------------------------------------------------------------------------------------------
29 wxContour_ControlPanel :: wxContour_ControlPanel(wxWindow * parent)
31 /* allContours = new wxContour_ListViewPanel (m_panel, LIST_CTRL, wxDefaultPosition, wxDefaultSize, flags | wxSUNKEN_BORDER | wxLC_EDIT_LABELS);
32 selectedContours = new wxContour_ListViewPanel (m_panel, LIST_CTRL, wxDefaultPosition, wxDefaultSize, flags | wxSUNKEN_BORDER | wxLC_EDIT_LABELS);
33 instantContours = new wxContour_ListViewPanel (m_panel, LIST_CTRL, wxDefaultPosition, wxDefaultSize, flags | wxSUNKEN_BORDER | wxLC_EDIT_LABELS);*/
36 wxContour_ControlPanel :: ~wxContour_ControlPanel()
41 //------------------------------------------------------------------------------------------------------------
42 // Methods for capturing events
43 //------------------------------------------------------------------------------------------------------------
46 //------------------------------------------------------------------------------------------------------------
47 // Methods for sending events
48 //------------------------------------------------------------------------------------------------------------
49 void wxContour_ListViewPanel :: sendEnvent( WXTYPE theEventType )
55 //------------------------------------------------------------------------------------------------------------
56 // Attributes getters and setters
57 //------------------------------------------------------------------------------------------------------------
59 //------------------------------------------------------------------------------------------------------------
60 // Other functional methods
61 //------------------------------------------------------------------------------------------------------------
63 //------------------------------------------------------------------------------------------------------------
65 //------------------------------------------------------------------------------------------------------------
67 //------------------------------------------------------------------------------------------------------------
68 // Creational and initialization methods
69 //------------------------------------------------------------------------------------------------------------
72 //------------------------------------------------------------------------------------------------------------
74 //------------------------------------------------------------------------------------------------------------