equal
deleted
inserted
replaced
704 /** |
704 /** |
705 * Return the current snapshot image |
705 * Return the current snapshot image |
706 * @since 2.8 |
706 * @since 2.8 |
707 * @return the current snapshot image |
707 * @return the current snapshot image |
708 */ |
708 */ |
709 const CFbsBitmap* SnapshotImage() const; |
709 const CFbsBitmap* SnapshotImage(); |
710 |
710 |
711 /** |
711 /** |
712 * Sets the specified burst mode item as the current image, in |
712 * Sets the specified burst mode item as the current image, in |
713 * preparation for a Post-capture view of the image. |
713 * preparation for a Post-capture view of the image. |
714 * @since 2.8 |
714 * @since 2.8 |
2215 /** |
2215 /** |
2216 * Initiates startup sequence in embedded mode |
2216 * Initiates startup sequence in embedded mode |
2217 */ |
2217 */ |
2218 void EmbeddedStartupSequence(); |
2218 void EmbeddedStartupSequence(); |
2219 |
2219 |
|
2220 /** |
|
2221 * Called by the snapshotrotator to indicate when snapshot |
|
2222 * is rotated and ready for drawing |
|
2223 */ |
|
2224 void SnapshotRotationComplete(); |
|
2225 |
2220 private: |
2226 private: |
2221 |
2227 |
2222 // ----------------------------------------------------- |
2228 // ----------------------------------------------------- |
2223 // Construction parts |
2229 // Construction parts |
2224 |
2230 |
2600 CCamSnapShotRotator* iSnapShotRotator; |
2606 CCamSnapShotRotator* iSnapShotRotator; |
2601 // orientation at capture time |
2607 // orientation at capture time |
2602 TCamImageOrientation iCaptureOrientation; |
2608 TCamImageOrientation iCaptureOrientation; |
2603 |
2609 |
2604 TBool iIssueModeChangeSequenceSucceeded; |
2610 TBool iIssueModeChangeSequenceSucceeded; |
|
2611 TBool iSnapshotRedrawNeeded; |
2605 |
2612 |
2606 }; |
2613 }; |
2607 |
2614 |
2608 #endif // CAMAPPCONTROLLER_H |
2615 #endif // CAMAPPCONTROLLER_H |
2609 |
2616 |