| class MNcdQuerySelectionItem : public MNcdQueryItem |
Describes a selection query item.
| Public Member Functions | |
|---|---|
| TInt | Selection () |
| const MDesC8Array & | SelectionData () |
| const MDesCArray & | SelectionTexts () |
| void | SetSelectionL ( TInt ) |
| Protected Member Functions | |
|---|---|
| ~MNcdQuerySelectionItem () | |
| const MDesC8Array & | SelectionData | ( | ) | const [pure virtual] |
Getter for additional selection data.
Actual contents depend on context. Query semantics can be used to determine the content type (if any).
| const MDesCArray & | SelectionTexts | ( | ) | const [pure virtual] |
Getter for selection texts.
| void | SetSelectionL | ( | TInt | aIndex | ) | [pure virtual] |
Selects one of the choices.
| KErrArgument |
Specified index is out of bounds. |
| TInt aIndex | Index of the selection (index of the selection text in the array returned by SelectionTexts() |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.