CBrowserContainer Class Reference

Inherited by CAboutContainer, and CDetailContainer.

List of all members.

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

CBrowserViewiView
CBrCtlInterface * iBrowser

Detailed Description

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.


Constructor & Destructor Documentation

CBrowserContainer::~CBrowserContainer (  ) 

CBrowserContainer Destructor.

Definition at line 62 of file BrowserContainer.cpp.

CBrowserContainer::CBrowserContainer ( CBrowserView aView  )  [protected]

CBrowserContainer Constructor.

Parameters:
Reference to CBrowserView

Definition at line 33 of file BrowserContainer.cpp.


Member Function Documentation

void CBrowserContainer::HandleResourceChange ( TInt  aType  ) 

Reacts to screen size change

Definition at line 121 of file BrowserContainer.cpp.

TInt CBrowserContainer::CountComponentControls (  )  const

CountComponentControls

Returns:
number of controls inside this container.

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

Parameters:
Index number of the control.
Returns:
Pointer of controls inside this container.

Definition at line 89 of file BrowserContainer.cpp.

void CBrowserContainer::ConstructL ( const TRect &  aRect  )  [protected]

ConstructL 2nd phase constructor.

Parameters:
aRect Frame rectangle for container.

Reimplemented in CAboutContainer, and CDetailContainer.

Definition at line 45 of file BrowserContainer.cpp.


Generated by  doxygen 1.6.2