Hugintrunk
0.1
|
implementation of PreviewFrame Class More...
#include "hugin_config.h"
#include "panoinc_WX.h"
#include "panoinc.h"
#include "base_wx/platform.h"
#include "hugin/config_defaults.h"
#include "hugin/PreviewFrame.h"
#include "hugin/huginApp.h"
#include "hugin/PreviewPanel.h"
#include "hugin/ImagesPanel.h"
#include "base_wx/CommandHistory.h"
#include "base_wx/PanoCommand.h"
#include "hugin/TextKillFocusHandler.h"
#include "algorithms/nona/FitPanorama.h"
#include "algorithms/basic/CalculateMeanExposure.h"
#include "base_wx/wxPlatform.h"
#include <vigra_ext/ImageTransforms.h>
#include <pano13/queryfeature.h>
Go to the source code of this file.
Macros | |
#define | PF_STYLE (wxMAXIMIZE_BOX | wxMINIMIZE_BOX | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCAPTION | wxCLOSE_BOX | wxCLIP_CHILDREN) |
Enumerations | |
enum | { ID_PROJECTION_CHOICE = wxID_HIGHEST +1, ID_BLEND_CHOICE, ID_UPDATE_BUTTON, ID_OUTPUTMODE_CHOICE, ID_EXPOSURE_TEXT, ID_EXPOSURE_SPIN, ID_EXPOSURE_DEFAULT, ID_RANGE_COMPRESSION_TEXT, ID_RANGE_COMPRESSION_SPIN, ID_TOGGLE_BUT = wxID_HIGHEST+100, PROJ_PARAM_NAMES_ID = wxID_HIGHEST+1000, PROJ_PARAM_VAL_ID = wxID_HIGHEST+1100, PROJ_PARAM_SLIDER_ID = wxID_HIGHEST+1200, PROJ_PARAM_RESET_ID = wxID_HIGHEST+1250, ID_FULL_SCREEN = wxID_HIGHEST+1700, ID_UNDO = wxID_HIGHEST+1701, ID_REDO = wxID_HIGHEST+1702 } |
implementation of PreviewFrame 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 PreviewFrame.cpp.
#define PF_STYLE (wxMAXIMIZE_BOX | wxMINIMIZE_BOX | wxRESIZE_BORDER | wxSYSTEM_MENU | wxCAPTION | wxCLOSE_BOX | wxCLIP_CHILDREN) |
Definition at line 102 of file PreviewFrame.cpp.
anonymous enum |
Definition at line 53 of file PreviewFrame.cpp.