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