animation.pan
来自「Animation Client/Server Symbian 程序.」· PAN 代码 · 共 33 行
PAN
33 行
/*
* ==============================================================================
* Name : animation.pan
* Part of : Animation example
* Interface :
* Description :
* Version :
*
* Copyright (c) 2004 - 2006 Nokia Corporation.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia Corporation.
* ==============================================================================
*/
#ifndef __ANIMATION_PAN__
#define __ANIMATION_PAN__
/** Panic Category */
_LIT( KAnimation, "Animation" );
/** Animation application panic codes */
enum TAnimationPanics
{
EPanicAnimationUi = 100,
EPanicAnimationServer,
EPanicAnimationAnimate
};
#endif // __ANIMATION_PAN__
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?