Hugin trunk 0.1
Loading...
Searching...
No Matches
Functions | Variables
SelectCropAspectRatioDialog.cpp File Reference
#include "SelectCropAspectRatioDialog.h"
#include "panoinc_WX.h"
#include "hugin/huginApp.h"
#include <wx/textfile.h>
#include "base_wx/wxutils.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
 

Variables

static const wxString separator = "@@@"
 

Detailed Description

@brief implementation of dialog for selecting and editing aspect ratios of crop
Author
T. Modes

Definition in file SelectCropAspectRatioDialog.cpp.

Function Documentation

◆ CheckInputs()

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

check the input of the add aspect ratio dialog

Definition at line 77 of file SelectCropAspectRatioDialog.cpp.

References hugin_utils::HuginMessageBox(), separator, and threshold().

Referenced by SelectAspectRatioDialog::OnAddAspectRatio().

Variable Documentation

◆ separator

const wxString separator = "@@@"
static