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  ) 
TKeyResponse CAboutContainer::OfferKeyEventL ( const TKeyEvent &  aKeyEvent,
TEventCode  aType 
)

Generated by  doxygen 1.6.2