TBrCtlImageCarrier Class 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 <brctldialogsprovider.h>

Detailed Description

TheTBrCtlImageCarrier class used to give the information about the image.
  #include <BrCtlDialogsProvider.h>
 
 
 @file BrCtlDialogsProvider.h
*

Public Member Functions

  TBrCtlImageCarrier (const TDesC8 &aRawData, const TDesC &aUrl, const TDesC &aAltText, TBrCtlImageType aImageType, const TDesC &aContentType)
  Constructor.
const TDesC8 &  RawData () const
  Provides the image data.
const TDesC &  Url () const
  Provides the url of the image.
const TDesC &  AltText () const
  Provides the alt text of the image.
TBrCtlImageType  ImageType () const
  Provides the type of the image.
const TDesC &  ContentType () const
  Provides the content type of the image.

Constructor & Destructor Documentation

TBrCtlImageCarrier::TBrCtlImageCarrier const TDesC8 &  aRawData,
const TDesC &  aUrl,
const TDesC &  aAltText,
TBrCtlImageType  aImageType,
const TDesC &  aContentType
[inline]
 

Constructor.

Parameters:
aRawData  The image data
aUrl  The url of the image
aAltText  The alt text of the image
aImageType  The type of the image

Member Function Documentation

const TDesC& TBrCtlImageCarrier::AltText  )  const [inline]
 

Provides the alt text of the image.

Parameters:
None 
Returns:
Symbian descriptor containing alt text of the image
const TDesC& TBrCtlImageCarrier::ContentType  )  const [inline]
 

Provides the content type of the image.

Parameters:
None 
Returns:
Symbian descriptor containing content type of the image
TBrCtlImageType TBrCtlImageCarrier::ImageType  )  const [inline]
 

Provides the type of the image.

Parameters:
None 
Returns:
Symbian descriptor containing the type of the image
const TDesC8& TBrCtlImageCarrier::RawData  )  const [inline]
 

Provides the image data.

Parameters:
None 
Returns:
Symbian descriptor containing image data
const TDesC& TBrCtlImageCarrier::Url  )  const [inline]
 

Provides the url of the image.

Parameters:
None 
Returns:
Symbian descriptor containing url of the image

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top