Defines the generic Progress dialog for IHM.
More...
#include <IPulseProgressDialog.hpp>
|
typedef std::string | FactoryRegistryKeyType |
|
typedef std::function< void()> | Stuff |
|
typedef unsigned long | MilliSecond |
|
typedef ::fwGui::factory::Key | Key |
|
|
virtual bool | isA (const std::string &type) const override |
|
virtual FWGUI_API void | setTitle (const std::string &title)=0 |
| set the title for the dialog
|
|
virtual FWGUI_API void | setMessage (const std::string &msg)=0 |
| set the message for the dialog
|
|
virtual FWGUI_API void | setStuff (Stuff stuff) |
| set the stuff
|
|
virtual FWGUI_API void | setFrequence (MilliSecond frequence) |
| set the frequence
|
|
virtual FWGUI_API void | show ()=0 |
| show the pulse progress dialog
|
|
virtual const std::string & | getLeafClassname () const |
| return object's classname without its namespace, i.e. BaseObject
|
|
|
static bool | isTypeOf (const std::string &type) |
|
static bool | isTypeOf (const std::string &type) |
|
static const std::string & | classname () |
| return full object's classname with its namespace, i.e. fwCore::BaseObject
|
|
static bool | isTypeOf (const std::string &type) |
|
static const std::string & | leafClassname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
static const std::string & | classname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
|
Stuff | m_stuff |
|
MilliSecond | m_frequence |
|
|
| GuiBaseObject () |
|
virtual | ~GuiBaseObject () |
|
Defines the generic Progress dialog for IHM.
Definition at line 26 of file IPulseProgressDialog.hpp.
const IPulseProgressDialog::FactoryRegistryKeyType fwGui::dialog::IPulseProgressDialog::REGISTRY_KEY |
|
static |
The documentation for this class was generated from the following files: