#include <HDRMergeOptionDialog.h>
Public Member Functions | |
| HDRMergeOptionsDialog (wxWindow *parent) | |
| Constructor, read from xrc ressource. | |
| void | SetCommandLineArgument (wxString cmd) |
| sets the currents state of the hdrmerge options | |
| wxString | GetCommandLineArgument () |
| returns the hdrmerge options as command line arguments | |
| void | OnOk (wxCommandEvent &e) |
| check inputs | |
Protected Member Functions | |
| void | OnModeChanged (wxCommandEvent &e) |
| event handler when user selected different mode, refresh advanced option display | |
Private Member Functions | |
| bool | BuildCommandLineArgument () |
Private Attributes | |
| wxChoice * | m_mode |
| wxPanel * | m_panel_avg |
| wxPanel * | m_panel_avgslow |
| wxPanel * | m_panel_khan |
| wxCheckBox * | m_option_c |
| wxSpinCtrl * | m_khan_iter |
| wxTextCtrl * | m_khan_sigma |
| wxCheckBox * | m_option_khan_af |
| wxCheckBox * | m_option_khan_ag |
| wxCheckBox * | m_option_khan_am |
| wxString | m_cmd |
Dialog let user select, which parameter should be reseted. The user can select
Definition at line 45 of file HDRMergeOptionDialog.h.
|
|
Constructor, read from xrc ressource.
|
|
|
Definition at line 151 of file HDRMergeOptionDialog.cpp. References m_cmd, m_khan_iter, m_khan_sigma, m_mode, m_option_c, m_option_khan_af, m_option_khan_ag, and m_option_khan_am. Referenced by OnOk(). |
|
|
returns the hdrmerge options as command line arguments
Definition at line 53 of file HDRMergeOptionDialog.h. Referenced by PanoPanel::OnHDRMergeOptions(). |
|
|
event handler when user selected different mode, refresh advanced option display
Definition at line 215 of file HDRMergeOptionDialog.cpp. References m_mode, m_panel_avg, m_panel_avgslow, and m_panel_khan. Referenced by SetCommandLineArgument(). |
|
|
check inputs
Definition at line 224 of file HDRMergeOptionDialog.cpp. References BuildCommandLineArgument(). |
|
|
sets the currents state of the hdrmerge options
Definition at line 74 of file HDRMergeOptionDialog.cpp. References HUGIN_HDRMERGE_ARGS, m_cmd, m_khan_iter, m_khan_sigma, m_mode, m_option_c, m_option_khan_af, m_option_khan_ag, m_option_khan_am, and OnModeChanged(). Referenced by PanoPanel::OnHDRMergeOptions(). |
|
|
Definition at line 73 of file HDRMergeOptionDialog.h. Referenced by BuildCommandLineArgument(), and SetCommandLineArgument(). |
|
|
Definition at line 68 of file HDRMergeOptionDialog.h. Referenced by BuildCommandLineArgument(), and SetCommandLineArgument(). |
|
|
Definition at line 69 of file HDRMergeOptionDialog.h. Referenced by BuildCommandLineArgument(), and SetCommandLineArgument(). |
|
|
Definition at line 63 of file HDRMergeOptionDialog.h. Referenced by BuildCommandLineArgument(), OnModeChanged(), and SetCommandLineArgument(). |
|
|
Definition at line 67 of file HDRMergeOptionDialog.h. Referenced by BuildCommandLineArgument(), and SetCommandLineArgument(). |
|
|
Definition at line 70 of file HDRMergeOptionDialog.h. Referenced by BuildCommandLineArgument(), and SetCommandLineArgument(). |
|
|
Definition at line 71 of file HDRMergeOptionDialog.h. Referenced by BuildCommandLineArgument(), and SetCommandLineArgument(). |
|
|
Definition at line 72 of file HDRMergeOptionDialog.h. Referenced by BuildCommandLineArgument(), and SetCommandLineArgument(). |
|
|
Definition at line 64 of file HDRMergeOptionDialog.h. Referenced by OnModeChanged(). |
|
|
Definition at line 65 of file HDRMergeOptionDialog.h. Referenced by OnModeChanged(). |
|
|
Definition at line 66 of file HDRMergeOptionDialog.h. Referenced by OnModeChanged(). |
1.3.9.1