DEVELOPER LIBRARY
» Developer Library » API Reference » C++ API reference » Help Model » Help Model search result events enum
Location: HLPMODEL.h
HLPMODEL.h
(anonymous)
N/A
Supported from 6.0
Help model search result events.
ECategoryListAvailable
The search returned a category list.
The list can be retrieved using CHlpModel::CategoryListL().
CHlpModel::CategoryListL()
ECategoryListNoneFound
The search did not return a category list.
ESearchListAvailable
The search returned a results list.
The list can be retrieved using CHlpModel::LoadListL().
CHlpModel::LoadListL()
ESearchListNoneFound
The search did not return a results list.
ETopicListAvailable
The search returned a topic list.
ETopicListNoneFound
The search did not return a topic list.
EIndexListAvailable
The search returned an index item list.
EIndexListNoneFound
The search did not return an index item list.
EIndexSearchListAvailable
The search returned a topic list from an index phrase search.
EIndexSearchListNoneFound
The search did not return a topic list from an index phrase search.
ETopicAvailable
The search returned a topic.
The topic can be retrieved using CHlpModel::LoadTopicL().
CHlpModel::LoadTopicL()
ETopicNotFound
The search did not return a topic.
EModelSearchInProgress
The search is in progress.
EHlpSearchCancelled
The search has been cancelled.
©2002 Symbian Ltd.