HyperspaceExplorer 0.7.1
Public Member Functions
UI::Dialogs::ParameterInput Class Reference

Input controls for all types of FunctionParameter. More...

#include <ParameterInput.h>

Inheritance diagram for UI::Dialogs::ParameterInput:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

Input controls for all types of FunctionParameter.

This class defines the interface that all input controls for FunctionParameter must follow.

Author:
Helge Preuss <lene.preuss@gmail.com>

Member Function Documentation

virtual void UI::Dialogs::ParameterInput::setValue ( const QString &  newValue) [pure virtual]

Sets the value displayed in the widget.

Parameters:
newValueThe 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().

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends

Generated on Mon Apr 9 2012 20:25:19 for HyperspaceExplorer 0.7.1 by doxygen 1.7.4  -  Hosted bySourceForge.net Logo