CTicker Class Reference

List of all members.

Public Member Functions

 ~CTicker ()
void Start ()
void Stop ()
void Tick ()
void Tock ()
void Zap ()

Static Public Member Functions

static CTickerNewL (const TRect &, const TDesC &)

Public Attributes

TInt iTicks
TInt iTocks

Detailed Description

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.


Constructor & Destructor Documentation

CTicker::~CTicker (  ) 

Destructor

Definition at line 115 of file ticker.cpp.


Member Function Documentation

CTicker * CTicker::NewL ( const TRect &  aRect,
const TDesC &  aString 
) [static]

Performs the two-phase construction of an object of the CTicker class.

Parameters:
aRect The area of the screen available for drawing.
aString The text to be drawn.
Returns:
A CTicker object.

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.


Generated by  doxygen 1.6.2