ILoggerDialog is used to display a dialog message and a set of logs.
More...
#include <ILoggerDialog.hpp>
|
virtual bool | isA (const std::string &type) const override |
|
FWGUI_API | ILoggerDialog () |
| Constructor.
|
|
virtual FWGUI_API | ~ILoggerDialog () |
| Destructor.
|
|
virtual FWGUI_API void | setTitle (const std::string &title)=0 |
| Set the dialog title. More...
|
|
virtual FWGUI_API void | setMessage (const std::string &message)=0 |
| Set the dialog message. More...
|
|
virtual FWGUI_API void | setLogger (const ::fwLog::Logger::sptr &logger)=0 |
| Set the dialog logger. More...
|
|
virtual FWGUI_API bool | show ()=0 |
| Show the dialog and return whether the user has selected the Ok or Cancel button.
|
|
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
|
|
|
static FWGUI_API const FactoryRegistryKeyType | REGISTRY_KEY = "::fwGui::dialog::LoggerDialog" |
| This unique key should be used for all factory for specific Selector(qt,wx,...)
|
|
|
| GuiBaseObject () |
|
virtual | ~GuiBaseObject () |
|
ILoggerDialog is used to display a dialog message and a set of logs.
Definition at line 26 of file ILoggerDialog.hpp.
virtual FWGUI_API void fwGui::dialog::ILoggerDialog::setLogger |
( |
const ::fwLog::Logger::sptr & |
logger | ) |
|
|
pure virtual |
virtual FWGUI_API void fwGui::dialog::ILoggerDialog::setMessage |
( |
const std::string & |
message | ) |
|
|
pure virtual |
virtual FWGUI_API void fwGui::dialog::ILoggerDialog::setTitle |
( |
const std::string & |
title | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: