30 #ifndef _CEGUIKeyFrame_h_
31 #define _CEGUIKeyFrame_h_
33 #include "CEGUI/String.h"
91 size_t getIdxInParent()
const;
97 void moveToPosition(
float newPosition);
103 float getPosition()
const;
115 void setValue(
const String& value);
121 const String& getValue()
const;
135 void setSourceProperty(
const String& sourceProperty);
141 const String& getSourceProperty()
const;
168 void setProgression(Progression p);
174 Progression getProgression()
const;
181 float alterInterpolationPosition(
float position);
200 void notifyPositionChanged(
float newPosition);
222 Progression d_progression;
227 #endif // end of guard _CEGUIKeyFrame_h_