creaContours_lib
|
#include <interfToolsPanels.h>
Public Member Functions | |
interfConfigurationPanel (wxWindow *parent) | |
~interfConfigurationPanel () | |
Private Member Functions | |
void | onWidthOfContour (wxScrollEvent &event) |
void | onBrigthnessColorWindowLevel (wxScrollEvent &event) |
void | OnInterpolation (wxCommandEvent &event) |
Private Attributes | |
wxSlider * | _withOfContourLine |
wxSlider * | _brithtnessWindowLevel |
wxSlider * | _brithtnessColorLevel |
wxCheckBox * | _interpolationCheckBox |
Definition at line 34 of file interfToolsPanels.h.
interfConfigurationPanel::interfConfigurationPanel | ( | wxWindow * | parent | ) |
Definition at line 29 of file interfToolsPanels.cxx.
References _brithtnessColorLevel, _brithtnessWindowLevel, _interpolationCheckBox, _withOfContourLine, interfMainPanel::getColorWindow(), interfMainPanel::getImageRange(), interfMainPanel::getInstance(), interfMainPanel::getWindowLevel(), onBrigthnessColorWindowLevel(), OnInterpolation(), and onWidthOfContour().
interfConfigurationPanel::~interfConfigurationPanel | ( | ) |
Definition at line 90 of file interfToolsPanels.cxx.
|
private |
Definition at line 100 of file interfToolsPanels.cxx.
References _brithtnessColorLevel, _brithtnessWindowLevel, interfMainPanel::getInstance(), and interfMainPanel::onBrigthnessColorWindowLevel().
Referenced by interfConfigurationPanel().
|
private |
Definition at line 108 of file interfToolsPanels.cxx.
References _interpolationCheckBox, interfMainPanel::getInstance(), and interfMainPanel::onInterpolation().
Referenced by interfConfigurationPanel().
|
private |
Definition at line 94 of file interfToolsPanels.cxx.
References _withOfContourLine, interfMainPanel::getInstance(), and interfMainPanel::onWidthOfContour().
Referenced by interfConfigurationPanel().
|
private |
Definition at line 54 of file interfToolsPanels.h.
Referenced by interfConfigurationPanel(), and onBrigthnessColorWindowLevel().
|
private |
Definition at line 53 of file interfToolsPanels.h.
Referenced by interfConfigurationPanel(), and onBrigthnessColorWindowLevel().
|
private |
Definition at line 55 of file interfToolsPanels.h.
Referenced by interfConfigurationPanel(), and OnInterpolation().
|
private |
Definition at line 52 of file interfToolsPanels.h.
Referenced by interfConfigurationPanel(), and onWidthOfContour().