📄 s60uiexample.pan
字号:
// Copyright (c) 2006 Nokia Corporation.
#ifndef __S60UIEXAMPLE_PAN__
#define __S60UIEXAMPLE_PAN__
// S60UIExample application panic codes
enum TS60UIExamplePanics
{
ES60UIExampleBasicUi = 1
// add further panics here
};
inline void Panic( TS60UIExamplePanics aReason )
{
_LIT( applicationName,"S60UIExample" );
User::Panic( applicationName, aReason );
}
#endif // __S60UIEXAMPLE_PAN__
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -