CSearchContainer Class Reference

Inherits MWikiCountObserver.

List of all members.

Public Member Functions

void ConstructL (const TRect &aRect)
 ~CSearchContainer ()
TInt CountComponentControls () const
CCoeControl * ComponentControl (TInt aIndex) const
void SizeChanged ()
void HandleResourceChange (TInt aType)
TKeyResponse OfferKeyEventL (const TKeyEvent &aKeyEvent, TEventCode aType)
void HandleControlEventL (CCoeControl *aControl, TCoeEvent aEventType)
void CountUpdatedL (TInt aError)
void RefreshL (TBool aResetNaviPane=EFalse)
TBool ZeroItemsInList ()
void HandleSelectCommandL ()

Static Public Member Functions

static CSearchContainerNewL (const TRect &aRect, CSearchView &aView, CRecCountContainer &aRecContainer)
static CSearchContainerNewLC (const TRect &aRect, CSearchView &aView, CRecCountContainer &aRecContainer)

Detailed Description

CSearchContainer container control class. An instance of CSearchContainer contains the view drawn to the screen for CSearchView

Definition at line 45 of file SearchContainer.h.


Constructor & Destructor Documentation

CSearchContainer::~CSearchContainer (  ) 

Member Function Documentation

CSearchContainer * CSearchContainer::NewL ( const TRect &  aRect,
CSearchView aView,
CRecCountContainer aRecContainer 
) [static]

NewL. Two-phased constructor. Create a CSearchContainer 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 CSearchContainer.

Definition at line 50 of file SearchContainer.cpp.

CSearchContainer * CSearchContainer::NewLC ( const TRect &  aRect,
CSearchView aView,
CRecCountContainer aRecContainer 
) [static]

NewLC. Two-phased constructor. Create a CSearchContainer 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 CSearchContainer.

Definition at line 62 of file SearchContainer.cpp.

void CSearchContainer::ConstructL ( const TRect &  aRect  ) 
TInt CSearchContainer::CountComponentControls (  )  const
CCoeControl * CSearchContainer::ComponentControl ( TInt  aIndex  )  const
void CSearchContainer::SizeChanged (  ) 
void CSearchContainer::HandleResourceChange ( TInt  aType  ) 
TKeyResponse CSearchContainer::OfferKeyEventL ( const TKeyEvent &  aKeyEvent,
TEventCode  aType 
)
void CSearchContainer::HandleControlEventL ( CCoeControl *  aControl,
TCoeEvent  aEventType 
)

Generated by  doxygen 1.6.2