#include <config.h>
#include "panoinc_WX.h"
#include "panoinc.h"
#include "hugin/config_defaults.h"
#include "hugin/huginApp.h"
#include "hugin/ImagesPanel.h"
#include "hugin/MaskEditorPanel.h"
#include "hugin/CPEditorPanel.h"
#include "hugin/OptimizePhotometricPanel.h"
#include "hugin/PanoPanel.h"
#include "hugin/ImagesList.h"
#include "hugin/PreviewPanel.h"
#include "hugin/GLPreviewFrame.h"
#include "base_wx/PTWXDlg.h"
#include "hugin/CommandHistory.h"
#include "hugin/wxPanoCommand.h"
#include "hugin/HtmlWindow.h"
#include "hugin/treelistctrl.h"
#include "hugin/ImagesTree.h"
#include "base_wx/platform.h"
#include "base_wx/huginConfig.h"
#include <tiffio.h>
#include "AboutDialog.h"
#include <hugin_version.h>
#include "hugin_utils/alphanum.h"
#include "lensdb/LensDB.h"
Include dependency graph for huginApp.cpp:

Go to the source code of this file.
Functions | |
| bool | checkVersion (wxString v1, wxString v2) |
| bool | str2double (wxString s, double &d) |
| wxString | Components2Str (const CPComponents &comp) |
| void | RestoreFramePosition (wxTopLevelWindow *frame, const wxString &basename) |
| Restore window size and position from configfile/registry. | |
| void | StoreFramePosition (wxTopLevelWindow *frame, const wxString &basename) |
| Store window size and position in configfile/registry. | |
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
Definition in file huginApp.cpp.
|
||||||||||||
|
Definition at line 71 of file huginApp.cpp. References doj::alphanum_comp(), and makefile::string. |
|
|
Definition at line 88 of file huginApp.cpp. Referenced by GLPreviewFrame::panoramaChanged(), and MainFrame::RunAssistant(). |
|
||||||||||||
|
Restore window size and position from configfile/registry.
Definition at line 552 of file huginApp.cpp. References DEBUG_TRACE. Referenced by CPDetectorDialog::CPDetectorDialog(), EVT_BUTTON(), EVT_TEXT(), GLPreviewFrame::GLPreviewFrame(), MaskLoadDialog::MaskLoadDialog(), LensCalApp::OnInit(), huginApp::OnInit(), and PreviewFrame::PreviewFrame(). |
|
||||||||||||
|
Store window size and position in configfile/registry.
Definition at line 607 of file huginApp.cpp. References DEBUG_TRACE. Referenced by CPDetectorDialog::~CPDetectorDialog(), CPListFrame::~CPListFrame(), GLPreviewFrame::~GLPreviewFrame(), LensCalFrame::~LensCalFrame(), MainFrame::~MainFrame(), MaskLoadDialog::~MaskLoadDialog(), PreferencesDialog::~PreferencesDialog(), and PreviewFrame::~PreviewFrame(). |
|
||||||||||||
1.3.9.1