hugin1/hugin/PreferencesDialog.cpp File Reference
implementation of PreferencesDialog Class More...
#include <config.h>
#include "panoinc_WX.h"
#include "wx/listbook.h"
#include "panoinc.h"
#include "common/wxPlatform.h"
#include "hugin/huginApp.h"
#include "hugin/config_defaults.h"
#include "hugin/PreferencesDialog.h"
Include dependency graph for PreferencesDialog.cpp:

Defines | |
| #define | MY_STR_VAL(id, val) { XRCCTRL(*this, id, wxTextCtrl)->SetValue(val); }; |
| #define | MY_SPIN_VAL(id, val) { XRCCTRL(*this, id, wxSpinCtrl)->SetValue(val); }; |
| #define | MY_BOOL_VAL(id, val) { XRCCTRL(*this, id, wxCheckBox)->SetValue(val); }; |
| #define | MY_CHOICE_VAL(id, val) { XRCCTRL(*this, id, wxChoice)->SetSelection(val); }; |
| #define | MY_STATIC_VAL(id, val) { XRCCTRL(*this, id, wxStaticText)->SetLabel(val); }; |
| #define | MY_G_STR_VAL(id) XRCCTRL(*this, id, wxTextCtrl)->GetValue() |
| #define | MY_G_SPIN_VAL(id) XRCCTRL(*this, id, wxSpinCtrl)->GetValue() |
| #define | MY_G_BOOL_VAL(id) XRCCTRL(*this, id, wxCheckBox)->GetValue() |
| #define | MY_G_CHOICE_VAL(id) XRCCTRL(*this, id, wxChoice)->GetSelection() |
Functions | |
| EVT_BUTTON (XRCID("prefs_defaults"), PreferencesDialog::OnRestoreDefaults) EVT_BUTTON(XRCID("prefs_ptstitcher_select") | |
| PreferencesDialog::OnPTStitcherExe | EVT_BUTTON (XRCID("prefs_editor_select"), PreferencesDialog::OnEditorExe) EVT_BUTTON(XRCID("prefs_enblend_select") |
| PreferencesDialog::OnPTStitcherExe PreferencesDialog::OnEnblendExe | EVT_BUTTON (XRCID("prefs_enblend_enfuse_select"), PreferencesDialog::OnEnfuseExe) EVT_BUTTON(XRCID("prefs_load_defaults") |
| PreferencesDialog::OnPTStitcherExe PreferencesDialog::OnEnblendExe PreferencesDialog::OnDefaults | EVT_BUTTON (XRCID("prefs_panotools_details"), PreferencesDialog::OnPTDetails) EVT_CHECKBOX(XRCID("prefs_ft_RotationSearch") |
| PreferencesDialog::OnPTStitcherExe PreferencesDialog::OnEnblendExe PreferencesDialog::OnDefaults PreferencesDialog::OnRotationCheckBox | EVT_CHECKBOX (XRCID("prefs_enblend_Custom"), PreferencesDialog::OnCustomEnblend) EVT_CHECKBOX(XRCID("prefs_enblend_enfuseCustom") |
| PreferencesDialog::OnPTStitcherExe PreferencesDialog::OnEnblendExe PreferencesDialog::OnDefaults PreferencesDialog::OnRotationCheckBox PreferencesDialog::OnCustomEnfuse | EVT_CHECKBOX (XRCID("prefs_pt_PTStitcherEXE_custom"), PreferencesDialog::OnCustomPTStitcher) EVT_BUTTON(XRCID("pref_cpdetector_new") |
| PreferencesDialog::OnPTStitcherExe PreferencesDialog::OnEnblendExe PreferencesDialog::OnDefaults PreferencesDialog::OnRotationCheckBox PreferencesDialog::OnCustomEnfuse PreferencesDialog::OnCPDetectorAdd | EVT_BUTTON (XRCID("pref_cpdetector_edit"), PreferencesDialog::OnCPDetectorEdit) EVT_BUTTON(XRCID("pref_cpdetector_del") |
| PreferencesDialog::OnPTStitcherExe PreferencesDialog::OnEnblendExe PreferencesDialog::OnDefaults PreferencesDialog::OnRotationCheckBox PreferencesDialog::OnCustomEnfuse PreferencesDialog::OnCPDetectorAdd PreferencesDialog::OnCPDetectorDelete | EVT_BUTTON (XRCID("pref_cpdetector_moveup"), PreferencesDialog::OnCPDetectorMoveUp) EVT_BUTTON(XRCID("pref_cpdetector_movedown") |
| PreferencesDialog::OnPTStitcherExe PreferencesDialog::OnEnblendExe PreferencesDialog::OnDefaults PreferencesDialog::OnRotationCheckBox PreferencesDialog::OnCustomEnfuse PreferencesDialog::OnCPDetectorAdd PreferencesDialog::OnCPDetectorDelete PreferencesDialog::OnCPDetectorMoveDown | EVT_BUTTON (XRCID("pref_cpdetector_default"), PreferencesDialog::OnCPDetectorDefault) EVT_LISTBOX_DCLICK(XRCID("pref_cpdetector_list") |
Detailed Description
implementation of PreferencesDialog Class
- Author:
- Pablo d'Angelo <pablo.dangelo@web.de>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this software; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Define Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Function Documentation
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.3.9.1