HyperspaceExplorer 0.7.1
|
Widget to edit a FunctionParameter of type double
.
More...
#include <ParameterInput.h>
Public Member Functions | |
ParameterDoubleSpinBox (QWidget *parent=0) | |
Constructs a ParameterDoubleSpinBox. | |
virtual QString | value () const |
Returns the value of the FunctionParameter as entered in the Widget. | |
virtual void | setValue (const QString &s) |
Sets the value displayed in the widget. |
Widget to edit a FunctionParameter of type double
.
virtual void UI::Dialogs::ParameterDoubleSpinBox::setValue | ( | const QString & | newValue | ) | [inline, virtual] |
Sets the value displayed in the widget.
newValue | The value of the FunctionParameter to display converted to a QString, with the help of the toString() method. |
Implements UI::Dialogs::ParameterInput.
Referenced by UI::Dialogs::ParameterInputFactory::create().