Public Member Functions | |
| ~CTicker () | |
| void | Start () |
| void | Stop () |
| void | Tick () |
| void | Tock () |
| void | Zap () |
Static Public Member Functions | |
| static CTicker * | NewL (const TRect &, const TDesC &) |
Public Attributes | |
| TInt | iTicks |
| TInt | iTocks |
This class is used to display moving text on the screen. It creates a window and a timer object to display the moving text on the screen.
Definition at line 26 of file ticker.h.
| CTicker::~CTicker | ( | ) |
Destructor
Definition at line 115 of file ticker.cpp.
| CTicker * CTicker::NewL | ( | const TRect & | aRect, | |
| const TDesC & | aString | |||
| ) | [static] |
Performs the two-phase construction of an object of the CTicker class.
| aRect | The area of the screen available for drawing. | |
| aString | The text to be drawn. |
Definition at line 33 of file ticker.cpp.
| void CTicker::Start | ( | ) |
Starts the ticker playing.
Definition at line 136 of file ticker.cpp.
| void CTicker::Stop | ( | ) |
Stops the ticker.
Definition at line 150 of file ticker.cpp.
1.6.2