Hugintrunk
0.1
|
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>
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 = "@@@" |
implementation of dialog for selecting and editing aspect ratios of crop
Definition in file SelectCropAspectRatioDialog.cpp.
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().
|
static |
Definition at line 32 of file SelectCropAspectRatioDialog.cpp.
Referenced by CheckInputs(), SelectAspectRatioDialog::LoadAspectRatios(), and SelectAspectRatioDialog::SaveAspectRatios().