Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/hugin/ResetDialog.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00012 /* This is free software; you can redistribute it and/or 00013 * modify it under the terms of the GNU General Public 00014 * License as published by the Free Software Foundation; either 00015 * version 2 of the License, or (at your option) any later version. 00016 * 00017 * This software is distributed in the hope that it will be useful, 00018 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00019 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00020 * Lesser General Public License for more details. 00021 * 00022 * You should have received a copy of the GNU General Public 00023 * License along with this software; if not, write to the Free Software 00024 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00025 * 00026 */ 00027 00028 #ifndef _RESETDIALOG_H 00029 #define _RESETDIALOG_H 00030 00031 #include "panoinc_WX.h" 00032 00045 class ResetDialog : public wxDialog 00046 { 00047 public: 00049 ResetDialog(wxWindow *parent); 00051 bool GetResetPos(); 00053 bool GetResetFOV(); 00055 bool GetResetLens(); 00057 bool GetResetExposure(); 00061 bool GetResetExposureToExif(); 00063 bool GetResetColor(); 00065 bool GetResetVignetting(); 00067 bool GetResetResponse(); 00068 00069 protected: 00073 void OnSelectExposure(wxCommandEvent & e); 00075 void OnOk(wxCommandEvent & e); 00076 00077 private: 00078 DECLARE_EVENT_TABLE() 00079 }; 00080 00081 #endif //_RESETDIALOG_H
1.3.9.1