]> Creatis software - creaContours.git/blob - lib/Interface_ManagerContour_NDimensions/wxContour_ControlPanel.cxx
676566966d0b117c005bccf02a93dcc798f13ab5
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContour_ControlPanel.cxx
1
2 //----------------------------------------------------------------------------------------------------------------
3 // Class definition include
4 //----------------------------------------------------------------------------------------------------------------
5 #include "wxContour_ControlPanel.h"
6
7
8 //----------------------------------------------------------------------------------------------------------------
9 // Class implementation
10 //----------------------------------------------------------------------------------------------------------------
11 /** @file wxConceptControl.cxx */
12
13
14 //------------------------------------------------------------------------------------------------------------
15 // Includes
16 //------------------------------------------------------------------------------------------------------------
17 #include "wxContour_ListViewPanel.h"
18
19 //------------------------------------------------------------------------------------------------------------
20 // Generated events declaration and definition
21 //------------------------------------------------------------------------------------------------------------
22
23 //DEFINE_EVENT_TYPE( wxEVT_CONCEPT_RELEASE )
24
25
26         //------------------------------------------------------------------------------------------------------------
27         // Constructors & Destructors
28         //------------------------------------------------------------------------------------------------------------
29         wxContour_ControlPanel :: wxContour_ControlPanel(wxWindow * parent)
30         {
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);*/
34         }
35
36         wxContour_ControlPanel :: ~wxContour_ControlPanel()
37         {
38
39         }
40                         
41         //------------------------------------------------------------------------------------------------------------
42         // Methods for capturing events
43         //------------------------------------------------------------------------------------------------------------
44
45                 
46         //------------------------------------------------------------------------------------------------------------
47         //  Methods for sending events
48         //------------------------------------------------------------------------------------------------------------
49         void wxContour_ListViewPanel :: sendEnvent( WXTYPE theEventType )
50         {
51
52         }
53
54
55         //------------------------------------------------------------------------------------------------------------
56         //  Attributes getters and setters
57         //------------------------------------------------------------------------------------------------------------
58
59         //------------------------------------------------------------------------------------------------------------
60         //  Other functional methods
61         //------------------------------------------------------------------------------------------------------------
62
63         //------------------------------------------------------------------------------------------------------------
64         //  Private methods
65         //------------------------------------------------------------------------------------------------------------
66
67         //------------------------------------------------------------------------------------------------------------
68         // Creational and initialization methods
69         //------------------------------------------------------------------------------------------------------------
70
71                 
72         //------------------------------------------------------------------------------------------------------------
73         // Attributtes
74         //------------------------------------------------------------------------------------------------------------
75         
76