creaContours_lib
|
#include <interfSegmentationPanels.h>
Public Member Functions | |
interfMirrorPanel (wxWindow *parent) | |
~interfMirrorPanel () | |
Private Member Functions | |
void | onAxisShow (wxCommandEvent &event) |
void | onMirrorGo (wxCommandEvent &event) |
void | onChangeWidth (wxScrollEvent &event) |
Private Attributes | |
wxSlider * | _thickness |
bool | _axisStatus |
Definition at line 106 of file interfSegmentationPanels.h.
interfMirrorPanel::interfMirrorPanel | ( | wxWindow * | parent | ) |
Begin of the mirror panel
Definition at line 236 of file interfSegmentationPanels.cxx.
References _axisStatus, _thickness, onAxisShow(), and onMirrorGo().
interfMirrorPanel::~interfMirrorPanel | ( | ) |
Definition at line 260 of file interfSegmentationPanels.cxx.
|
private |
Definition at line 263 of file interfSegmentationPanels.cxx.
References _axisStatus, interfMainPanel::getInstance(), interfMainPanel::onMirrorAxisHide(), and interfMainPanel::onMirrorAxisShow().
Referenced by interfMirrorPanel().
|
private |
Definition at line 286 of file interfSegmentationPanels.cxx.
References _thickness, interfMainPanel::getInstance(), and interfMainPanel::onMirrorChangeWidth().
|
private |
Definition at line 278 of file interfSegmentationPanels.cxx.
References _axisStatus, interfMainPanel::getInstance(), and interfMainPanel::onMirror().
Referenced by interfMirrorPanel().
|
private |
Definition at line 117 of file interfSegmentationPanels.h.
Referenced by interfMirrorPanel(), onAxisShow(), and onMirrorGo().
|
private |
Definition at line 115 of file interfSegmentationPanels.h.
Referenced by interfMirrorPanel(), and onChangeWidth().