web_pub/browser_control_api/inc/BrCtlDialogsProvider.h
branchRCL_3
changeset 49 919f36ff910f
parent 48 79859ed3eea9
equal deleted inserted replaced
48:79859ed3eea9 49:919f36ff910f
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #ifndef BRCTLDIALOGSPROVIDER_H
    19 #ifndef BRCTLDIALOGSPROVIDER_H
    20 #define BRCTLDIALOGSPROVIDER_H
    20 #define BRCTLDIALOGSPROVIDER_H
    21 
       
    22 #warning The Browser Control API will be removed wk25. Please see http://wikis.in.nokia.com/Browser/APIMigration for more information
       
    23 
    21 
    24 //  INCLUDES
    22 //  INCLUDES
    25 #include <e32std.h>
    23 #include <e32std.h>
    26 #include <e32base.h>
    24 #include <e32base.h>
    27 
    25 
    73 * authentication requests, and selection lists.
    71 * authentication requests, and selection lists.
    74 *
    72 *
    75 * Usage:
    73 * Usage:
    76 *
    74 *
    77 * @code
    75 * @code
    78 *  #include <BrCtlDialogsProvider.h>
    76 *  #include <brctldialogsprovider.h>
    79 *
    77 *
    80 *
    78 *
    81 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
    79 * @see S60 Platform: Browser Control API Developer's Guide Version 2.0
    82 * @lib BrowserEngine.lib
    80 * @lib BrowserEngine.lib
    83 * @file BrCtlDialogsProvider.h
    81 * @file brctldialogsprovider.h
    84 * @endcode     *
    82 * @endcode     *
    85 */
    83 */
    86 class MBrCtlDialogsProvider
    84 class MBrCtlDialogsProvider
    87     {
    85     {
    88     public: // New functions
    86     public: // New functions
   270 
   268 
   271 /**
   269 /**
   272 * The TBrCtlSelectOptionData class represents a list of elements
   270 * The TBrCtlSelectOptionData class represents a list of elements
   273 * to display in the list box. This class is used for the List Selection Dialog.
   271 * to display in the list box. This class is used for the List Selection Dialog.
   274 * @code
   272 * @code
   275 *  #include <BrCtlDialogsProvider.h>
   273 *  #include <brctldialogsprovider.h>
   276 * @lib BrowserEngine.lib
   274 * @lib BrowserEngine.lib
   277 * @since 2.8
   275 * @since 2.8
   278 * @file BrCtlDialogsProvider.h
   276 * @file brctldialogsprovider.h
   279 * @endcode     *
   277 * @endcode     *
   280 */
   278 */
   281 class TBrCtlSelectOptionData
   279 class TBrCtlSelectOptionData
   282     {
   280     {
   283     public:
   281     public:
   399 
   397 
   400 /**
   398 /**
   401 * The CBrCtlObjectInfo class used to represent the information about the
   399 * The CBrCtlObjectInfo class used to represent the information about the
   402 * plugin object.
   400 * plugin object.
   403 * @code
   401 * @code
   404 *  #include <BrCtlDialogsProvider.h>
   402 *  #include <brctldialogsprovider.h>
   405 * @lib BrowserEngine.lib
   403 * @lib BrowserEngine.lib
   406 * @since 3.0
   404 * @since 3.0
   407 * @file BrCtlDialogsProvider.h
   405 * @file brctldialogsprovider.h
   408 * @endcode     *
   406 * @endcode     *
   409 */
   407 */
   410 class CBrCtlObjectInfo : public CBase
   408 class CBrCtlObjectInfo : public CBase
   411   {
   409   {
   412   public:
   410   public:
   521 
   519 
   522 /**
   520 /**
   523 * TheTBrCtlImageCarrier class used to give the information about the
   521 * TheTBrCtlImageCarrier class used to give the information about the
   524 * image.
   522 * image.
   525 * @code
   523 * @code
   526 *  #include <BrCtlDialogsProvider.h>
   524 *  #include <brctldialogsprovider.h>
   527 * @lib BrowserEngine.lib
   525 * @lib BrowserEngine.lib
   528 * @since 2.8
   526 * @since 2.8
   529 * @file BrCtlDialogsProvider.h
   527 * @file brctldialogsprovider.h
   530 * @endcode     *
   528 * @endcode     *
   531 */
   529 */
   532 class TBrCtlImageCarrier
   530 class TBrCtlImageCarrier
   533     {
   531     {
   534     public:
   532     public: