#include <HFOVDialog.h>
Public Member Functions | |
| HFOVDialog (wxWindow *parent, PT::SrcPanoImage &srcImg, double focalLength, double cropFactor) | |
| ctor. | |
| virtual | ~HFOVDialog () |
| dtor. | |
| PT::SrcPanoImage | GetSrcImage () |
| double | GetCropFactor () |
| double | GetFocalLength () |
Private Member Functions | |
| void | OnTypeChanged (wxCommandEvent &e) |
| void | OnHFOVChanged (wxCommandEvent &e) |
| void | OnFocalLengthChanged (wxCommandEvent &e) |
| void | OnCropFactorChanged (wxCommandEvent &e) |
| void | OnLoadLensParameters (wxCommandEvent &e) |
| void | OnOk (wxCommandEvent &e) |
Private Attributes | |
| wxTextCtrl * | m_cropText |
| wxTextCtrl * | m_focalLengthText |
| wxTextCtrl * | m_hfovText |
| wxChoice * | m_projChoice |
| wxButton * | m_okButton |
| PT::SrcPanoImage | m_srcImg |
| wxString | m_focalLengthStr |
| double | m_focalLength |
| wxString | m_cropFactorStr |
| double | m_cropFactor |
| wxString | m_HFOVStr |
| double | m_HFOV |
Also allows cancellation
Definition at line 36 of file HFOVDialog.h.
|
||||||||||||||||||||
|
ctor.
|
|
|
dtor.
Definition at line 44 of file HFOVDialog.h. |
|
|
Definition at line 365 of file HFOVDialog.cpp. Referenced by getLensDataFromUser(). |
|
|
Definition at line 370 of file HFOVDialog.cpp. |
|
|
Definition at line 357 of file HFOVDialog.cpp. References m_cropFactor, m_focalLength, m_HFOV, and m_srcImg. Referenced by getLensDataFromUser(). |
|
|
Definition at line 224 of file HFOVDialog.cpp. References PT::calcHFOV(), DEBUG_DEBUG, hugin_utils::doubleTowxString(), m_cropFactor, m_cropFactorStr, m_cropText, m_focalLength, m_HFOV, m_HFOVStr, m_hfovText, m_okButton, m_srcImg, and str2double(). |
|
|
Definition at line 182 of file HFOVDialog.cpp. References PT::calcHFOV(), DEBUG_DEBUG, hugin_utils::doubleTowxString(), m_cropFactor, m_focalLength, m_focalLengthStr, m_focalLengthText, m_HFOV, m_HFOVStr, m_hfovText, m_okButton, m_srcImg, and str2double(). |
|
|
Definition at line 127 of file HFOVDialog.cpp. References PT::calcFocalLength(), DEBUG_DEBUG, hugin_utils::doubleTowxString(), m_cropFactor, m_focalLength, m_focalLengthStr, m_focalLengthText, m_HFOV, m_HFOVStr, m_hfovText, m_okButton, m_srcImg, and str2double(). |
|
|
|
Definition at line 375 of file HFOVDialog.cpp. |
|
|
Definition at line 114 of file HFOVDialog.cpp. References PT::calcHFOV(), DEBUG_DEBUG, hugin_utils::doubleTowxString(), GetSelectedProjection(), m_cropFactor, m_focalLength, m_HFOV, m_HFOVStr, m_hfovText, m_projChoice, and m_srcImg. |
|
|
Definition at line 69 of file HFOVDialog.h. Referenced by GetSrcImage(), OnCropFactorChanged(), OnFocalLengthChanged(), OnHFOVChanged(), OnLoadLensParameters(), and OnTypeChanged(). |
|
|
Definition at line 68 of file HFOVDialog.h. Referenced by OnCropFactorChanged(), and OnLoadLensParameters(). |
|
|
Definition at line 59 of file HFOVDialog.h. Referenced by OnCropFactorChanged(), and OnLoadLensParameters(). |
|
|
Definition at line 67 of file HFOVDialog.h. Referenced by GetSrcImage(), OnCropFactorChanged(), OnFocalLengthChanged(), OnHFOVChanged(), OnLoadLensParameters(), and OnTypeChanged(). |
|
|
Definition at line 66 of file HFOVDialog.h. Referenced by OnFocalLengthChanged(), OnHFOVChanged(), and OnLoadLensParameters(). |
|
|
Definition at line 60 of file HFOVDialog.h. Referenced by OnFocalLengthChanged(), OnHFOVChanged(), and OnLoadLensParameters(). |
|
|
Definition at line 71 of file HFOVDialog.h. Referenced by GetSrcImage(), OnCropFactorChanged(), OnFocalLengthChanged(), OnHFOVChanged(), OnLoadLensParameters(), OnOk(), and OnTypeChanged(). |
|
|
Definition at line 70 of file HFOVDialog.h. Referenced by OnCropFactorChanged(), OnFocalLengthChanged(), OnHFOVChanged(), OnLoadLensParameters(), and OnTypeChanged(). |
|
|
Definition at line 61 of file HFOVDialog.h. Referenced by OnCropFactorChanged(), OnFocalLengthChanged(), OnHFOVChanged(), OnLoadLensParameters(), and OnTypeChanged(). |
|
|
Definition at line 63 of file HFOVDialog.h. Referenced by OnCropFactorChanged(), OnFocalLengthChanged(), OnHFOVChanged(), and OnLoadLensParameters(). |
|
|
Definition at line 62 of file HFOVDialog.h. Referenced by OnLoadLensParameters(), and OnTypeChanged(). |
|
|
Definition at line 65 of file HFOVDialog.h. Referenced by GetSrcImage(), OnCropFactorChanged(), OnFocalLengthChanged(), OnHFOVChanged(), OnLoadLensParameters(), OnOk(), and OnTypeChanged(). |
1.3.9.1