📄 filefetcher.hrh
字号:
/*
* ============================================================================
* Name : FileFetcher.hrh
* Part of : File fetching Example
* Created : 12/9/2003 by Forum Nokia
* Implementation notes:
*
*
* Version : 1.0
* Copyright: Nokia Corporation
* ============================================================================
*/
#ifndef __FILEFETCHER_HRH__
#define __FILEFETCHER_HRH__
// FileFetcher enumerate command codes
enum TFileFetcherIds
{
EBrowseUsingMGFetch = 1, // start value must not be 0
EBrowseUsingAknSelection,
EMGFetchMenuImages,
EMGFetchMenuVideo,
EMGFetchMenuAudio,
EMGFetchMenuGMSFile,
EAknSelectionMenuImages,
EAknSelectionMenuVideo,
EAknSelectionMenuAudio,
EAknSelectionMenuGMSFile
};
#endif // __FILEFETCHER_HRH__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -