|
Crazy Eddie's GUI System
${CEGUI_VERSION}
|
Inherits CEGUI::Interpolator, and CEGUI::Interpolator.
Inherited by CEGUI::TplDiscreteInterpolator< T >, CEGUI::TplDiscreteInterpolator< T >, CEGUI::TplLinearInterpolator< T >, and CEGUI::TplLinearInterpolator< T >.
Collaboration diagram for CEGUI::TplInterpolatorBase:Public Member Functions | |
| TplInterpolatorBase (const String &type) | |
| virtual | ~TplInterpolatorBase () |
| destructor | |
| virtual const String & | getType () const |
| returns type string of this interpolator More... | |
| TplInterpolatorBase (const String &type) | |
| virtual | ~TplInterpolatorBase () |
| destructor | |
| virtual const String & | getType () const |
| returns type string of this interpolator More... | |
Public Member Functions inherited from CEGUI::Interpolator | |
| virtual | ~Interpolator () |
| destructor | |
| virtual String | interpolateAbsolute (const String &value1, const String &value2, float position)=0 |
| virtual String | interpolateRelative (const String &base, const String &value1, const String &value2, float position)=0 |
| virtual String | interpolateRelativeMultiply (const String &base, const String &value1, const String &value2, float position)=0 |
| virtual | ~Interpolator () |
| destructor | |
| virtual String | interpolateAbsolute (const String &value1, const String &value2, float position)=0 |
| virtual String | interpolateRelative (const String &base, const String &value1, const String &value2, float position)=0 |
| virtual String | interpolateRelativeMultiply (const String &base, const String &value1, const String &value2, float position)=0 |
|
inlinevirtual |
returns type string of this interpolator
Implements CEGUI::Interpolator.
|
inlinevirtual |
returns type string of this interpolator
Implements CEGUI::Interpolator.