LoggerDialog allowing the choice of an element among severals (_selections)
More...
#include <LoggerDialog.hpp>
|
|
virtual bool | isA (const std::string &type) const override |
| |
|
FWGUIQT_API | LoggerDialog (::fwGui::GuiBaseObject::Key key) |
| | Constructor.
|
| |
|
virtual FWGUIQT_API | ~LoggerDialog () |
| | Destructor.
|
| |
| virtual FWGUIQT_API void | setTitle (const std::string &title) override |
| | Set the dialog title. More...
|
| |
| virtual FWGUIQT_API void | setMessage (const std::string &message) override |
| | Set the dialog message. More...
|
| |
| virtual FWGUIQT_API void | setLogger (const ::fwLog::Logger::sptr &logger) override |
| | Set the dialog logger. More...
|
| |
|
virtual FWGUIQT_API bool | show () override |
| | Show the dialog and return whether the user has selected the Ok or Cancel button.
|
| |
|
FWGUI_API | ILoggerDialog () |
| | Constructor.
|
| |
|
virtual FWGUI_API | ~ILoggerDialog () |
| | Destructor.
|
| |
|
|
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
|
| |
|
|
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 ::fwGui::factory::Key | Key |
| |
|
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 () |
| |
LoggerDialog allowing the choice of an element among severals (_selections)
Definition at line 29 of file t/include/fwGuiQt/dialog/LoggerDialog.hpp.
| void fwGuiQt::dialog::LoggerDialog::displayLogs |
( |
int |
state | ) |
|
|
protectedslot |
| void fwGuiQt::dialog::LoggerDialog::setLogger |
( |
const ::fwLog::Logger::sptr & |
logger | ) |
|
|
overridevirtual |
| void fwGuiQt::dialog::LoggerDialog::setMessage |
( |
const std::string & |
message | ) |
|
|
overridevirtual |
| void fwGuiQt::dialog::LoggerDialog::setTitle |
( |
const std::string & |
title | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: