Defines the generic input dialog box for IHM.
More...
#include <IInputDialog.hpp>
|
virtual bool | isA (const std::string &type) const override |
|
FWGUI_API | IInputDialog () |
| Constructor. Do nothing.
|
|
virtual FWGUI_API | ~IInputDialog () |
| Destructor. Do nothing.
|
|
virtual FWGUI_API void | setTitle (const std::string &title)=0 |
| Set the title of the input dialog.
|
|
virtual FWGUI_API void | setInput (const std::string &text)=0 |
| Set the input text in the input field.
|
|
virtual FWGUI_API std::string | getInput ()=0 |
| Get the input text in the input field.
|
|
virtual FWGUI_API void | setMessage (const std::string &msg)=0 |
| Set the message.
|
|
virtual const std::string & | getLeafClassname () const |
| return object's classname without its namespace, i.e. BaseObject
|
|
|
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 & | 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
|
|
|
static FWGUI_API const FactoryRegistryKeyType | REGISTRY_KEY = "::fwGui::dialog::InputDialog" |
|
|
| GuiBaseObject () |
|
virtual | ~GuiBaseObject () |
|
Defines the generic input dialog box for IHM.
- Date
- 2009-2010.
Definition at line 26 of file IInputDialog.hpp.
The documentation for this class was generated from the following files: