wxPanelControlsHealthySickSliceCT Class Reference

#include <wxQuantificationWidget_base.h>

List of all members.

Public Member Functions

 wxPanelControlsHealthySickSliceCT (wxWindow *parent, wxQuantificationWidget_base *quantificationWidget_base)

Detailed Description

Definition at line 265 of file wxQuantificationWidget_base.h.


Constructor & Destructor Documentation

wxPanelControlsHealthySickSliceCT::wxPanelControlsHealthySickSliceCT ( wxWindow *  parent,
wxQuantificationWidget_base quantificationWidget_base 
)

Definition at line 1057 of file wxQuantificationWidget_base.cxx.

References marDictionary::GetString().

01058                                                                 : wxPanel(parent,-1)
01059 {
01060         marDictionary marDict;
01061 //EEDxx 2.6
01062 //      this->SetBackgroundColour(*wxLIGHT_GREY);
01063 
01064 
01065         //_quantificationWidget = quantificationWidget;
01066 
01067     wxNotebook *wxnotbook = new wxNotebook(this, -1);
01068 //EEDxx 2.6
01069 //      wxnotbook->SetBackgroundColour(*wxLIGHT_GREY);
01070 
01071         wxPnlSearchStenosis             *page1  = new wxPnlSearchStenosis( wxnotbook , quantificationWidget_base);
01072         wxPanelSizeHealthyRegion        *page2  = new wxPanelSizeHealthyRegion (wxnotbook , quantificationWidget_base);
01073         wxPnlManualContour              *page3  = new wxPnlManualContour( wxnotbook , quantificationWidget_base);
01074         wxPnlContourControl             *page4  = new wxPnlContourControl( wxnotbook , quantificationWidget_base);
01075         wxnotbook->AddPage(page1, wxString(marDict.GetString(265), wxConvUTF8) ); //"Stenosis search "
01076         wxnotbook->AddPage(page2, wxString(marDict.GetString(360), wxConvUTF8) ); //"Healty region size "
01077         wxnotbook->AddPage(page3, wxString(marDict.GetString(800), wxConvUTF8) ); //"Contour modification"
01078         wxnotbook->AddPage(page4, wxString(marDict.GetString(940), wxConvUTF8) ); //"Contour Control"
01079         wxnotbook->SetSize(400,315);
01080 
01081         wxFlexGridSizer *sizer          = new wxFlexGridSizer(1);
01082         sizer->Add(wxnotbook, 1, wxTOP|wxLEFT|wxRIGHT, 5);
01083         this->SetSizer(sizer);
01084         this->SetAutoLayout(true);
01085         this->Layout();
01086         this->SetSize(400,400);
01087 
01088 }

Here is the call graph for this function:


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

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1