CDetailView Class Reference

Inherits CBrowserView.

List of all members.

Public Member Functions

virtual ~CDetailView ()

Static Public Member Functions

static CDetailViewNewL ()
static CDetailViewNewLC ()

Detailed Description

CDetailView view class. An instance of the Application View object for the SqlSrvDemo example application

Definition at line 33 of file DetailView.h.


Constructor & Destructor Documentation

CDetailView::~CDetailView (  )  [virtual]

~CDetailView. Virtual Destructor.

Definition at line 77 of file DetailView.cpp.


Member Function Documentation

CDetailView * CDetailView::NewL (  )  [static]

NewL. Two-phased constructor. Construct a CDetailView for the AVKON application aApp. Using two phase construction,and return a pointer to the created object.

Returns:
a pointer to the created instance of CDetailView

Definition at line 42 of file DetailView.cpp.

CDetailView * CDetailView::NewLC (  )  [static]

NewLC. Two-phased constructor. Construct a CDetailView for the AVKON application aApp. Using two phase construction,and return a pointer to the created object.

Returns:
a pointer to the created instance of CDetailView

Definition at line 54 of file DetailView.cpp.


Generated by  doxygen 1.6.2