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]

~CSearchView. Virtual Destructor.

Definition at line 84 of file SearchView.cpp.


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

Id

Returns:
Id Uid value

Definition at line 97 of file SearchView.cpp.

void CSearchView::HandleCommandL ( TInt  aCommand  ) 

HandleCommandL From CAknView, takes care of command handling.

Parameters:
aCommand Command to be handled

Definition at line 162 of file SearchView.cpp.

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 
)

DoActivateL From CAknExView, activate an AknView.

Parameters:
aPrevViewId The id of the previous view
aCustomMessageId message identifier
aCustomMessage custom message provided when the view is changed

Definition at line 107 of file SearchView.cpp.

void CSearchView::DoDeactivate (  ) 

DoDeactivate From AknView, deactivate an AknView Remove the container class instance from the App UI's stack and deletes the instance

Definition at line 130 of file SearchView.cpp.


Generated by  doxygen 1.6.2