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