creaContours_lib
|
#include <interfToolsPanels.h>
Public Member Functions | |
interfCalibrationPanel (wxWindow *parent) | |
~interfCalibrationPanel () | |
void | onCalibrate (wxCommandEvent &event) |
Private Attributes | |
wxTextCtrl * | _size |
wxRadioBox * | _unitsRadiobox |
This class represents the calibration panel in the interface icons
Definition at line 125 of file interfToolsPanels.h.
interfCalibrationPanel::interfCalibrationPanel | ( | wxWindow * | parent | ) |
Initialized the panel
parent | Window who contains the panel |
Definition at line 513 of file interfToolsPanels.cxx.
References _size, _unitsRadiobox, interfMainPanel::getImageRange(), interfMainPanel::getInstance(), and onCalibrate().
interfCalibrationPanel::~interfCalibrationPanel | ( | ) |
Definition at line 542 of file interfToolsPanels.cxx.
void interfCalibrationPanel::onCalibrate | ( | wxCommandEvent & | event | ) |
Manages the event associated with the button of calibration
Definition at line 546 of file interfToolsPanels.cxx.
References _size, _unitsRadiobox, interfMainPanel::getInstance(), and interfMainPanel::onCalibration().
Referenced by interfCalibrationPanel().
|
private |
Text field of the calibration measure
Definition at line 148 of file interfToolsPanels.h.
Referenced by interfCalibrationPanel(), and onCalibrate().
|
private |
Radio Box with the measurement units
Definition at line 153 of file interfToolsPanels.h.
Referenced by interfCalibrationPanel(), and onCalibrate().