CAboutView Class Reference

Inherits CBrowserView.

List of all members.

Public Member Functions

virtual ~CAboutView ()

Static Public Member Functions

static CAboutViewNewL ()
static CAboutViewNewLC ()

Detailed Description

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

Definition at line 33 of file AboutView.h.


Constructor & Destructor Documentation

CAboutView::~CAboutView (  )  [virtual]

~CAboutView. Virtual Destructor.

Definition at line 78 of file AboutView.cpp.


Member Function Documentation

CAboutView * CAboutView::NewL (  )  [static]

NewL. Two-phased constructor. Construct a CAboutView 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 CAboutView

Definition at line 43 of file AboutView.cpp.

CAboutView * CAboutView::NewLC (  )  [static]

NewLC. Two-phased constructor. Construct a CAboutView 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 CAboutView

Definition at line 55 of file AboutView.cpp.


Generated by  doxygen 1.6.2