HyperspaceExplorer 0.7.1
|
Factory class to create a ParameterInput based on the type of a FunctionParameter. More...
#include <ParameterInput.h>
Static Public Member Functions | |
static ParameterInput * | create (const FunctionParameter &, QWidget *=0) |
Factory class to create a ParameterInput based on the type of a FunctionParameter.
ParameterInput * UI::Dialogs::ParameterInputFactory::create | ( | const FunctionParameter & | parameter, |
QWidget * | parent = 0 |
||
) | [static] |
return a ParameterInput which controls a Rotation<5>
return a ParameterInput which controls a Rotation<6>
return a ParameterInput which controls a Rotation<7>
return a ParameterInput which controls a Rotation<8>
return a ParameterInput which controls a Rotation<9>
return a ParameterInput which controls a Rotation<10>
References UI::Dialogs::ParameterLineEdit::setValue(), UI::Dialogs::ParameterSpinBox::setValue(), UI::Dialogs::ParameterDoubleSpinBox::setValue(), FunctionParameter::toRotation10(), FunctionParameter::toRotation5(), FunctionParameter::toRotation6(), FunctionParameter::toRotation7(), FunctionParameter::toRotation8(), FunctionParameter::toRotation9(), and FunctionParameter::value().
Referenced by UI::Dialogs::ValuesDialogImpl::setParameters().