📄 animationappui.h
字号:
#ifndef ANIMATIONAPPUI_H
#define ANIMATIONAPPUI_H
// INCLUDES
// System includes
#include <aknappui.h> // CAknViewAppUi
// User includes
#include "Animation.hrh"
// FORWARD DECLARATIONS
class CAnimationContainer;
// CLASS DECLARATION
/**
*
* @class CAnimationAppUi AnimationAppUi.h
* @brief This is the main application UI class for the Animation example
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*
*/
class CAnimationAppUi : public CAknAppUi
{
public: // Constructor and destructor
void ConstructL();
~CAnimationAppUi();
private: // from CEikAppUi
void HandleCommandL(TInt aCommand);
private: // data
CAnimationContainer* iAnimContainer;
};
#endif // #ifndef ANIMATIONAPPUI_H
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -