?? mp3player.pan
字號:
/* Copyright (c) 2005, Nokia. All rights reserved */
#ifndef __MP3PLAYER_PAN__
#define __MP3PLAYER_PAN__
/* MP3Player application panic codes */
enum TMP3PlayerPanics
{
EMP3PlayerBasicUi = 1
// add further panics here
};
inline void Panic(TMP3PlayerPanics aReason)
{
_LIT(applicationName,"MP3Player");
User::Panic(applicationName, aReason);
}
#endif // __MP3PLAYER_PAN__
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -