|
HyperspaceExplorer 0.7.1
|
Input controls for all types of FunctionParameter. More...
#include <ParameterInput.h>

Public Member Functions | |
| virtual QString | value () const =0 |
| Returns the value of the FunctionParameter as entered in the Widget. | |
| virtual void | setValue (const QString &newValue)=0 |
| Sets the value displayed in the widget. | |
Input controls for all types of FunctionParameter.
This class defines the interface that all input controls for FunctionParameter must follow.
| virtual void UI::Dialogs::ParameterInput::setValue | ( | const QString & | newValue | ) | [pure 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. |
Implemented in UI::Dialogs::ParameterLineEdit, UI::Dialogs::ParameterSpinBox, UI::Dialogs::ParameterDoubleSpinBox, and UI::Dialogs::ParameterRotationControl.
Referenced by UI::Dialogs::ValuesDialog::retranslateUi(), and UI::Dialogs::ValuesDialogImpl::setParameters().

1.7.4
-
Hosted by