--- a/mpxplugins/viewplugins/views/inc/mpxcommonplaybackviewcontainer.h Tue May 11 16:10:56 2010 +0300
+++ b/mpxplugins/viewplugins/views/inc/mpxcommonplaybackviewcontainer.h Tue May 25 12:39:12 2010 +0300
@@ -399,10 +399,19 @@
/**
* Records the transition animation begin state.
- * Animation is started when albumart is fetched.
*/
void BeginTransition();
-
+
+ /**
+ * Mark the end state. Triggers the transtition.
+ */
+ void EndTransition();
+
+ /**
+ * Sets the transtition type for animation.
+ */
+ void SetTransitionType( TTransitionType aTransitionType );
+
private:
/**
@@ -410,11 +419,8 @@
*/
void DoUpdateLayoutL();
- /**
- * Trickers the transtition.
- */
- void EndTransition();
-
+
+
protected: // data
MEikCommandObserver* iCommandObserver; // not owned