diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_thread_animation.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_thread_animation.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,159 @@ + + +
+ +Public Member Functions | |
~CThreadAnimation (void) | |
void | StartAnimationL () |
void | StopAnimation () |
Static Public Member Functions | |
static CThreadAnimation * | NewL (TResourceReader &aReader, RWindow &aWindow) |
static CThreadAnimation * | NewLC (TResourceReader &aReader, RWindow &aWindow) |
CThreadAnimation Animates a thread.
+ +Definition at line 31 of file threadanimation.h.
+CThreadAnimation::~CThreadAnimation | +( | +void | ++ | ) | ++ |
CThreadAnimation * CThreadAnimation::NewL | +( | +TResourceReader & | +aReader, | +|
+ | + | RWindow & | +aWindow | + |
+ | ) | + [static] |
+
discussion Create new CThreadAnimation object return a pointer to the created instance of CThreadAnimation param aReader the resourcereader that contains one BMPANIM_DATA. param aWindow Container window of this animation.
+ +Definition at line 35 of file threadanimation.cpp.
+ +CThreadAnimation * CThreadAnimation::NewLC | +( | +TResourceReader & | +aReader, | +|
+ | + | RWindow & | +aWindow | + |
+ | ) | + [static] |
+
Definition at line 42 of file threadanimation.cpp.
+ +void CThreadAnimation::StartAnimationL | +( | ++ | ) | ++ |
discussion Starts thread animation.
+ +Definition at line 80 of file threadanimation.cpp.
+ +void CThreadAnimation::StopAnimation | +( | ++ | ) | ++ |
discussion Stops thread animation. Animation disappears from the screen.
+ +Definition at line 66 of file threadanimation.cpp.
+ +