30 #ifndef _CEGUIKeyFrame_h_
31 #define _CEGUIKeyFrame_h_
33 #include "CEGUIString.h"
87 void moveToPosition(
float newPosition);
93 float getPosition()
const;
105 void setValue(
const String& value);
111 const String& getValue()
const;
125 void setSourceProperty(
const String& sourceProperty);
131 const String& getSourceProperty()
const;
158 void setProgression(Progression p);
164 Progression getProgression()
const;
171 float alterInterpolationPosition(
float position);
190 void notifyPositionChanged(
float newPosition);
203 Progression d_progression;
208 #endif // end of guard _CEGUIKeyFrame_h_