CPhCltImageHandler Class Reference
class CPhCltImageHandler : public CBase |
Interface used in image storing to PhoneServer.
PhoneClient.lib
- Since
- S60 v3.2
Constructor & Destructor Documentation
CPhCltImageHandler()
CPhCltImageHandler | ( | ) | [protected] |
Member Functions Documentation
CPhCltBaseImageParamsL(const TPhCltImageType)
Creates image parameter class.
CancelSaveVtImage()
void | CancelSaveVtImage | ( | ) | [pure virtual] |
Cancels pending image saving. This may be no-op from saving point of view (image is actually saved) but resets internal state to such that no operation is pending.
- Since
- S60 v5.0
LoadImages(CPhCltImageParams *&)
OpenDefaultVtImage(RFile &)
TInt
| OpenDefaultVtImage | ( | RFile & | aFile | ) | [pure virtual] |
Opens predefined (read-only) video call still image file.
- Since
- S60 v5.0
Parameters
RFile & aFile | file handle that shall point to image file. Client should close the file after use. |
OpenVtImage(RFile &)
Opens user defined video call still image file.
- Since
- S60 v5.0
Parameters
RFile & aFile | file handle that shall to point to image file Client should close the file after use. |
SaveImages(CPhCltImageParams &)
Save image(s) CPhCltExtOperatorLogoParams::SetCodesL CPhCltExtOperatorLogoParams::AddImageL
SaveVtImageL(MPhCltImageObserver &, const TDesC &)
Saves user defined video call still image file. This makes copy of original file to secure place.
- Since
- S60 v5.0
Parameters
MPhCltImageObserver & aObserver | callback for notifying result of the operation |
const TDesC & aImagePath | full path to image to be saved |
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.