CBTServiceParameterList Class Reference
class CBTServiceParameterList : public CBase |
A class holding paths to different types of files.
In case of an XHTML file the list collects paths to objects referenced in the file.
In case of an image the list resolves the MIME types and displayable names of the images.
BtServiceUtils.lib
- Since
- Series 60 2.6
Constructor & Destructor Documentation
CBTServiceParameterList()
CBTServiceParameterList | ( | ) | [private] |
~CBTServiceParameterList()
~CBTServiceParameterList | ( | ) | [virtual] |
Member Functions Documentation
AddImageL(const TDesC &)
IMPORT_C void | AddImageL | ( | const TDesC & | aFilePath | ) | |
Adds an image file path to the list.
- Since
- Series 60 2.6
Parameters
const TDesC & aFilePath | A full path and file name. |
AddImageL(RFile)
IMPORT_C void | AddImageL | ( | RFile | aFile | ) | |
Adds an image file path to the list.
- Since
- Series 60 2.6
Parameters
RFile aFile | file handle to be send. |
AddObjectL(const TDesC &)
IMPORT_C void | AddObjectL | ( | const TDesC & | aFilePath | ) | |
Adds an object file path to the list.
- Since
- Series 60 2.6
Parameters
const TDesC & aFilePath | A full path and file name. |
AddObjectL(RFile)
IMPORT_C void | AddObjectL | ( | RFile | aFile | ) | |
Adds an object file path to the list.
- Since
- Series 60 2.6
Parameters
RFile aFile | file handle to be send . |
AddXhtmlL(const TDesC &)
IMPORT_C void | AddXhtmlL | ( | const TDesC & | aFilePath | ) | |
Adds an xhtml file path to the list.
- Since
- Series 60 2.6
Parameters
const TDesC & aFilePath | A full path and file name. |
ConstructL()
void | ConstructL | ( | ) | [private] |
By default Symbian 2nd phase constructor is private.
HasAnyReferencedObjects()
TBool
| HasAnyReferencedObjects | ( | ) | const |
Checks whether the list has any xhtml-files with referenced objects.
ImageAtL(TInt)
Returns a copy of an element of the list from the given index.
ImageCount()
Return the number of image file paths in the list.
ImageListSize()
TInt
| ImageListSize | ( | ) | const |
Return the size of images in the list.
MarkAsSendL(TInt)
void | MarkAsSendL | ( | TInt | aIndex | ) | |
ObjectAtL(TInt)
Returns a copy of an element of the list from the given index.
ObjectCount()
Return the number of object file paths in the list.
ObjectListSizeL()
TInt
| ObjectListSizeL | ( | ) | const |
Return the size of objects in the list.
RemoveImageL(TInt)
void | RemoveImageL | ( | TInt | aIndex | ) | |
RemovedImageCount()
Return count of removed image
ResetImageHandleL(TInt)
void | ResetImageHandleL | ( | TInt | aIndex | ) | |
ResetObjectHandleL(TInt)
void | ResetObjectHandleL | ( | TInt | aIndex | ) | |
XhtmlAt(TInt)
Returns a copy of an element of the list from the given index.
XhtmlCount()
Return the number of xhtml file paths in the list.
Member Data Documentation
RFs
iFileSession
RFs
| iFileSession | [private] |
RArray< TBTSUImageParam > iImageList
RArray< RFile > iObjectList
TInt
iRemovedImageCount
TInt
| iRemovedImageCount | [private] |
RArray< TBTSUXhtmlParam > iXhtmlList
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.