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

implementation of dialog for selecting and editing aspect ratios of crop More...

#include "SelectCropAspectRatioDialog.h"
#include "panoinc_WX.h"
#include "hugin/huginApp.h"
#include <wx/textfile.h>
Include dependency graph for SelectCropAspectRatioDialog.cpp:

Go to the source code of this file.

Functions

bool CheckInputs (wxWindow *parent, wxTextCtrl *labelCtrl, wxTextCtrl *aspectRatioCtrl, double &value)
 check the input of the add aspect ratio dialog More...
 

Variables

static const wxString separator = "@@@"
 

Detailed Description

implementation of dialog for selecting and editing aspect ratios of crop

Author
T. Modes

Definition in file SelectCropAspectRatioDialog.cpp.

Function Documentation

bool CheckInputs ( wxWindow *  parent,
wxTextCtrl *  labelCtrl,
wxTextCtrl *  aspectRatioCtrl,
double &  value 
)

check the input of the add aspect ratio dialog

Definition at line 83 of file SelectCropAspectRatioDialog.cpp.

References separator.

Referenced by SelectAspectRatioDialog::OnAddAspectRatio().

Variable Documentation

const wxString separator = "@@@"
static