brctldialogsprovider.h File Reference

API published in: S60 2nd Ed FP 3

Link against: browserengine.lib

Capability Information

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 <e32std.h>
#include <e32base.h>

Go to the source code of this file.


Data Structures

class   MBrCtlDialogsProvider
  The MBrDialogsProvider class provides functions implemented by the Browser Control to display dialogs, such as error notifications, authentication requests, and selection lists. More...
class   TBrCtlSelectOptionData
  The TBrCtlSelectOptionData class represents a list of elements to display in the list box. More...
class   CBrCtlObjectInfo
  The CBrCtlObjectInfo class used to represent the information about the plugin object. More...
class   TBrCtlImageCarrier
  TheTBrCtlImageCarrier class used to give the information about the image. More...

Enumerations

enum   TBrCtlSelectOptionType { ESelectTypeMultiple, ESelectTypeSingle, ESelectTypeNone, ESelectTypeOkOnly }
  Type of selection list. More...
enum   TBrCtlImageType { EImageTypeAny, EImageTypeWbmp, EImageTypeOta }
  Defines the type of image if it cannot be recognized by the Symbian image conversion library. More...

Enumeration Type Documentation

enum TBrCtlImageType
 

Defines the type of image if it cannot be recognized by the Symbian image conversion library.

Enumerator:
EImageTypeAny  Automatically recognized by the image converter.
EImageTypeWbmp  Wireless Bitmap (WBMP) image.
EImageTypeOta  Over The Air (OTA) image.
enum TBrCtlSelectOptionType
 

Type of selection list.

Enumerator:
ESelectTypeMultiple  Multiple select - Display a checkbox.
ESelectTypeSingle  Single select - Display a radio button.
ESelectTypeNone  Single select - Do not display any button.
ESelectTypeOkOnly  No buttons (single selection only) OK softkey is available Cancel button is not available.

Copyright © Nokia Corporation 2001-2008
Back to top