hugin1/hugin/HFOVDialog.cpp File Reference
implementation of HFOVDialog Class More...
#include <config.h>
#include "panoinc_WX.h"
#include "panoinc.h"
#include "common/wxPlatform.h"
#include "base_wx/platform.h"
#include "hugin/huginApp.h"
#include "hugin/HFOVDialog.h"
#include "hugin/MainFrame.h"
#include "hugin/LensPanel.h"
Include dependency graph for HFOVDialog.cpp:

Functions | |
| EVT_CHOICE (XRCID("lensdlg_type_choice"), HFOVDialog::OnTypeChanged) EVT_TEXT(XRCID("lensdlg_cropfactor_text") | |
| HFOVDialog::OnCropFactorChanged | EVT_TEXT (XRCID("lensdlg_hfov_text"), HFOVDialog::OnHFOVChanged) EVT_TEXT(XRCID("lensdlg_focallength_text") |
| HFOVDialog::OnCropFactorChanged HFOVDialog::OnFocalLengthChanged | EVT_BUTTON (XRCID("lensdlg_load_lens_button"), HFOVDialog::OnLoadLensParameters) void FillLensProjectionList(wxControlWithItems *list) |
| void | SelectProjection (wxControlWithItems *list, size_t new_projection) |
| Selects the given projection in the given list item. | |
| size_t | GetSelectedProjection (wxControlWithItems *list) |
| Returns the selected projection number from list. | |
Detailed Description
implementation of HFOVDialog 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
Function Documentation
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Returns the selected projection number from list.
|
|
||||||||||||
|
Selects the given projection in the given list item.
|
1.3.9.1