CRecCountContainer Class Reference

List of all members.

Public Member Functions

void ConstructL (const TRect &aRect)
 ~CRecCountContainer ()
void Draw (const TRect &aRect) const
TInt CountComponentControls () const
CCoeControl * ComponentControl (TInt aIndex) const
void SizeChanged ()
void HandleResourceChange (TInt aType)
TTypeUid::Ptr MopSupplyObject (TTypeUid aId)
void SetTextL (TInt aNumRecords)

Static Public Member Functions

static CRecCountContainerNewL (const TRect &aRect, CSearchView &aView)
static CRecCountContainerNewLC (const TRect &aRect, CSearchView &aView)

Public Attributes

CAknsBasicBackgroundControlContext * iBackground

Detailed Description

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

Definition at line 41 of file RecCountContainer.h.


Constructor & Destructor Documentation

CRecCountContainer::~CRecCountContainer (  ) 

Member Function Documentation

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

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

Definition at line 45 of file RecCountContainer.cpp.

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

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

Definition at line 57 of file RecCountContainer.cpp.

void CRecCountContainer::ConstructL ( const TRect &  aRect  ) 
void CRecCountContainer::Draw ( const TRect &  aRect  )  const
TInt CRecCountContainer::CountComponentControls (  )  const
CCoeControl * CRecCountContainer::ComponentControl ( TInt  aIndex  )  const
void CRecCountContainer::SizeChanged (  ) 
void CRecCountContainer::HandleResourceChange ( TInt  aType  ) 
TTypeUid::Ptr CRecCountContainer::MopSupplyObject ( TTypeUid  aId  ) 

Generated by  doxygen 1.6.2