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  ) 

ConstructL 2nd phase constructor.

Parameters:
aRect Frame rectangle for container.

Reimplemented from CBrowserContainer.

Definition at line 61 of file DetailContainer.cpp.

TKeyResponse CDetailContainer::OfferKeyEventL ( const TKeyEvent &  aKeyEvent,
TEventCode  aType 
)

OfferKeyEventL handles key events.

Parameters:
aKeyEvent the key event
aType the type of key event
Returns:
EKeyWasConsumed if keyevent was handled, EKeyWasNotConsumed otherwise

Definition at line 94 of file DetailContainer.cpp.


Generated by  doxygen 1.6.2