Public Member Functions | |
| virtual | ~CSqlSrvDemoAppView () |
| void | Draw (const TRect &aRect) const |
Static Public Member Functions | |
| static CSqlSrvDemoAppView * | NewL (const TRect &aRect) |
| static CSqlSrvDemoAppView * | NewLC (const TRect &aRect) |
CSqlSrvDemoAppView container control class. An instance of the Application View object for the example application SqlSrvDemo
Definition at line 35 of file SqlSrvDemoAppView.h.
| CSqlSrvDemoAppView::~CSqlSrvDemoAppView | ( | ) | [virtual] |
~CSqlSrvDemoAppView Virtual Destructor.
Definition at line 82 of file SqlSrvDemoAppView.cpp.
| CSqlSrvDemoAppView * CSqlSrvDemoAppView::NewL | ( | const TRect & | aRect | ) | [static] |
NewL. Two-phased constructor. Create a CSqlSrvDemoAppView object, which will draw itself to aRect-
| aRect | the rectangle this view will be drawn to. |
Definition at line 40 of file SqlSrvDemoAppView.cpp.
| CSqlSrvDemoAppView * CSqlSrvDemoAppView::NewLC | ( | const TRect & | aRect | ) | [static] |
NewLC. Two-phased constructor. Create a CSqlSrvDemoAppView object, which will draw itself to aRect-
| aRect | the rectangle this view will be drawn to. |
Definition at line 52 of file SqlSrvDemoAppView.cpp.
| void CSqlSrvDemoAppView::Draw | ( | const TRect & | aRect | ) | const |
Draw Draw this CSqlSrvDemoAppView to the screen.
| aRect | the rectangle of this view that needs updating |
Definition at line 92 of file SqlSrvDemoAppView.cpp.
1.6.2