Home · All Classes · Main Classes · Deprecated |
Classes | |
class | MAnimation |
MAnimation provides an base class for animations. More... | |
Defines | |
#define | M_ANIMATION(STYLE) |
#define M_ANIMATION | ( | STYLE | ) |
protected: \ inline virtual const char* styleType() const { return #STYLE; } \ virtual MAnimationStyleContainer* createStyleContainer() const { return new STYLE##Container(); } \ private: \ inline STYLE##Container& style() { return static_cast<STYLE##Container&>(MAnimation::style()); } \ inline const STYLE##Container& style() const { return static_cast<const STYLE##Container&>(MAnimation::style()); }
Copyright © 2010 Nokia Corporation | MeeGo Touch |