Public Member Functions | |
virtual const String & | getType () const |
returns type string of this interpolator | |
virtual String | interpolateAbsolute (const String &value1, const String &value2, float position) |
virtual String | interpolateRelative (const String &base, const String &value1, const String &value2, float position) |
virtual String | interpolateRelativeMultiply (const String &base, const String &value1, const String &value2, float position) |
virtual String CEGUI::UintInterpolator::interpolateAbsolute | ( | const String & | value1, | |
const String & | value2, | |||
float | position | |||
) | [virtual] |
this is used when Affector is set to apply values in absolute mode (application method == AM_Absolute)
Implements CEGUI::Interpolator.
virtual String CEGUI::UintInterpolator::interpolateRelative | ( | const String & | base, | |
const String & | value1, | |||
const String & | value2, | |||
float | position | |||
) | [virtual] |
this is used when Affector is set to apply values in relative mode (application method == AM_Relative)
Implements CEGUI::Interpolator.
virtual String CEGUI::UintInterpolator::interpolateRelativeMultiply | ( | const String & | base, | |
const String & | value1, | |||
const String & | value2, | |||
float | position | |||
) | [virtual] |
this is used when Affector is set to apply values in relative multiply mode (application method == AM_RelativeMultiply)
Implements CEGUI::Interpolator.