CSqlSrvDemoAppView Class Reference

List of all members.

Public Member Functions

virtual ~CSqlSrvDemoAppView ()
void Draw (const TRect &aRect) const

Static Public Member Functions

static CSqlSrvDemoAppViewNewL (const TRect &aRect)
static CSqlSrvDemoAppViewNewLC (const TRect &aRect)

Detailed Description

CSqlSrvDemoAppView container control class. An instance of the Application View object for the example application SqlSrvDemo

Definition at line 35 of file SqlSrvDemoAppView.h.


Constructor & Destructor Documentation

CSqlSrvDemoAppView::~CSqlSrvDemoAppView (  )  [virtual]

~CSqlSrvDemoAppView Virtual Destructor.

Definition at line 82 of file SqlSrvDemoAppView.cpp.


Member Function Documentation

CSqlSrvDemoAppView * CSqlSrvDemoAppView::NewL ( const TRect &  aRect  )  [static]

NewL. Two-phased constructor. Create a CSqlSrvDemoAppView object, which will draw itself to aRect-

Parameters:
aRect the rectangle this view will be drawn to.
Returns:
a pointer to the created instance of CSqlSrvDemoAppView

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-

Parameters:
aRect the rectangle this view will be drawn to.
Returns:
a pointer to the created instance of CSqlSrvDemoAppView

Definition at line 52 of file SqlSrvDemoAppView.cpp.

void CSqlSrvDemoAppView::Draw ( const TRect &  aRect  )  const

Draw Draw this CSqlSrvDemoAppView to the screen.

Parameters:
aRect the rectangle of this view that needs updating

Definition at line 92 of file SqlSrvDemoAppView.cpp.


Generated by  doxygen 1.6.2