Hugin trunk 0.1
Loading...
Searching...
No Matches
Typedefs | Functions
PTWXDlg.cpp File Reference
#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>
Include dependency graph for PTWXDlg.cpp:

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 Documentation

◆ PTProgressDialog

typedef wxProgressDialog PTProgressDialog

Definition at line 54 of file PTWXDlg.cpp.

Function Documentation

◆ deregisterPTWXDlgFcn()

void deregisterPTWXDlgFcn ( )

◆ PTInfoDlgWX()

static int PTInfoDlgWX ( int  command,
char argument 
)
static

Definition at line 109 of file PTWXDlg.cpp.

References threshold().

Referenced by registerPTWXDlgFcn().

◆ PTPrintErrorWX()

static void PTPrintErrorWX ( char fmt,
va_list  ap 
)
static

Definition at line 41 of file PTWXDlg.cpp.

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

Referenced by registerPTWXDlgFcn().

◆ PTProgressWX()

static int PTProgressWX ( int  command,
char argument 
)
static

Definition at line 59 of file PTWXDlg.cpp.

References threshold().

Referenced by registerPTWXDlgFcn().

◆ registerPTWXDlgFcn()

void registerPTWXDlgFcn ( )