|
Crazy Eddie's GUI System
0.8.1
|
Inheritance diagram for CEGUI::TplInterpolatorBase:
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... | |
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 |
|
inlinevirtual |
returns type string of this interpolator
Implements CEGUI::Interpolator.