Hugintrunk
0.1
|
#include "hugin_config.h"
#include "panoinc_WX.h"
#include "panoinc.h"
#include "PTWXDlg.h"
#include <wx/app.h>
#include <pano13/filter.h>
#include <pano13/queryfeature.h>
Go to the source code of this file.
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 () |
void deregisterPTWXDlgFcn | ( | ) |
Definition at line 180 of file PTWXDlg.cpp.
Referenced by CPEditorPanel::EstimatePoint(), PanoOperation::CleanControlPointsOperation::GetInternalCommand(), MainFrame::LoadProjectFile(), GLPreviewFrame::OnCreateCP(), and OptimizePanel::runOptimizer().
|
static |
Definition at line 104 of file PTWXDlg.cpp.
Referenced by registerPTWXDlgFcn().
|
static |
Definition at line 40 of file PTWXDlg.cpp.
Referenced by registerPTWXDlgFcn().
|
static |
Definition at line 54 of file PTWXDlg.cpp.
Referenced by registerPTWXDlgFcn().
void registerPTWXDlgFcn | ( | ) |
Definition at line 173 of file PTWXDlg.cpp.
References PTInfoDlgWX(), PTPrintErrorWX(), and PTProgressWX().
Referenced by CPEditorPanel::EstimatePoint(), PanoOperation::CleanControlPointsOperation::GetInternalCommand(), MainFrame::LoadProjectFile(), GLPreviewFrame::OnCreateCP(), LensCalApp::OnInit(), huginApp::OnInit(), and OptimizePanel::runOptimizer().