|
creaContours_lib
|
#include <interfToolsPanels.h>


Public Member Functions | |
| interfInformationPanel (wxWindow *parent) | |
| ~interfInformationPanel () | |
| void | setStringInfoPanel (wxString tmpString) |
| void | setRowLabelInfoPanel (int z, wxString tempString) |
| void | appendCols (int numcols) |
| int | getNumberCols () |
| void | setCellValue (int z, int tmpIntA, wxString tempString) |
| void | setColLabel (int tmpIntB, wxString tmpTitleString) |
| wxString | getCellValue (int j, int i) |
Private Member Functions | |
| void | onInformationContourLabels (wxCommandEvent &event) |
| void | onExtractInformation (wxCommandEvent &event) |
| void | onShowResultImages (wxCommandEvent &event) |
| void | onSaveResults (wxCommandEvent &event) |
| void | onContourGroup (wxCommandEvent &event) |
| void | FillGridWithContoursInformation () |
| void | onRangeSliceInformation (wxCommandEvent &event) |
Private Attributes | |
| mBarRange * | _mbarrangeRangeInformation |
| mBarRange * | _mbarrangeSliceInformation |
| wxGrid * | _grid |
| wxRadioBox * | _informationRadiobox |
| wxRadioBox * | _radiolstboxContourGroup |
| wxStaticText * | _staticTextInformation |
| wxCheckBox * | _XYZValues |
| wxCheckBox * | _contourImage |
| wxCheckBox * | _statistics |
Definition at line 83 of file interfToolsPanels.h.
| interfInformationPanel::interfInformationPanel | ( | wxWindow * | parent | ) |
Begin of information panel
Definition at line 215 of file interfToolsPanels.cxx.
References _contourImage, _grid, _informationRadiobox, _mbarrangeRangeInformation, _mbarrangeSliceInformation, _radiolstboxContourGroup, _staticTextInformation, _statistics, _XYZValues, FillGridWithContoursInformation(), interfMainPanel::GetImageDataSizeZ(), interfMainPanel::getImageRange(), interfMainPanel::getInstance(), onContourGroup(), onExtractInformation(), onInformationContourLabels(), onRangeSliceInformation(), onSaveResults(), and onShowResultImages().

| interfInformationPanel::~interfInformationPanel | ( | ) |
Definition at line 365 of file interfToolsPanels.cxx.
| void interfInformationPanel::appendCols | ( | int | numcols | ) |
Definition at line 485 of file interfToolsPanels.cxx.
References _grid.
|
private |
Definition at line 430 of file interfToolsPanels.cxx.
References _grid, interfMainPanel::GetImageDataSizeZ(), interfMainPanel::getInstance(), and interfMainPanel::getOutlinesName().
Referenced by interfInformationPanel(), and onInformationContourLabels().


| wxString interfInformationPanel::getCellValue | ( | int | j, |
| int | i | ||
| ) |
Definition at line 497 of file interfToolsPanels.cxx.
References _grid.
| int interfInformationPanel::getNumberCols | ( | ) |
Definition at line 481 of file interfToolsPanels.cxx.
References _grid.
|
private |
Definition at line 501 of file interfToolsPanels.cxx.
References _radiolstboxContourGroup, interfMainPanel::getInstance(), and interfMainPanel::SetContourGroup().
Referenced by interfInformationPanel().


|
private |
Definition at line 396 of file interfToolsPanels.cxx.
References _grid, _informationRadiobox, _mbarrangeRangeInformation, _mbarrangeSliceInformation, _radiolstboxContourGroup, interfMainPanel::getInstance(), and interfMainPanel::onInformationContourLabels().
Referenced by interfInformationPanel(), and onSaveResults().


|
private |
Definition at line 379 of file interfToolsPanels.cxx.
References FillGridWithContoursInformation().
Referenced by interfInformationPanel().


|
private |
Definition at line 370 of file interfToolsPanels.cxx.
References _mbarrangeRangeInformation, interfMainPanel::getInstance(), interfMainPanel::RefreshInterface(), and interfMainPanel::SetScalarRange().
Referenced by interfInformationPanel().


|
private |
Definition at line 410 of file interfToolsPanels.cxx.
References _contourImage, _informationRadiobox, _mbarrangeSliceInformation, _radiolstboxContourGroup, _statistics, _XYZValues, interfMainPanel::getInstance(), onExtractInformation(), and interfMainPanel::onSaveResults().
Referenced by interfInformationPanel().


|
private |
Definition at line 385 of file interfToolsPanels.cxx.
References _informationRadiobox, _mbarrangeSliceInformation, _radiolstboxContourGroup, interfMainPanel::getInstance(), and interfMainPanel::ShowResultImages().
Referenced by interfInformationPanel().


| void interfInformationPanel::setCellValue | ( | int | z, |
| int | tmpIntA, | ||
| wxString | tempString | ||
| ) |
Definition at line 489 of file interfToolsPanels.cxx.
References _grid.
| void interfInformationPanel::setColLabel | ( | int | tmpIntB, |
| wxString | tmpTitleString | ||
| ) |
Definition at line 493 of file interfToolsPanels.cxx.
References _grid.
| void interfInformationPanel::setRowLabelInfoPanel | ( | int | z, |
| wxString | tempString | ||
| ) |
Definition at line 477 of file interfToolsPanels.cxx.
References _grid.
| void interfInformationPanel::setStringInfoPanel | ( | wxString | tmpString | ) |
Definition at line 473 of file interfToolsPanels.cxx.
References _staticTextInformation.
|
private |
Definition at line 106 of file interfToolsPanels.h.
Referenced by interfInformationPanel(), and onSaveResults().
|
private |
Definition at line 101 of file interfToolsPanels.h.
Referenced by appendCols(), FillGridWithContoursInformation(), getCellValue(), getNumberCols(), interfInformationPanel(), onExtractInformation(), setCellValue(), setColLabel(), and setRowLabelInfoPanel().
|
private |
Definition at line 102 of file interfToolsPanels.h.
Referenced by interfInformationPanel(), onExtractInformation(), onSaveResults(), and onShowResultImages().
|
private |
Definition at line 99 of file interfToolsPanels.h.
Referenced by interfInformationPanel(), onExtractInformation(), and onRangeSliceInformation().
|
private |
Definition at line 100 of file interfToolsPanels.h.
Referenced by interfInformationPanel(), onExtractInformation(), onSaveResults(), and onShowResultImages().
|
private |
Definition at line 103 of file interfToolsPanels.h.
Referenced by interfInformationPanel(), onContourGroup(), onExtractInformation(), onSaveResults(), and onShowResultImages().
|
private |
Definition at line 104 of file interfToolsPanels.h.
Referenced by interfInformationPanel(), and setStringInfoPanel().
|
private |
Definition at line 107 of file interfToolsPanels.h.
Referenced by interfInformationPanel(), and onSaveResults().
|
private |
Definition at line 105 of file interfToolsPanels.h.
Referenced by interfInformationPanel(), and onSaveResults().