TBrCtlImageCarrier Class Reference

class TBrCtlImageCarrier
TheTBrCtlImageCarrier class used to give the information about the image.
  #include <brctldialogsprovider.h>
 @lib BrowserEngine.lib
 @since 2.8
 @file brctldialogsprovider.h
*
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()
Private Attributes
TPtrC iAltText
TPtrC iContentType
TBrCtlImageType iImageType
TPtrC8 iRawData
TPtrC iUrl

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

const TDesC8 & aRawDataThe image data
const TDesC & aUrlThe url of the image
const TDesC & aAltTextThe alt text of the image
TBrCtlImageType aImageTypeThe type of the image
const TDesC & aContentType

Member Functions Documentation

AltText()

const TDesC &AltText()const [inline]
Provides the alt text of the image
Since
3.0

ContentType()

const TDesC &ContentType()const [inline]
Provides the content type of the image
Since
3.1

ImageType()

TBrCtlImageType ImageType()const [inline]
Provides the type of the image
Since
3.0

RawData()

const TDesC8 &RawData()const [inline]
Provides the image data
Since
3.0

Url()

const TDesC &Url()const [inline]
Provides the url of the image
Since
3.0

Member Data Documentation

TPtrC iAltText

TPtrC iAltText[private]

TPtrC iContentType

TPtrC iContentType[private]

TBrCtlImageType iImageType

TBrCtlImageType iImageType[private]

TPtrC8 iRawData

TPtrC8 iRawData[private]

TPtrC iUrl

TPtrC iUrl[private]