TBrCtlImageCarrier Class Reference
#include
<mw/brctldialogsprovider.h>
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 & )
Parameter | Description | 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
AltText ( )
const TDesC & | AltText | ( | ) | const [inline] |
Provides the alt text of the image
- Since
- 3.0
Returns: Symbian descriptor containing alt text of the image
ContentType ( )
const TDesC & | ContentType | ( | ) | const [inline] |
Provides the content type of the image
- Since
- 3.1
Returns: Symbian descriptor containing content type of the image
ImageType ( )
Provides the type of the image
- Since
- 3.0
Returns: Symbian descriptor containing the type of the image
RawData ( )
const TDesC8 & | RawData | ( | ) | const [inline] |
Provides the image data
- Since
- 3.0
Returns: Symbian descriptor containing image data
Url ( )
const TDesC & | Url | ( | ) | const [inline] |
Provides the url of the image
- Since
- 3.0
Returns: Symbian descriptor containing url of the image