Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: HLPMODEL.h

Help model search result events


Enum (anonymous)

N/A

Support

Supported from 6.0

Description

Help model search result events.

ECategoryListAvailable

The search returned a category list.

The list can be retrieved using 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().

ESearchListNoneFound

The search did not return a results list.

ETopicListAvailable

The search returned a topic list.

The list can be retrieved using CHlpModel::LoadListL().

ETopicListNoneFound

The search did not return a topic list.

EIndexListAvailable

The search returned an index item list.

The list can be retrieved using CHlpModel::LoadListL().

EIndexListNoneFound

The search did not return an index item list.

EIndexSearchListAvailable

The search returned a topic list from an index phrase search.

The list can be retrieved using CHlpModel::LoadListL().

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().

ETopicNotFound

The search did not return a topic.

EModelSearchInProgress

The search is in progress.

EHlpSearchCancelled

The search has been cancelled.