web_pub/browser_control_api/inc/BrCtlDialogsProvider.h
changeset 65 5bfc169077b2
parent 36 0ed94ceaa377
child 74 91031d3aab7d
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    71 * authentication requests, and selection lists.
    71 * authentication requests, and selection lists.
    72 *
    72 *
    73 * Usage:
    73 * Usage:
    74 *
    74 *
    75 * @code
    75 * @code
    76 *  #include <brctldialogsprovider.h>
    76 *  #include <BrCtlDialogsProvider.h>
    77 *
    77 *
    78 *
    78 *
    79 * @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
    80 * @lib BrowserEngine.lib
    80 * @lib BrowserEngine.lib
    81 * @file brctldialogsprovider.h
    81 * @file BrCtlDialogsProvider.h
    82 * @endcode     *
    82 * @endcode     *
    83 */
    83 */
    84 class MBrCtlDialogsProvider
    84 class MBrCtlDialogsProvider
    85     {
    85     {
    86     public: // New functions
    86     public: // New functions
   268 
   268 
   269 /**
   269 /**
   270 * The TBrCtlSelectOptionData class represents a list of elements
   270 * The TBrCtlSelectOptionData class represents a list of elements
   271 * 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.
   272 * @code
   272 * @code
   273 *  #include <brctldialogsprovider.h>
   273 *  #include <BrCtlDialogsProvider.h>
   274 * @lib BrowserEngine.lib
   274 * @lib BrowserEngine.lib
   275 * @since 2.8
   275 * @since 2.8
   276 * @file brctldialogsprovider.h
   276 * @file BrCtlDialogsProvider.h
   277 * @endcode     *
   277 * @endcode     *
   278 */
   278 */
   279 class TBrCtlSelectOptionData
   279 class TBrCtlSelectOptionData
   280     {
   280     {
   281     public:
   281     public:
   397 
   397 
   398 /**
   398 /**
   399 * The CBrCtlObjectInfo class used to represent the information about the
   399 * The CBrCtlObjectInfo class used to represent the information about the
   400 * plugin object.
   400 * plugin object.
   401 * @code
   401 * @code
   402 *  #include <brctldialogsprovider.h>
   402 *  #include <BrCtlDialogsProvider.h>
   403 * @lib BrowserEngine.lib
   403 * @lib BrowserEngine.lib
   404 * @since 3.0
   404 * @since 3.0
   405 * @file brctldialogsprovider.h
   405 * @file BrCtlDialogsProvider.h
   406 * @endcode     *
   406 * @endcode     *
   407 */
   407 */
   408 class CBrCtlObjectInfo : public CBase
   408 class CBrCtlObjectInfo : public CBase
   409   {
   409   {
   410   public:
   410   public:
   519 
   519 
   520 /**
   520 /**
   521 * TheTBrCtlImageCarrier class used to give the information about the
   521 * TheTBrCtlImageCarrier class used to give the information about the
   522 * image.
   522 * image.
   523 * @code
   523 * @code
   524 *  #include <brctldialogsprovider.h>
   524 *  #include <BrCtlDialogsProvider.h>
   525 * @lib BrowserEngine.lib
   525 * @lib BrowserEngine.lib
   526 * @since 2.8
   526 * @since 2.8
   527 * @file brctldialogsprovider.h
   527 * @file BrCtlDialogsProvider.h
   528 * @endcode     *
   528 * @endcode     *
   529 */
   529 */
   530 class TBrCtlImageCarrier
   530 class TBrCtlImageCarrier
   531     {
   531     {
   532     public:
   532     public: