#include <PreferencesDialog.h>
Public Member Functions | |
| PreferencesDialog (wxWindow *parent) | |
| ctor. | |
| virtual | ~PreferencesDialog () |
| dtor. | |
| void | UpdateDisplayData (int panel) |
| Config to Window. | |
| void | UpdateConfigData () |
| Window to Config. | |
Protected Member Functions | |
| void | OnOk (wxCommandEvent &e) |
| void | OnHelp (wxCommandEvent &e) |
| void | OnCancel (wxCommandEvent &e) |
| void | OnRotationCheckBox (wxCommandEvent &e) |
| void | OnEnblendExe (wxCommandEvent &e) |
| void | OnEnfuseExe (wxCommandEvent &e) |
| void | OnRestoreDefaults (wxCommandEvent &e) |
| void | OnCustomEnblend (wxCommandEvent &e) |
| void | OnCustomEnfuse (wxCommandEvent &e) |
| void | OnCPDetectorAdd (wxCommandEvent &e) |
| void | OnCPDetectorEdit (wxCommandEvent &e) |
| void | OnCPDetectorDelete (wxCommandEvent &e) |
| void | OnCPDetectorMoveUp (wxCommandEvent &e) |
| void | OnCPDetectorMoveDown (wxCommandEvent &e) |
| void | OnCPDetectorDefault (wxCommandEvent &e) |
| void | OnCPDetectorListDblClick (wxCommandEvent &e) |
| void | OnCPDetectorLoad (wxCommandEvent &e) |
| event handler for loading cp detector settings | |
| void | OnCPDetectorSave (wxCommandEvent &e) |
| event handler for saving cp detector settings | |
| void | OnFileFormatChanged (wxCommandEvent &e) |
| event handler if default file format was changed | |
| void | OnProcessorChanged (wxCommandEvent &e) |
| event handler if processor was changed | |
| void | OnUpdateProjectFilename (wxCommandEvent &e) |
| event handler to update preview for project filename | |
| void | OnUpdateOutputFilename (wxCommandEvent &e) |
| event handler to update preview for project filename | |
| void | EnableRotationCtrls (bool enable) |
Private Member Functions | |
| void | UpdateFileFormatControls () |
| void | UpdateProcessorControls () |
Private Attributes | |
| wxListBox * | m_CPDetectorList |
| CPDetectorConfig | cpdetector_config_edit |
A simple preferences dialog, used to inspect and set the various prefs stored in the wxConfig object
Definition at line 38 of file PreferencesDialog.h.
|
|
ctor.
|
|
|
dtor.
Definition at line 236 of file PreferencesDialog.cpp. References DEBUG_TRACE, and StoreFramePosition(). |
|
|
Definition at line 319 of file PreferencesDialog.cpp. Referenced by OnRotationCheckBox(), and UpdateDisplayData(). |
|
|
Definition at line 258 of file PreferencesDialog.cpp. |
|
|
Definition at line 825 of file PreferencesDialog.cpp. References cpdetector_config_edit, CPDetectorConfig::FillControl(), CPDetectorConfig::GetCount(), m_CPDetectorList, CPDetectorConfig::settings, and CPDetectorDialog::UpdateSettings(). |
|
|
Definition at line 907 of file PreferencesDialog.cpp. References cpdetector_config_edit, CPDetectorConfig::FillControl(), CPDetectorConfig::GetDefaultGenerator(), m_CPDetectorList, and CPDetectorConfig::SetDefaultGenerator(). |
|
|
Definition at line 858 of file PreferencesDialog.cpp. References cpdetector_config_edit, CPDetectorConfig::FillControl(), CPDetectorConfig::GetCount(), CPDetectorConfig::GetDefaultGenerator(), m_CPDetectorList, CPDetectorConfig::SetDefaultGenerator(), and CPDetectorConfig::settings. |
|
|
Definition at line 837 of file PreferencesDialog.cpp. References cpdetector_config_edit, CPDetectorConfig::FillControl(), m_CPDetectorList, CPDetectorDialog::UpdateFields(), and CPDetectorDialog::UpdateSettings(). Referenced by OnCPDetectorListDblClick(). |
|
|
Definition at line 918 of file PreferencesDialog.cpp. References OnCPDetectorEdit(). |
|
|
event handler for loading cp detector settings
Definition at line 923 of file PreferencesDialog.cpp. References cpdetector_config_edit, CPDetectorConfig::ReadFromFile(), UpdateDisplayData(), and CPDetectorConfig::Write(). |
|
|
Definition at line 896 of file PreferencesDialog.cpp. References cpdetector_config_edit, CPDetectorConfig::FillControl(), m_CPDetectorList, and CPDetectorConfig::Swap(). |
|
|
Definition at line 885 of file PreferencesDialog.cpp. References cpdetector_config_edit, CPDetectorConfig::FillControl(), m_CPDetectorList, and CPDetectorConfig::Swap(). |
|
|
event handler for saving cp detector settings
Definition at line 938 of file PreferencesDialog.cpp. References cpdetector_config_edit, CPDetectorConfig::Write(), and CPDetectorConfig::WriteToFile(). |
|
|
Definition at line 307 of file PreferencesDialog.cpp. |
|
|
Definition at line 313 of file PreferencesDialog.cpp. |
|
|
Definition at line 273 of file PreferencesDialog.cpp. References HUGIN_ENBLEND_EXE. |
|
|
Definition at line 290 of file PreferencesDialog.cpp. References HUGIN_ENFUSE_EXE. |
|
|
event handler if default file format was changed
Definition at line 959 of file PreferencesDialog.cpp. References UpdateFileFormatControls(). |
|
|
Definition at line 263 of file PreferencesDialog.cpp. References MainFrame::DisplayHelp(), and MainFrame::Get(). |
|
|
Definition at line 252 of file PreferencesDialog.cpp. References UpdateConfigData(). |
|
|
event handler if processor was changed
Definition at line 974 of file PreferencesDialog.cpp. References UpdateProcessorControls(). |
|
|
|
Definition at line 268 of file PreferencesDialog.cpp. References EnableRotationCtrls(). |
|
|
event handler to update preview for project filename
Definition at line 1012 of file PreferencesDialog.cpp. References getDefaultOutputName(). |
|
|
event handler to update preview for project filename
Definition at line 1005 of file PreferencesDialog.cpp. References getDefaultProjectName(). |
|
|
Window to Config. MISC AUTOPANO OUTPUT HDR currently deactivated since HDR TIFF broken and only choice is EXR PROCESSOR STITCHING ENBLEND Definition at line 698 of file PreferencesDialog.cpp. References cpdetector_config_edit, DEBUG_INFO, DEBUG_TRACE, MY_G_BOOL_VAL, MY_G_CHOICE_VAL, MY_G_SPIN_VAL, MY_G_STR_VAL, hugin_utils::stringToDouble(), UpdateDisplayData(), and CPDetectorConfig::Write(). Referenced by OnOk(). |
|
|
|
Definition at line 964 of file PreferencesDialog.cpp. References MY_G_CHOICE_VAL. Referenced by OnFileFormatChanged(), and UpdateDisplayData(). |
|
|
Definition at line 979 of file PreferencesDialog.cpp. References HUGIN_PROCESSOR_PARALLEL, HUGIN_PROCESSOR_START, HUGIN_PROCESSOR_VERBOSE, and MY_G_CHOICE_VAL. Referenced by OnProcessorChanged(), and UpdateDisplayData(). |
|
|
Definition at line 94 of file PreferencesDialog.h. Referenced by OnCPDetectorAdd(), OnCPDetectorDefault(), OnCPDetectorDelete(), OnCPDetectorEdit(), OnCPDetectorLoad(), OnCPDetectorMoveDown(), OnCPDetectorMoveUp(), OnCPDetectorSave(), OnRestoreDefaults(), UpdateConfigData(), and UpdateDisplayData(). |
|
|
Definition at line 93 of file PreferencesDialog.h. Referenced by OnCPDetectorAdd(), OnCPDetectorDefault(), OnCPDetectorDelete(), OnCPDetectorEdit(), OnCPDetectorMoveDown(), OnCPDetectorMoveUp(), and UpdateDisplayData(). |
1.3.9.1