7 #ifndef __FWGUIQT_DIALOG_INPUTDIALOG_HPP__ 8 #define __FWGUIQT_DIALOG_INPUTDIALOG_HPP__ 10 #include "fwGuiQt/config.hpp" 12 #include <fwCore/base.hpp> 14 #include <fwGui/dialog/IInputDialog.hpp> 41 ::fwGui::factory::New< InputDialog > );
48 FWGUIQT_API
virtual void setTitle(
const std::string& title )
override;
51 FWGUIQT_API
virtual void setMessage(
const std::string& msg )
override;
54 FWGUIQT_API
virtual void setInput(
const std::string& text)
override;
57 FWGUIQT_API
virtual std::string getInput()
override;
Key class used to restrict access to Object construction. See http://www.drdobbs.com/184402053.
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.