7 #ifndef __FWGUIQT_DIALOG_MULTISELECTORDIALOG_HPP__ 8 #define __FWGUIQT_DIALOG_MULTISELECTORDIALOG_HPP__ 10 #include "fwGuiQt/config.hpp" 12 #include <fwGui/dialog/IMultiSelectorDialog.hpp> 37 ::fwGui::factory::New< MultiSelectorDialog > );
46 FWGUIQT_API
virtual void setSelections(Selections _selections)
override;
51 FWGUIQT_API
virtual void setTitle(std::string _title)
override;
56 FWGUIQT_API
virtual Selections show()
override;
58 FWGUIQT_API
virtual void setMessage(
const std::string& msg)
override;
62 Selections m_selections;
64 std::string m_message;
MultiSelectorDialog allowing the choice of an element among severals (_selections) ...
Key class used to restrict access to Object construction. See http://www.drdobbs.com/184402053.
IMultiSelectorDialog allows the choice of some elements among several (_selections) ...
The namespace fwGuiQt contains classes which provide the implementation of the Gui using Qt library...
#define fwCoreClassDefinitionsWithFactoryMacro(_classinfo_, _parameters_, _factory_)
Generate common construction methods for classes with one factory.