| 
    Crazy Eddies GUI System
    0.7.2
    
   | 
 
 Inheritance diagram for CEGUI::StringInterpolator:
 Collaboration diagram for CEGUI::StringInterpolator: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) | 
  Public Member Functions inherited from CEGUI::Interpolator | |
| virtual | ~Interpolator (void) | 
| destructor  | |
      
  | 
  virtual | 
this is used when Affector is set to apply values in absolute mode (application method == AM_Absolute)
Implements CEGUI::Interpolator.
      
  | 
  virtual | 
this is used when Affector is set to apply values in relative mode (application method == AM_Relative)
Implements CEGUI::Interpolator.
      
  | 
  virtual | 
this is used when Affector is set to apply values in relative multiply mode (application method == AM_RelativeMultiply)
Implements CEGUI::Interpolator.
 1.8.3.1