00001 00002 //---------------------------------------------------------------------------------------------------------------- 00003 // Class definition include 00004 //---------------------------------------------------------------------------------------------------------------- 00005 #include "wxContour_ListViewPanel.h" 00006 00007 //---------------------------------------------------------------------------------------------------------------- 00008 // Class implementation 00009 //---------------------------------------------------------------------------------------------------------------- 00013 //------------------------------------------------------------------------------------------------------------ 00014 // Includes 00015 //------------------------------------------------------------------------------------------------------------ 00016 00017 #include "wxContour_ControlPanel.h" 00018 00019 //------------------------------------------------------------------------------------------------------------ 00020 // Generated events declaration and definition 00021 //------------------------------------------------------------------------------------------------------------ 00022 00023 //DEFINE_EVENT_TYPE( wxEVT_CONCEPT_RELEASE ) 00024 00025 00026 //------------------------------------------------------------------------------------------------------------ 00027 // Constructors & Destructors 00028 //------------------------------------------------------------------------------------------------------------ 00029 00030 wxContour_ListViewPanel :: wxContour_ListViewPanel(wxWindow *parent,const wxWindowID id, const wxPoint& pos,const wxSize& size,long style) 00031 : wxListCtrl(parent, id, pos, size, style), itemsStyle(*wxBLUE, *wxLIGHT_GREY, wxNullFont) 00032 { 00033 00034 } 00035 00036 wxContour_ListViewPanel :: ~ wxContour_ListViewPanel() 00037 { 00038 00039 } 00040 00041 //------------------------------------------------------------------------------------------------------------ 00042 // Methods for capturing events 00043 //------------------------------------------------------------------------------------------------------------ 00044 00045 00046 //------------------------------------------------------------------------------------------------------------ 00047 // Methods for sending events 00048 //------------------------------------------------------------------------------------------------------------ 00049 void wxContour_ListViewPanel :: sendEnvent( WXTYPE theEventType ) 00050 { 00051 00052 } 00053 00054 00055 //------------------------------------------------------------------------------------------------------------ 00056 // Attributes getters and setters 00057 //------------------------------------------------------------------------------------------------------------ 00058 00059 void wxContour_ListViewPanel :: setContainerParent( wxContour_ControlPanel * theBuilder) 00060 { 00061 00062 } 00063 00064 //------------------------------------------------------------------------------------------------------------ 00065 // Other functional methods 00066 //------------------------------------------------------------------------------------------------------------ 00067 00068 //------------------------------------------------------------------------------------------------------------ 00069 // Private methods 00070 //------------------------------------------------------------------------------------------------------------ 00071 00072 //------------------------------------------------------------------------------------------------------------ 00073 // Creational and initialization methods 00074 //------------------------------------------------------------------------------------------------------------ 00075 00076 00077 //------------------------------------------------------------------------------------------------------------ 00078 // Attributtes 00079 //------------------------------------------------------------------------------------------------------------ 00080 00081