fw4spl
fwGuiQt::dialog::MultiSelectorDialog Class Reference

MultiSelectorDialog allowing the choice of an element among severals (_selections) More...

#include <MultiSelectorDialog.hpp>

+ Inheritance diagram for fwGuiQt::dialog::MultiSelectorDialog:
+ Collaboration diagram for fwGuiQt::dialog::MultiSelectorDialog:

Public Member Functions

virtual bool isA (const std::string &type) const override
 
FWGUIQT_API MultiSelectorDialog (::fwGui::GuiBaseObject::Key key)
 
virtual FWGUIQT_API void setSelections (Selections _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 Selections show () override
 Show the selector and return the selection.
 
virtual FWGUIQT_API void setMessage (const std::string &msg) override
 Set the message.
 
- Public Member Functions inherited from fwGui::dialog::IMultiSelectorDialog
FWGUI_API IMultiSelectorDialog ()
 Constructor builds a selector proposing a string list.
 
virtual FWGUI_API ~IMultiSelectorDialog ()
 Destructor. Do nothing.
 
virtual FWGUI_API void setSelections (Selections _selections)=0
 The string list that can be chosen by the selector.
 
- Public Member Functions inherited from fwGui::GuiBaseObject
- Public Member Functions inherited from fwCore::BaseObject

Static Public Member Functions

static bool isTypeOf (const std::string &type)
 
- Static Public Member Functions inherited from fwGui::dialog::IMultiSelectorDialog
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 Public Member Functions inherited from fwGui::GuiBaseObject
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 Public Member Functions inherited from 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
 

Friends

template<class , class , class >
class ::fwTools::ClassFactory
 
class ::fwTools::Factory
 

Demangling methods

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
 

Additional Inherited Members

- Public Types inherited from fwGui::dialog::IMultiSelectorDialog
typedef std::map< std::string, bool > Selections
 
typedef std::string FactoryRegistryKeyType
 
- Public Types inherited from fwGui::GuiBaseObject
typedef ::fwGui::factory::Key Key
 
- Static Public Attributes inherited from fwGui::dialog::IMultiSelectorDialog
static FWGUI_API const FactoryRegistryKeyType REGISTRY_KEY
 this unique key should be used for all factory for specific Selector(qt,wx,...) More...
 
- Protected Member Functions inherited from fwGui::GuiBaseObject
 GuiBaseObject ()
 
virtual ~GuiBaseObject ()
 

Detailed Description

MultiSelectorDialog allowing the choice of an element among severals (_selections)

Definition at line 30 of file t/include/fwGuiQt/dialog/MultiSelectorDialog.hpp.


The documentation for this class was generated from the following files: