8 #include <fwCore/base.hpp> 9 #include "fwGui/dialog/IProgressDialog.hpp" 17 IProgressDialog::IProgressDialog()
21 m_processUserEvents(true)
27 IProgressDialog::~IProgressDialog()
33 void IProgressDialog::setCancelCallback(CancelCallbackType callback)
35 m_cancelCallback = callback;
40 void IProgressDialog::cancelPressed()
49 FW_RAISE(
"Operation canceled");
The namespace fwGui contains the base interface for IHM services.
static FWGUI_API const FactoryRegistryKeyType REGISTRY_KEY
this unique key should be used for all factory for specific LocationDialog(qt,wx,...)