7 #ifndef __FWGUIQT_DIALOG_PULSEPROGRESSDIALOG_HPP__ 8 #define __FWGUIQT_DIALOG_PULSEPROGRESSDIALOG_HPP__ 10 #include "fwGuiQt/config.hpp" 12 #include <fwGui/dialog/IPulseProgressDialog.hpp> 15 #include <QProgressDialog> 20 class QProgressDialog;
36 ::fwGui::factory::New< PulseProgressDialog > );
43 FWGUIQT_API
void setTitle(
const std::string& title)
override;
46 FWGUIQT_API
void setMessage(
const std::string& message)
override;
48 FWGUIQT_API
void show()
override;
52 QPointer< QProgressDialog > m_pdialog;
This class allows us to show a pulse progress bar.
Key class used to restrict access to Object construction. See http://www.drdobbs.com/184402053.
Defines the generic Progress dialog for IHM.
The namespace fwGuiQt contains classes which provide the implementation of the Gui using Qt library...
#define fwCoreClassDefinitionsWithFactoryMacro(_classinfo_, _parameters_, _factory_)
Generate common construction methods for classes with one factory.