Inherits CBrowserContainer.
Public Member Functions | |
void | ConstructL (const TRect &aRect) |
TKeyResponse | OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType) |
Static Public Member Functions | |
static CAboutContainer * | NewL (const TRect &aRect) |
static CAboutContainer * | NewLC (const TRect &aRect) |
static CAboutContainer * | NewL (const TRect &aRect, CAboutView &aView) |
static CAboutContainer * | NewLC (const TRect &aRect, CAboutView &aView) |
CAboutContainer container control class. An instance of CDetailContainer contains the view drawn to the screen for DetailView
Definition at line 40 of file AboutContainer.h.
CAboutContainer * CAboutContainer::NewL | ( | const TRect & | aRect, | |
CAboutView & | aView | |||
) | [static] |
NewL. Two-phased constructor. Create a CAboutContainer object, which will draw itself to aRect.
aRect | The rectangle this view will be drawn to. |
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.
aRect | The rectangle this view will be drawn to. |
Definition at line 48 of file AboutContainer.cpp.
void CAboutContainer::ConstructL | ( | const TRect & | aRect | ) |
ConstructL 2nd phase constructor.
aRect | Frame rectangle for container. |
Reimplemented from CBrowserContainer.
TKeyResponse CAboutContainer::OfferKeyEventL | ( | const TKeyEvent & | aKeyEvent, | |
TEventCode | aType | |||
) |
OfferKeyEventL handles key events.
aKeyEvent | the key event | |
aType | the type of key event |
Definition at line 83 of file AboutContainer.cpp.