Hugin trunk 0.1
Loading...
Searching...
No Matches
ResetDialog.h
Go to the documentation of this file.
1// -*- c-basic-offset: 4 -*-
10/* This is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public
12 * License as published by the Free Software Foundation; either
13 * version 2 of the License, or (at your option) any later version.
14 *
15 * This software is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * Lesser General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public
21 * License along with this software. If not, see
22 * <http://www.gnu.org/licenses/>.
23 *
24 */
25
26#ifndef _RESETDIALOG_H
27#define _RESETDIALOG_H
28
29#include "panoinc_WX.h"
30#include "GuiLevel.h"
31
44class ResetDialog : public wxDialog
45{
46public:
50 bool GetResetPos();
54 bool GetResetFOV();
56 bool GetResetLens();
58 bool GetResetExposure();
64 bool GetResetColor();
70 bool GetResetVignetting();
72 bool GetResetResponse();
73
75 void LimitToGeometric();
77 void LimitToPhotometric();
78protected:
82 void OnSelectExposure(wxCommandEvent & e);
86 void OnSelectColor(wxCommandEvent & e);
88 void OnOk(wxCommandEvent & e);
89};
90
91#endif //_RESETDIALOG_H
declaration of helper for work with different GuiLevels
GuiLevel
Definition GuiLevel.h:32
Dialog for reset panorama settings.
Definition ResetDialog.h:45
bool GetResetExposureToExif()
Return TRUE, when user selected "Reset exposure to EXIF", Return FALSE, when user selected "Reset exp...
void LimitToPhotometric()
limits the displayed parameters to photometric parameters
bool GetResetResponse()
Return TRUE, when user selected "Reset Camera Response".
void OnSelectColor(wxCommandEvent &e)
Method for enabling/disable combobox to select reset color to EXIF or ONE depending on state of "Rese...
bool GetResetTranslation()
Return TRUE, when user selected "Reset translation".
void OnSelectExposure(wxCommandEvent &e)
Method for enabling/disable combobox to select reset exposure to EXIF or ZERO depending on state of "...
bool GetResetLens()
Return TRUE, when user selected "Reset lens".
void OnOk(wxCommandEvent &e)
Saves current state of all checkboxes when closing dialog with Ok.
void LimitToGeometric()
limits the displayed parameters to geometric parameters
bool GetResetExposure()
Return TRUE, when user selected "Reset exposure".
bool GetResetPos()
Return TRUE, when user selected "Reset position".
bool GetResetFOV()
Return TRUE, when user selected "Reset FOV".
bool GetResetColor()
Return TRUE, when user selected "Reset color".
bool GetResetColorToExif()
Return TRUE, when user selected "Reset color to EXIF", Return FALSE, when user selected "Reset color ...
bool GetResetVignetting()
Return TRUE, when user selected "Reset vignetting".
include file for the hugin project
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.
Definition threshold.h:41