#include <wxContour_ControlPanel.h>
Public Member Functions | |
wxContour_ControlPanel (wxWindow *parent) | |
~wxContour_ControlPanel () | |
void | sendEnvent (WXTYPE theEventType) |
Private Attributes | |
wxContour_ListViewPanel * | allContours |
wxContour_ListViewPanel * | selectedContours |
wxContour_ListViewPanel * | instantContours |
Definition at line 37 of file wxContour_ControlPanel.h.
wxContour_ControlPanel::wxContour_ControlPanel | ( | wxWindow * | parent | ) |
Definition at line 29 of file wxContour_ControlPanel.cxx.
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 }
wxContour_ControlPanel::~wxContour_ControlPanel | ( | ) |
void wxContour_ControlPanel::sendEnvent | ( | WXTYPE | theEventType | ) |
Definition at line 82 of file wxContour_ControlPanel.h.
Definition at line 86 of file wxContour_ControlPanel.h.
Definition at line 84 of file wxContour_ControlPanel.h.