📄 audiopkgapplication.h
字号:
/*
============================================================================
Name : AudioPkgApplication.h
Author :
Version :
Copyright : Your copyright notice
Description : Main application class
============================================================================
*/
#ifndef __AUDIOPKGAPPLICATION_H__
#define __AUDIOPKGAPPLICATION_H__
#include <aknapp.h>
class CAudioPkgApplication : public CAknApplication
{
public:
TUid AppDllUid() const;
protected:
CApaDocument* CreateDocumentL();
};
#endif
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -