CDetailContainer Class Reference

Inherits CBrowserContainer.

List of all members.

Public Member Functions

void ConstructL (const TRect &aRect)
TKeyResponse OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType)
void HandleBrowserLoadEventL (TBrCtlDefs::TBrCtlLoadEvent aLoadEvent, TUint aSize, TUint16 aTransactionId)

Static Public Member Functions

static CDetailContainerNewL (const TRect &aRect, CDetailView &aView)
static CDetailContainerNewLC (const TRect &aRect, CDetailView &aView)

Detailed Description

CDetailContainer container control class. An instance of CDetailContainer contains the view drawn to the screen for DetailView

Definition at line 36 of file DetailContainer.h.


Member Function Documentation

CDetailContainer * CDetailContainer::NewL ( const TRect &  aRect,
CDetailView aView 
) [static]

NewL. Two-phased constructor. Create a CDetailContainer 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 CDetailContainer.

Definition at line 36 of file DetailContainer.cpp.

CDetailContainer * CDetailContainer::NewLC ( const TRect &  aRect,
CDetailView aView 
) [static]

NewLC. Two-phased constructor. Create a CDetailContainer 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 CDetailContainer.

Definition at line 48 of file DetailContainer.cpp.

void CDetailContainer::ConstructL ( const TRect &  aRect  ) 
TKeyResponse CDetailContainer::OfferKeyEventL ( const TKeyEvent &  aKeyEvent,
TEventCode  aType 
)

Generated by  doxygen 1.6.2