Inherits CBrowserView.
Public Member Functions | |
virtual | ~CDetailView () |
Static Public Member Functions | |
static CDetailView * | NewL () |
static CDetailView * | NewLC () |
CDetailView view class. An instance of the Application View object for the SqlSrvDemo example application
Definition at line 33 of file DetailView.h.
CDetailView::~CDetailView | ( | ) | [virtual] |
~CDetailView. Virtual Destructor.
Definition at line 77 of file DetailView.cpp.
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.
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.
Definition at line 54 of file DetailView.cpp.