DEVELOPER LIBRARY
» Developer Library » API Reference » C++ API reference » Help Model » Help Model search types enum
Location: HLPMODEL.h
HLPMODEL.h
(anonymous)
N/A
Supported from 6.0
Defines search types for use with CHlpModel::SearchL().
CHlpModel::SearchL()
EIndexList
Gets a list of index entries for all help files.
Success is indicated by a EIndexListAvailable event; failure by EIndexListNoneFound.
EIndexListAvailable
EIndexListNoneFound
The list can be retrieved using CHlpModel::LoadListL().
CHlpModel::LoadListL()
ECategoryList
Gets a list of categories for all help files.
Success is indicated by a ECategoryListAvailable event; failure by ECategoryListNoneFound.
ECategoryListAvailable
ECategoryListNoneFound
The list can be retrieved using CHlpModel::CategoryListL().
CHlpModel::CategoryListL()
ETopicListForCategory
Gets a list of topics for a specified category.
Success is indicated by a ETopicListAvailable event; failure by ETopicListNoneFound.
ETopicListAvailable
ETopicListNoneFound
ETopicListForCategoryUID
Gets a list of topics for a specified category UID.
EContextSearch
Searches for a topic with the specified help context.
A successful search generates a ETopicAvailable event. The topic can then be retrieved using CHlpModel::LoadTopicL().
ETopicAvailable
CHlpModel::LoadTopicL()
A unsuccessful search generates a ETopicNotFound event.
ETopicNotFound
EIndexSearch
Searches for index entries for the specified help item.
A successful search generates a ETopicListAvailable event. The list can then be retrieved using CHlpModel::LoadListL().
An unsuccessful search generates a ETopicListNoneFound event.
EQuickSearch
Searches topic titles for the specified text.
A successful search generates a ESearchListAvailable event. The list can then be retrieved using CHlpModel::LoadListL().
ESearchListAvailable
An unsuccessful search generates a ESearchListNoneFound event.
ESearchListNoneFound
EFullTextSearch
Searches full text of topics for the specified text.
ETopicIdSearch
Searches for a topic with the specified ID.
©2002 Symbian Ltd.