wxContour_ControlPanel Class Reference

#include <wxContour_ControlPanel.h>

Collaboration diagram for wxContour_ControlPanel:

Collaboration graph
[legend]

List of all members.

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 37 of file wxContour_ControlPanel.h.


Constructor & Destructor Documentation

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 (  ) 

Definition at line 36 of file wxContour_ControlPanel.cxx.

00037         {
00038 
00039         }


Member Function Documentation

void wxContour_ControlPanel::sendEnvent ( WXTYPE  theEventType  ) 


Member Data Documentation

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.


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

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