|
Hugintrunk
0.1
|
#include "hugin_config.h"#include "panoinc_WX.h"#include "panoinc.h"#include "PTWXDlg.h"#include <wx/app.h>#include "wxutils.h"#include <pano13/filter.h>#include <pano13/queryfeature.h>
Go to the source code of this file.
Typedefs | |
| typedef wxProgressDialog | PTProgressDialog |
Functions | |
| static void | PTPrintErrorWX (char *fmt, va_list ap) |
| static int | PTProgressWX (int command, char *argument) |
| static int | PTInfoDlgWX (int command, char *argument) |
| void | registerPTWXDlgFcn () |
| void | deregisterPTWXDlgFcn () |
| typedef wxProgressDialog PTProgressDialog |
Definition at line 54 of file PTWXDlg.cpp.
| void deregisterPTWXDlgFcn | ( | ) |
Definition at line 185 of file PTWXDlg.cpp.
Referenced by CPEditorPanel::EstimatePoint(), PanoOperation::CleanControlPointsOperation::GetInternalCommand(), PerspectivePanel::GetPanorama(), MainFrame::LoadProjectFile(), GLPreviewFrame::OnCreateCP(), and OptimizePanel::runOptimizer().
|
static |
Definition at line 109 of file PTWXDlg.cpp.
Referenced by registerPTWXDlgFcn().
|
static |
Definition at line 41 of file PTWXDlg.cpp.
References hugin_utils::HuginMessageBox().
Referenced by registerPTWXDlgFcn().
|
static |
Definition at line 59 of file PTWXDlg.cpp.
Referenced by registerPTWXDlgFcn().
| void registerPTWXDlgFcn | ( | ) |
Definition at line 178 of file PTWXDlg.cpp.
References PTInfoDlgWX(), PTPrintErrorWX(), and PTProgressWX().
Referenced by CPEditorPanel::EstimatePoint(), PanoOperation::CleanControlPointsOperation::GetInternalCommand(), PerspectivePanel::GetPanorama(), MainFrame::LoadProjectFile(), GLPreviewFrame::OnCreateCP(), ToolboxApp::OnInit(), LensCalApp::OnInit(), huginApp::OnInit(), and OptimizePanel::runOptimizer().
1.8.5