Hugin trunk 0.1
Loading...
Searching...
No Matches
Macros | Enumerations
PreviewFrame.cpp File Reference

implementation of PreviewFrame Class More...

#include "hugin_config.h"
#include "panoinc_WX.h"
#include "panoinc.h"
#include "base_wx/platform.h"
#include "base_wx/wxutils.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>
Include dependency graph for PreviewFrame.cpp:

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
}
 

Detailed Description

implementation of PreviewFrame 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 PreviewFrame.cpp.

Macro Definition Documentation

◆ PF_STYLE

Definition at line 74 of file PreviewFrame.cpp.

Enumeration Type Documentation

◆ anonymous enum

Enumerator
ID_PROJECTION_CHOICE 
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 
PROJ_PARAM_NAMES_ID 
PROJ_PARAM_VAL_ID 
PROJ_PARAM_SLIDER_ID 
PROJ_PARAM_RESET_ID 
ID_FULL_SCREEN 
ID_UNDO 
ID_REDO 

Definition at line 54 of file PreviewFrame.cpp.