29 #ifndef _CEGUIKeyFrame_h_
30 #define _CEGUIKeyFrame_h_
32 #include "CEGUI/String.h"
90 size_t getIdxInParent()
const;
96 void moveToPosition(
float newPosition);
102 float getPosition()
const;
114 void setValue(
const String& value);
120 const String& getValue()
const;
134 void setSourceProperty(
const String& sourceProperty);
140 const String& getSourceProperty()
const;
167 void setProgression(Progression p);
173 Progression getProgression()
const;
180 float alterInterpolationPosition(
float position);
199 void notifyPositionChanged(
float newPosition);
221 Progression d_progression;
226 #endif // end of guard _CEGUIKeyFrame_h_