CSearchView Class Reference

List of all members.

Public Member Functions

virtual ~CSearchView ()
TUid Id () const
void HandleCommandL (TInt aCommand)
void HandleSizeChange (TInt aType)
void DoActivateL (const TVwsViewId &aPrevViewId, TUid aCustomMessageId, const TDesC8 &aCustomMessage)
void DoDeactivate ()
void OpenDetailViewL ()
void OpenAboutViewL ()
TRect SearchRect ()
TRect RecCountRect ()

Static Public Member Functions

static CSearchViewNewL ()
static CSearchViewNewLC ()

Detailed Description

CSearchView view class. An instance of the Application View object for the SqlSrvDemo example application

Definition at line 40 of file SearchView.h.


Constructor & Destructor Documentation

CSearchView::~CSearchView (  )  [virtual]

Member Function Documentation

CSearchView * CSearchView::NewL (  )  [static]

NewL. Two-phased constructor. Construct a CSearchView for the AVKON application aApp. Using two phase construction,and return a pointer to the created object

Returns:
a pointer to the created instance of CSearchView

Definition at line 49 of file SearchView.cpp.

CSearchView * CSearchView::NewLC (  )  [static]

NewLC. Two-phased constructor. Construct a CSearchView for the AVKON application aApp. Using two phase construction,and return a pointer to the created object

Returns:
a pointer to the created instance of CSearchView

Definition at line 61 of file SearchView.cpp.

TUid CSearchView::Id (  )  const
void CSearchView::HandleCommandL ( TInt  aCommand  ) 
void CSearchView::HandleSizeChange ( TInt  aType  ) 

HandleSizeChange Called by HandleResourceChangeL() from CSqlSrvDemoAppUi when layout is changed.

Parameters:
aType Type of resources that have changed

Definition at line 187 of file SearchView.cpp.

void CSearchView::DoActivateL ( const TVwsViewId &  aPrevViewId,
TUid  aCustomMessageId,
const TDesC8 &  aCustomMessage 
)
void CSearchView::DoDeactivate (  ) 

Generated by  doxygen 1.6.2