Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
huginApp.cpp File Reference

implementation of huginApp Class More...

#include "hugin_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/CPListFrame.h"
#include "hugin/PreviewPanel.h"
#include "hugin/GLPreviewFrame.h"
#include "hugin/RawImport.h"
#include "base_wx/PTWXDlg.h"
#include "base_wx/CommandHistory.h"
#include "base_wx/wxcms.h"
#include "base_wx/wxPanoCommand.h"
#include "hugin/HtmlWindow.h"
#include "hugin/treelistctrl.h"
#include "hugin/ImagesTree.h"
#include "hugin/SplitButton.h"
#include "base_wx/platform.h"
#include "base_wx/huginConfig.h"
#include <wx/cshelp.h>
#include <wx/stdpaths.h>
#include <tiffio.h>
#include "AboutDialog.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)
 
wxString Components2Str (const HuginGraph::ImageGraph::Components &comp)
 
 wxIMPLEMENT_APP (huginApp)
 
void RestoreFramePosition (wxTopLevelWindow *frame, const wxString &basename)
 Restore window size and position from configfile/registry. More...
 
void StoreFramePosition (wxTopLevelWindow *frame, const wxString &basename)
 Store window size and position in configfile/registry. More...
 

Detailed Description

implementation of huginApp Class

Author
Pablo d'Angelo pablo.nosp@m..dan.nosp@m.gelo@.nosp@m.web..nosp@m.de

$Id$

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, see http://www.gnu.org/licenses/.

Definition in file huginApp.cpp.

Function Documentation

bool checkVersion ( wxString  v1,
wxString  v2 
)

Definition at line 81 of file huginApp.cpp.

References doj::alphanum_comp().

wxString Components2Str ( const HuginGraph::ImageGraph::Components comp)

Definition at line 86 of file huginApp.cpp.

Referenced by GLPreviewFrame::panoramaChanged(), and MainFrame::RunAssistant().

void RestoreFramePosition ( wxTopLevelWindow *  frame,
const wxString &  basename 
)

Restore window size and position from configfile/registry.

Definition at line 722 of file huginApp.cpp.

References DEBUG_TRACE, and vigra_ext::EMoR::h.

void StoreFramePosition ( wxTopLevelWindow *  frame,
const wxString &  basename 
)

Store window size and position in configfile/registry.

Definition at line 777 of file huginApp.cpp.

References DEBUG_TRACE.

wxIMPLEMENT_APP ( huginApp  )