Hugintrunk
0.1
|
implementation of MainFrame Class More...
#include "hugin_config.h"
#include <wx/dir.h>
#include <wx/stdpaths.h>
#include <wx/wfstream.h>
#include "panoinc_WX.h"
#include "panoinc.h"
#include "base_wx/platform.h"
#include "base_wx/wxPlatform.h"
#include "vigra/imageinfo.hxx"
#include "vigra_ext/Correlation.h"
#include "hugin/config_defaults.h"
#include "hugin/PreferencesDialog.h"
#include "hugin/MainFrame.h"
#include "base_wx/wxPanoCommand.h"
#include "base_wx/CommandHistory.h"
#include "hugin/PanoPanel.h"
#include "hugin/ImagesPanel.h"
#include "hugin/MaskEditorPanel.h"
#include "hugin/OptimizePanel.h"
#include "hugin/OptimizePhotometricPanel.h"
#include "hugin/PreviewFrame.h"
#include "hugin/GLPreviewFrame.h"
#include "hugin/huginApp.h"
#include "hugin/CPEditorPanel.h"
#include "hugin/CPListFrame.h"
#include "hugin/LocalizedFileTipProvider.h"
#include "algorithms/control_points/CleanCP.h"
#include "hugin/PanoOperation.h"
#include "hugin/PapywizardImport.h"
#include "base_wx/MyProgressDialog.h"
#include "base_wx/RunStitchPanel.h"
#include "base_wx/wxImageCache.h"
#include "base_wx/PTWXDlg.h"
#include "base_wx/MyExternalCmdExecDialog.h"
#include "base_wx/AssistantExecutor.h"
#include "algorithms/optimizer/ImageGraph.h"
#include "base_wx/huginConfig.h"
#include "hugin/AboutDialog.h"
#include "hugin/RawImport.h"
#include "hugin/BrowseDialog.h"
Go to the source code of this file.
Classes | |
class | HuginSplashScreen |
class for showing splash screen the class wxSplashScreen from wxWidgets does not work correctly for our use case, it closes automatically the window if the user presses a key or does mouse clicks. More... | |
Enumerations | |
enum | { wxIDPYTHONSCRIPTS = wxID_HIGHEST + 2000, wxIDUSEROUTPUTSEQUENCE = wxID_HIGHEST + 2500, wxIDUSERASSISTANT = wxID_HIGHEST + 3000 } |
implementation of MainFrame Class
$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 MainFrame.cpp.
anonymous enum |
Enumerator | |
---|---|
wxIDPYTHONSCRIPTS | |
wxIDUSEROUTPUTSEQUENCE | |
wxIDUSERASSISTANT |
Definition at line 310 of file MainFrame.cpp.