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
       
*

Constructor & Destructor Documentation

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

TBrCtlImageCarrier ( const TDesC8 & aRawData,
const TDesC & aUrl,
const TDesC & aAltText,
TBrCtlImageType aImageType,
const TDesC & aContentType
) [inline]
Constructor
Since
2.8

Parameters

const TDesC8 & aRawData The image data
const TDesC & aUrl The url of the image
const TDesC & aAltText The alt text of the image
TBrCtlImageType aImageType The 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]