| class MVFTrackerPlugin |
Mixin class for implementation by providers of the VFTracker Plugin.
| Public Member Functions | |
|---|---|
| void | Destroy() |
| TAny * | Extension(TUid) |
| void | InitializeL(const TSize &) |
| TBool | IsTimeToCapture(TDirection &, TInt) |
| void | RegisterImageL(const CFbsBitmap &, CPanoramaTransform &) |
| void | RegisterImageL(const CImageFrame &, CPanoramaTransform &) |
| void | Reset() |
| void | InitializeL | ( | const TSize & | aSize | ) | [pure virtual] |
| const TSize & aSize |
| TBool | IsTimeToCapture | ( | TDirection & | aDirection, |
| TInt | aOverlap = KPanoramaDefaultOverlap | |||
| ) | const [pure virtual] | |||
| TDirection & aDirection | |
| TInt aOverlap = KPanoramaDefaultOverlap |
| void | RegisterImageL | ( | const CFbsBitmap & | aBitmap, |
| CPanoramaTransform & | aPanTrans | |||
| ) | [pure virtual] | |||
| const CFbsBitmap & aBitmap | |
| CPanoramaTransform & aPanTrans |
| void | RegisterImageL | ( | const CImageFrame & | aImageFrame, |
| CPanoramaTransform & | aPanTrans | |||
| ) | [pure virtual] | |||
| const CImageFrame & aImageFrame | |
| CPanoramaTransform & aPanTrans |