28 #include "hugin_config.h"
39 _(
"extracting good points");
45 setMessage(wxString(message.c_str(), wxConvLocal), wxString(filename.c_str(), wxConvLocal));
65 return ProgressDisplay::updateDisplayValue();
80 if (ProgressDisplay::m_maximum == 0)
82 if (!wxProgressDialog::Pulse(msg))
89 if (!wxProgressDialog::Update(
m_progress * 100 / ProgressDisplay::m_maximum, msg))
virtual void updateProgressDisplay()
Template method, updates the display.
void setMessage(const std::string &message, const std::string &filename="")
bool updateDisplay()
updates the display, return true, if update was successful, false if cancel was pressed ...
include file for the hugin project
bool updateDisplayValue()