]> Creatis software - creaContours.git/blob - lib/Interface_ManagerContour_NDimensions/wxContour_ListViewPanel.cxx
9ac8a5c5e3c7b2f411f4e2e92e729ad03d65ddf5
[creaContours.git] / lib / Interface_ManagerContour_NDimensions / wxContour_ListViewPanel.cxx
1
2 //----------------------------------------------------------------------------------------------------------------
3 // Class definition include
4 //----------------------------------------------------------------------------------------------------------------
5 #include "wxContour_ListViewPanel.h"
6
7 //----------------------------------------------------------------------------------------------------------------
8 // Class implementation
9 //----------------------------------------------------------------------------------------------------------------
10 /** @file wxConceptControl.cxx */
11
12
13 //------------------------------------------------------------------------------------------------------------
14 // Includes
15 //------------------------------------------------------------------------------------------------------------
16
17 #include "wxContour_ControlPanel.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
30         wxContour_ListViewPanel ::      wxContour_ListViewPanel(wxWindow *parent,const wxWindowID id, const wxPoint& pos,const wxSize& size,long style)
31      : wxListCtrl(parent, id, pos, size, style), itemsStyle(*wxBLUE, *wxLIGHT_GREY, wxNullFont) 
32         {
33
34         }
35
36         wxContour_ListViewPanel :: ~ wxContour_ListViewPanel()
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         void wxContour_ListViewPanel :: setContainerParent( wxContour_ControlPanel * theBuilder)
60         {
61
62         }
63
64         //------------------------------------------------------------------------------------------------------------
65         //  Other functional methods
66         //------------------------------------------------------------------------------------------------------------
67
68         //------------------------------------------------------------------------------------------------------------
69         //  Private methods
70         //------------------------------------------------------------------------------------------------------------
71
72         //------------------------------------------------------------------------------------------------------------
73         // Creational and initialization methods
74         //------------------------------------------------------------------------------------------------------------
75
76                 
77         //------------------------------------------------------------------------------------------------------------
78         // Attributtes
79         //------------------------------------------------------------------------------------------------------------
80         
81