web_pub/browser_control_api/inc/BrCtlDefs.h
branchRCL_3
changeset 49 919f36ff910f
parent 48 79859ed3eea9
child 50 d96eed154187
equal deleted inserted replaced
48:79859ed3eea9 49:919f36ff910f
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #ifndef BRCTLDEFS_H
    19 #ifndef BRCTLDEFS_H
    20 #define BRCTLDEFS_H
    20 #define BRCTLDEFS_H
    21 
    21 #include <browser_platform_variant.hrh>
    22 #warning The Browser Control API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
       
    23 
       
    24 
       
    25 //  INCLUDES
    22 //  INCLUDES
    26 
    23 
    27 // DATA TYPES
    24 // DATA TYPES
    28 
    25 
    29 // FORWARD DECLARATIONS
    26 // FORWARD DECLARATIONS
    34 * The TBrCtlDefs class contains definitions of custom data types for the Browser Control API.
    31 * The TBrCtlDefs class contains definitions of custom data types for the Browser Control API.
    35 *
    32 *
    36 * Usage:
    33 * Usage:
    37 *
    34 *
    38 * @code
    35 * @code
    39 *  #include <BrCtlDefs.h>
    36 *  #include <brctldefs.h>
    40 *
    37 *
    41 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
    38 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
    42 * @lib BrowserEngine.lib
    39 * @lib BrowserEngine.lib
    43 * @since 3.0
    40 * @since 3.0
    44 * @file BrCtlDefs.h
    41 * @file brctldefs.h
    45 * @endcode     *
    42 * @endcode     *
    46 */
    43 */
    47 class TBrCtlDefs
    44 class TBrCtlDefs
    48     {
    45     {
    49     public:
    46     public:
   207              ** Enter/Exit Fullscreen Browsing
   204              ** Enter/Exit Fullscreen Browsing
   208              */
   205              */
   209              ECommandEnterFullscreenBrowsing,
   206              ECommandEnterFullscreenBrowsing,
   210              ECommandLeaveFullscreenBrowsing,
   207              ECommandLeaveFullscreenBrowsing,
   211              ECommandZoomIn,
   208              ECommandZoomIn,
   212              ECommandZoomOut
   209              ECommandZoomOut,
       
   210              ECommandRetryTransactions,
       
   211              ECommandSetRetryConnectivityFlag,
       
   212              ECommandUnSetRetryConnectivityFlag,
       
   213              ECommandClearQuedTransactions,
       
   214              ECommandConnToDownloadManager,
       
   215              
       
   216             /**
       
   217             * Pause/Resume Script Timers
       
   218             */
       
   219              ECommandPauseScriptTimers,
       
   220              ECommandResumeScriptTimers,
       
   221 			 ECommandCancelQueuedTransactions,
       
   222 			 ECommandOOMExit,
       
   223 			       /**
       
   224 			       * Notify Flash Plugin FocusChangeEvent 
       
   225 			       */
       
   226 			       ECommandNotifyPluginFocusChangeEvent
   213             };
   227             };
   214         /**
   228         /**
   215         * The load event that occurred.
   229         * The load event that occurred.
   216         */
   230         */
   217         enum TBrCtlLoadEvent
   231         enum TBrCtlLoadEvent
   559             ECapabilityGraphicalPage    = 0x2000,
   573             ECapabilityGraphicalPage    = 0x2000,
   560             ECapabilityAccessKeys       = 0x4000,
   574             ECapabilityAccessKeys       = 0x4000,
   561             ECapabilityFavicon          = 0x8000,
   575             ECapabilityFavicon          = 0x8000,
   562             ECapabilityToolBar          = 0x00010000,
   576             ECapabilityToolBar          = 0x00010000,
   563             ECapabilityWebKitLite       = 0x00020000,
   577             ECapabilityWebKitLite       = 0x00020000,
   564             ECapabilityFitToScreen      = 0x00040000
   578             ECapabilityFitToScreen      = 0x00040000,
       
   579             ECapabilityPinchZoom        = 0x00080000
   565             };
   580             };
   566 
   581 
   567         /**
   582         /**
   568         * Gets the requested page information.
   583         * Gets the requested page information.
   569         */
   584         */