CAboutContainer Class Reference

Inherits CBrowserContainer.

List of all members.

Public Member Functions

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

Static Public Member Functions

static CAboutContainerNewL (const TRect &aRect, CAboutView &aView)
static CAboutContainerNewLC (const TRect &aRect, CAboutView &aView)

Detailed Description

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

Definition at line 36 of file AboutContainer.h.


Member Function Documentation

CAboutContainer * CAboutContainer::NewL ( const TRect &  aRect,
CAboutView aView 
) [static]

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

Definition at line 35 of file AboutContainer.cpp.

CAboutContainer * CAboutContainer::NewLC ( const TRect &  aRect,
CAboutView aView 
) [static]

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

Definition at line 48 of file AboutContainer.cpp.

void CAboutContainer::ConstructL ( const TRect &  aRect  ) 

ConstructL 2nd phase constructor.

Parameters:
aRect Frame rectangle for container.

Reimplemented from CBrowserContainer.

Definition at line 61 of file AboutContainer.cpp.

TKeyResponse CAboutContainer::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 83 of file AboutContainer.cpp.


Generated by  doxygen 1.6.2