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 CSearchView * | NewL () |
static CSearchView * | NewLC () |
CSearchView view class. An instance of the Application View object for the SqlSrvDemo example application
Definition at line 40 of file SearchView.h.
CSearchView::~CSearchView | ( | ) | [virtual] |
~CSearchView. Virtual Destructor.
Definition at line 84 of file SearchView.cpp.
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
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
Definition at line 61 of file SearchView.cpp.
TUid CSearchView::Id | ( | ) | const |
void CSearchView::HandleCommandL | ( | TInt | aCommand | ) |
HandleCommandL From CAknView, takes care of command handling.
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.
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.
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.