Inherits CBrowserContainer.
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 CDetailContainer * | NewL (const TRect &aRect, CDetailView &aView) |
| static CDetailContainer * | NewLC (const TRect &aRect, CDetailView &aView) |
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.
| CDetailContainer * CDetailContainer::NewL | ( | const TRect & | aRect, | |
| CDetailView & | aView | |||
| ) | [static] |
NewL. Two-phased constructor. Create a CDetailContainer object, which will draw itself to aRect.
| aRect | The rectangle this view will be drawn to. |
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.
| aRect | The rectangle this view will be drawn to. |
Definition at line 48 of file DetailContainer.cpp.
| void CDetailContainer::ConstructL | ( | const TRect & | aRect | ) |
ConstructL 2nd phase constructor.
| 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.
| aKeyEvent | the key event | |
| aType | the type of key event |
Definition at line 94 of file DetailContainer.cpp.
1.6.2