API published in: S60 2nd Ed FP 3
Link against: browserengine.lib
Required Capabilities
None
Exceptions
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.
#include <brctldialogsprovider.h>
This class is used for the List Selection Dialog.
#include <BrCtlDialogsProvider.h>
@file BrCtlDialogsProvider.h
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. |
|
Default Constructor.
|
|
Constructor.
|
|
Indicates whether or not the dialog closes when an option is selected.
|
|
Indicates whether an option group member variable is a group title or a selectable option.
|
|
Indicates whether or not an option is selected.
|
|
Sets the state of the hasOnPick member variable. Indicates whether or not the dialog closes when an option is selected.
|
|
Sets the state of the option group member variable. Indicates whether an option group member variable is a group title or a selectable option.
|
|
Sets the selection state of an option.
|
|
Sets the text of the option object.
|
|
Gets the display text associated with a specified option.
|