creaContours_lib
wxContour_ControlPanel Class Reference

#include <wxContour_ControlPanel.h>

Inheritance diagram for wxContour_ControlPanel:
Collaboration diagram for wxContour_ControlPanel:

Public Member Functions

 wxContour_ControlPanel (wxWindow *parent)
 
 ~wxContour_ControlPanel ()
 
void sendEnvent (WXTYPE theEventType)
 

Private Attributes

wxContour_ListViewPanelallContours
 
wxContour_ListViewPanelselectedContours
 
wxContour_ListViewPanelinstantContours
 

Detailed Description

Definition at line 62 of file wxContour_ControlPanel.h.

Constructor & Destructor Documentation

wxContour_ControlPanel::wxContour_ControlPanel ( wxWindow *  parent)

Definition at line 54 of file wxContour_ControlPanel.cxx.

55  {
56 /* allContours = new wxContour_ListViewPanel (m_panel, LIST_CTRL, wxDefaultPosition, wxDefaultSize, flags | wxSUNKEN_BORDER | wxLC_EDIT_LABELS);
57  selectedContours = new wxContour_ListViewPanel (m_panel, LIST_CTRL, wxDefaultPosition, wxDefaultSize, flags | wxSUNKEN_BORDER | wxLC_EDIT_LABELS);
58  instantContours = new wxContour_ListViewPanel (m_panel, LIST_CTRL, wxDefaultPosition, wxDefaultSize, flags | wxSUNKEN_BORDER | wxLC_EDIT_LABELS);*/
59  }
wxContour_ControlPanel::~wxContour_ControlPanel ( )

Definition at line 61 of file wxContour_ControlPanel.cxx.

62  {
63 
64  }

Member Function Documentation

void wxContour_ControlPanel::sendEnvent ( WXTYPE  theEventType)

Member Data Documentation

wxContour_ListViewPanel* wxContour_ControlPanel::allContours
private

Definition at line 107 of file wxContour_ControlPanel.h.

wxContour_ListViewPanel* wxContour_ControlPanel::instantContours
private

Definition at line 111 of file wxContour_ControlPanel.h.

wxContour_ListViewPanel* wxContour_ControlPanel::selectedContours
private

Definition at line 109 of file wxContour_ControlPanel.h.


The documentation for this class was generated from the following files: