Public Member Functions | |
| ~CThreadAppView () | |
| void | Draw (const TRect &aRect) const | 
| void | DrawText (const TDesC &aText) | 
Static Public Member Functions | |
| static CThreadAppView * | NewL (const TRect &aRect) | 
| static CThreadAppView * | NewLC (const TRect &aRect) | 
Public Attributes | |
| CThreadAnimation * | iAnimationOne | 
| CThreadAnimation * | iAnimationTwo | 
| CThreadAnimation * | iAnimationThree | 
CThreadAppView An instance of CThreadAppView is the Application View object for the Thread example application
Definition at line 29 of file threadappview.h.
| CThreadAppView::~CThreadAppView | ( | ) | 
| CThreadAppView * CThreadAppView::NewL | ( | const TRect & | aRect | ) |  [static] | 
        
discussion Create a CThreadAppView object, which will draw itself to aRect
param aRect The rectangle this view will be drawn to result A pointer to the created instance of CThreadAppView
Definition at line 23 of file threadappview.cpp.
| CThreadAppView * CThreadAppView::NewLC | ( | const TRect & | aRect | ) |  [static] | 
        
discussion Create a CThreadAppView object, which will draw itself to aRect
param aRect The rectangle this view will be drawn to result A pointer to the created instance of CThreadAppView
Definition at line 30 of file threadappview.cpp.
| void CThreadAppView::Draw | ( | const TRect & | aRect | ) | const | 
discussion Draw this CThreadAppView to the screen
param aRect The rectangle of this view that needs updating
Definition at line 117 of file threadappview.cpp.
| void CThreadAppView::DrawText | ( | const TDesC & | aText | ) | 
discussion Draw text on the screen using a rich text editor.
param aText text to be displayed.
Definition at line 107 of file threadappview.cpp.
 1.6.2