equal
deleted
inserted
replaced
66 class CAknStaticNoteDialog; |
66 class CAknStaticNoteDialog; |
67 class CCamCollectionManagerAO; |
67 class CCamCollectionManagerAO; |
68 class CCamStillPreCaptureView; |
68 class CCamStillPreCaptureView; |
69 class CCamVideoPreCaptureView; |
69 class CCamVideoPreCaptureView; |
70 class CCamMemoryMonitor; |
70 class CCamMemoryMonitor; |
|
71 class CCamStartupLogoController; |
|
72 |
71 |
73 |
72 // =========================================================================== |
74 // =========================================================================== |
73 // CLASS DECLARATION |
75 // CLASS DECLARATION |
74 |
76 |
75 /** |
77 /** |
1012 /** |
1014 /** |
1013 * Returns the previously saved availability of memory |
1015 * Returns the previously saved availability of memory |
1014 * @return ETrue if memory available for capturing |
1016 * @return ETrue if memory available for capturing |
1015 **/ |
1017 **/ |
1016 TBool IsMemoryAvailableForCapturing() const; |
1018 TBool IsMemoryAvailableForCapturing() const; |
1017 |
1019 |
1018 |
1020 /** |
1019 |
1021 * Get a pointer to the startup logo controller. |
|
1022 * AppUi keeps ownership. |
|
1023 * @return Pointer to CCamStartupLogoController or NULL. |
|
1024 */ |
|
1025 CCamStartupLogoController* StartupLogoController(); |
|
1026 |
1020 private: // New functions |
1027 private: // New functions |
1021 |
1028 |
1022 /** |
1029 /** |
1023 * Helper method to handle controller event for |
1030 * Helper method to handle controller event for |
1024 * going to standby mode. |
1031 * going to standby mode. |
1803 |
1810 |
1804 TInt iLandscapeScreenMode; |
1811 TInt iLandscapeScreenMode; |
1805 TInt iPortraitScreenMode; |
1812 TInt iPortraitScreenMode; |
1806 |
1813 |
1807 TBool iMemoryAvailableForCapturing; |
1814 TBool iMemoryAvailableForCapturing; |
|
1815 |
|
1816 CCamStartupLogoController* iStartupLogoController; |
1808 }; |
1817 }; |
1809 |
1818 |
1810 // =========================================================================== |
1819 // =========================================================================== |
1811 // Debug strings |
1820 // Debug strings |
1812 |
1821 |