Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/hugin/AboutDialog.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 _ABOUTDIALOG_H 00029 #define _ABOUTDIALOG_H 00030 00031 #include "panoinc_WX.h" 00032 #include "panoinc.h" 00033 #include "hugin/MainFrame.h" 00034 00035 00040 class AboutDialog: public wxDialog 00041 { 00042 public: 00044 AboutDialog(wxWindow *parent); 00045 00047 ~AboutDialog(); 00048 00049 00050 private: 00051 00052 DECLARE_EVENT_TABLE() 00053 00054 00055 void OnAboutMe(wxCommandEvent & e); 00056 00057 00058 }; 00059 00060 #endif // _ABOUTDIALOG_H
1.3.9.1