hugin1/hugin/huginApp.cpp File Reference
implementation of huginApp Class More...
#include <config.h>
#include "panoinc_WX.h"
#include "panoinc.h"
#include "hugin/config_defaults.h"
#include "hugin/huginApp.h"
#include "hugin/AssistantPanel.h"
#include "hugin/ImagesPanel.h"
#include "hugin/CropPanel.h"
#include "hugin/MaskEditorPanel.h"
#include "hugin/CPEditorPanel.h"
#include "hugin/OptimizePhotometricPanel.h"
#include "hugin/PanoPanel.h"
#include "hugin/LensPanel.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 "base_wx/platform.h"
#include "base_wx/huginConfig.h"
#include <tiffio.h>
#include "AboutDialog.h"
Include dependency graph for huginApp.cpp:

Functions | |
| bool | str2double (wxString s, double &d) |
| wxString | getDefaultProjectName (const Panorama &pano) |
| 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. | |
Detailed Description
implementation of huginApp 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
|
|
|
|
||||||||||||
|
Restore window size and position from configfile/registry.
|
|
||||||||||||
|
Store window size and position in configfile/registry.
|
|
||||||||||||
|
|
1.3.9.1