NetworkServices capability is required for any operation that results in loading content from the network. For example, calling LoadUrlL() with a url parameter that refers to a network location requires NetworkServices capability if the content is not available from the cache or if the specified cache mode prevents loading the cached version.
This class is used for the List Selection Dialog.
|
Public Member Functions |
| TBrCtlSelectOptionData () |
| Default Constructor.
|
| TBrCtlSelectOptionData (const TDesC &aText, TBool aIsSelected, TBool aIsOptGroup, TBool aHasOnPick) |
| Constructor.
|
const TDesC & | Text () const |
| Gets the display text associated with a specified option.
|
TBool | IsSelected () const |
| Indicates whether or not an option is selected.
|
TBool | IsOptGroup () const |
| Indicates whether an option group member variable is a group title or a selectable option.
|
TBool | HasOnPick () const |
| Indicates whether or not the dialog closes when an option is selected.
|
void | SetText (TDesC &aText) |
| Sets the text of the option object.
|
void | SetIsSelected (TBool aIsSelected) |
| Sets the selection state of an option.
|
void | SetIsOptGroup (TBool aIsOptGroup) |
| Sets the state of the option group member variable.
|
void | SetHasOnPick (TBool aHasOnPick) |
| Sets the state of the hasOnPick member variable.
|