Inherited by CAboutContainer, and CDetailContainer.
Public Member Functions | |
void | HandleResourceChange (TInt aType) |
TInt | CountComponentControls () const |
void | SizeChanged () |
CCoeControl * | ComponentControl (TInt aIndex) const |
~CBrowserContainer () | |
Protected Member Functions | |
CBrowserContainer (CBrowserView &aView) | |
void | ConstructL (const TRect &aRect) |
void | ScrollBrowserToTopL () |
Protected Attributes | |
CBrowserView & | iView |
CBrCtlInterface * | iBrowser |
CBrowserContainer container control class. An instance of CBrowserContainer contains the view drawn to the screen for BrowserView
Definition at line 36 of file BrowserContainer.h.
CBrowserContainer::~CBrowserContainer | ( | ) |
CBrowserContainer Destructor.
Definition at line 62 of file BrowserContainer.cpp.
CBrowserContainer::CBrowserContainer | ( | CBrowserView & | aView | ) | [protected] |
CBrowserContainer Constructor.
Reference | to CBrowserView |
Definition at line 33 of file BrowserContainer.cpp.
void CBrowserContainer::HandleResourceChange | ( | TInt | aType | ) |
Reacts to screen size change
Definition at line 121 of file BrowserContainer.cpp.
TInt CBrowserContainer::CountComponentControls | ( | ) | const |
CountComponentControls
Definition at line 73 of file BrowserContainer.cpp.
void CBrowserContainer::SizeChanged | ( | ) |
Called by framework when the view size is changed.
Definition at line 106 of file BrowserContainer.cpp.
CCoeControl * CBrowserContainer::ComponentControl | ( | TInt | aIndex | ) | const |
ComponentControl
Index | number of the control. |
Definition at line 89 of file BrowserContainer.cpp.
void CBrowserContainer::ConstructL | ( | const TRect & | aRect | ) | [protected] |
ConstructL 2nd phase constructor.
aRect | Frame rectangle for container. |
Reimplemented in CAboutContainer, and CDetailContainer.
Definition at line 45 of file BrowserContainer.cpp.