SelectorDialog allowing the choice of an element among severals (_selections)
More...
#include <SelectorDialog.hpp>
|
virtual bool | isA (const std::string &type) const override |
|
FWGUIQT_API | SelectorDialog (::fwGui::GuiBaseObject::Key key) |
|
virtual FWGUIQT_API void | setSelections (std::vector< std::string > _selections) override |
| The string list that can be chosen by the selector.
|
|
virtual FWGUIQT_API void | setTitle (std::string _title) override |
| Sets the selector title.
|
|
virtual FWGUIQT_API std::string | show () override |
| Show the selector and return the selection.
|
|
virtual FWGUIQT_API void | setMessage (const std::string &msg) override |
| Set the message.
|
|
virtual FWGUIQT_API void | addCustomButton (const std::string &label, std::function< void()> clickedFn) override |
| Add a custom button to this dialog.
|
|
FWGUI_API | ISelectorDialog () |
| Constructor builds a selector proposing a string list.
|
|
virtual FWGUI_API | ~ISelectorDialog () |
| Destructor. Do nothing.
|
|
|
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::SelectorDialog" |
| this unique key should be used for all factory for specific Selector(qt,wx,...)
|
|
| GuiBaseObject () |
|
virtual | ~GuiBaseObject () |
|
SelectorDialog allowing the choice of an element among severals (_selections)
Definition at line 27 of file t/include/fwGuiQt/dialog/SelectorDialog.hpp.
The documentation for this class was generated from the following files: