wxContour_ControlPanel.cxx

Go to the documentation of this file.
00001 
00002 //----------------------------------------------------------------------------------------------------------------
00003 // Class definition include
00004 //----------------------------------------------------------------------------------------------------------------
00005 #include "wxContour_ControlPanel.h"
00006 
00007 
00008 //----------------------------------------------------------------------------------------------------------------
00009 // Class implementation
00010 //----------------------------------------------------------------------------------------------------------------
00014 //------------------------------------------------------------------------------------------------------------
00015 // Includes
00016 //------------------------------------------------------------------------------------------------------------
00017 #include "wxContour_ListViewPanel.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         wxContour_ControlPanel :: wxContour_ControlPanel(wxWindow * parent)
00030         {
00031 /*              allContours = new wxContour_ListViewPanel (m_panel, LIST_CTRL, wxDefaultPosition, wxDefaultSize, flags | wxSUNKEN_BORDER | wxLC_EDIT_LABELS);
00032                 selectedContours = new wxContour_ListViewPanel (m_panel, LIST_CTRL, wxDefaultPosition, wxDefaultSize, flags | wxSUNKEN_BORDER | wxLC_EDIT_LABELS);
00033                 instantContours = new wxContour_ListViewPanel (m_panel, LIST_CTRL, wxDefaultPosition, wxDefaultSize, flags | wxSUNKEN_BORDER | wxLC_EDIT_LABELS);*/
00034         }
00035 
00036         wxContour_ControlPanel :: ~wxContour_ControlPanel()
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         //------------------------------------------------------------------------------------------------------------
00060         //  Other functional methods
00061         //------------------------------------------------------------------------------------------------------------
00062 
00063         //------------------------------------------------------------------------------------------------------------
00064         //  Private methods
00065         //------------------------------------------------------------------------------------------------------------
00066 
00067         //------------------------------------------------------------------------------------------------------------
00068         // Creational and initialization methods
00069         //------------------------------------------------------------------------------------------------------------
00070 
00071                 
00072         //------------------------------------------------------------------------------------------------------------
00073         // Attributtes
00074         //------------------------------------------------------------------------------------------------------------
00075         
00076 

Generated on Wed Jun 27 23:28:32 2012 for creaContours_lib by  doxygen 1.5.7.1