This class allows us to show a pulse progress bar.
More...
#include <PulseProgressDialog.hpp>
|
virtual bool | isA (const std::string &type) const override |
|
FWGUIQT_API | PulseProgressDialog (::fwGui::GuiBaseObject::Key key) |
|
FWGUIQT_API void | setTitle (const std::string &title) override |
| override
|
|
FWGUIQT_API void | setMessage (const std::string &message) override |
| override
|
|
FWGUIQT_API void | show () override |
| show the pulse progress dialog
|
|
virtual FWGUI_API void | setStuff (Stuff stuff) |
| set the stuff
|
|
virtual FWGUI_API void | setFrequence (MilliSecond frequence) |
| set the frequence
|
|
|
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 & | 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
|
|
|
QPointer< QProgressDialog > | m_pdialog |
|
Stuff | m_stuff |
|
MilliSecond | m_frequence |
|
|
template<class , class , class > |
class | ::fwTools::ClassFactory |
|
class | ::fwTools::Factory |
|
|
virtual const std::string & | getLeafClassname () const override |
| return object's classname without its namespace, i.e. BaseObject
|
|
virtual const std::string & | getClassname () const override |
| return full object's classname with its namespace, i.e. fwCore::BaseObject
|
|
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
|
|
|
typedef std::string | FactoryRegistryKeyType |
|
typedef std::function< void()> | Stuff |
|
typedef unsigned long | MilliSecond |
|
typedef ::fwGui::factory::Key | Key |
|
static FWGUI_API const FactoryRegistryKeyType | REGISTRY_KEY |
| this unique key should be used for all factory for specific LocationDialog(qt,wx,...) More...
|
|
| GuiBaseObject () |
|
virtual | ~GuiBaseObject () |
|
This class allows us to show a pulse progress bar.
Definition at line 30 of file t/include/fwGuiQt/dialog/PulseProgressDialog.hpp.
The documentation for this class was generated from the following files: