7 #ifndef __FWGUI_DIALOG_MULTISELECTORDIALOG_HPP__ 8 #define __FWGUI_DIALOG_MULTISELECTORDIALOG_HPP__ 10 #include "fwGui/config.hpp" 11 #include "fwGui/dialog/IMultiSelectorDialog.hpp" 13 #include <fwCore/base.hpp> 38 FWGUI_API
void setTitle(std::string title)
override;
41 FWGUI_API
virtual void setSelections(Selections _selections)
override;
46 FWGUI_API Selections show()
override;
49 FWGUI_API
virtual void setMessage(
const std::string& msg)
override;
53 ::fwGui::dialog::IMultiSelectorDialog::sptr m_implementation;
The namespace fwGui contains the base interface for IHM services.
IMultiSelectorDialog allows the choice of some elements among several (_selections) ...
#define fwCoreClassDefinitionsWithFactoryMacro(_classinfo_, _parameters_, _factory_)
Generate common construction methods for classes with one factory.
MultiSelectorDialog allows the choice of some element among several (_selections) ...