TBrCtlImageCarrier Class Reference

#include <mw/brctldialogsprovider.h>

class TBrCtlImageCarrier
Public Member Functions
TBrCtlImageCarrier(const TDesC8 &, const TDesC &, const TDesC &, TBrCtlImageType, const TDesC &)
const TDesC &AltText()
const TDesC &ContentType()
TBrCtlImageType ImageType()
const TDesC8 &RawData()
const TDesC &Url()

Detailed Description

TheTBrCtlImageCarrier class used to give the information about the image.
  #include <brctldialogsprovider.h>
 @lib BrowserEngine.lib
 @since 2.8
 @file brctldialogsprovider.h
*

Constructor & Destructor Documentation

TBrCtlImageCarrier ( const TDesC8 &, const TDesC &, const TDesC &, TBrCtlImageType, const TDesC & )

TBrCtlImageCarrier(const TDesC8 &aRawData,
const TDesC &aUrl,
const TDesC &aAltText,
TBrCtlImageTypeaImageType,
const TDesC &aContentType
)[inline]
Constructor
Since
2.8
Parameters
aRawDataThe image data
aUrlThe url of the image
aAltTextThe alt text of the image
aImageTypeThe type of the image

Member Function Documentation

AltText ( )

const TDesC &AltText()const [inline]
Provides the alt text of the image
Since
3.0
Return Value
Symbian descriptor containing alt text of the image

ContentType ( )

const TDesC &ContentType()const [inline]
Provides the content type of the image
Since
3.1
Return Value
Symbian descriptor containing content type of the image

ImageType ( )

TBrCtlImageType ImageType()const [inline]
Provides the type of the image
Since
3.0
Return Value
Symbian descriptor containing the type of the image

RawData ( )

const TDesC8 &RawData()const [inline]
Provides the image data
Since
3.0
Return Value
Symbian descriptor containing image data

Url ( )

const TDesC &Url()const [inline]
Provides the url of the image
Since
3.0
Return Value
Symbian descriptor containing url of the image