S60 3rd Edition API Reference: TBrCtlImageCarrier Class Reference
TBrCtlImageCarrier Class Reference
API published in: S60 2nd Ed FP 3
Link against: browserengine.lib
#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 Public Since 3rd Ed FP1.
|
| 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 Public since 3rd Ed FP1.
|
Constructor & Destructor Documentation
| TBrCtlImageCarrier::TBrCtlImageCarrier | ( | const TDesC8 & | aRawData, | | | const TDesC & | aUrl, | | | const TDesC & | aAltText, | | | TBrCtlImageType | aImageType, | | | const TDesC & | aContentType | | ) | [inline] |
|
|
|
Constructor Public Since 3rd Ed FP1.
- 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:
-
- Returns:
- Symbian descriptor containing alt text of the image
|
| const TDesC& TBrCtlImageCarrier::ContentType | ( | | ) | const [inline] |
|
|
|
Provides the content type of the image Public since 3rd Ed FP1.
- Parameters:
-
- Returns:
- Symbian descriptor containing content type of the image
|
|
|
Provides the type of the image.
- Parameters:
-
- Returns:
- Symbian descriptor containing the type of the image
|
| const TDesC8& TBrCtlImageCarrier::RawData | ( | | ) | const [inline] |
|
|
|
Provides the image data.
- Parameters:
-
- Returns:
- Symbian descriptor containing image data
|
| const TDesC& TBrCtlImageCarrier::Url | ( | | ) | const [inline] |
|
|
|
Provides the url of the image.
- Parameters:
-
- Returns:
- Symbian descriptor containing url of the image
|
The documentation for this class was generated from the following file: