📄 myactive.h
字号:
/*
* ============================================================================
* Name : MyActive.h
* Part of : SoundMixer
* Created : 03/30/2006 by Forum Nokia
* Description:
* This is the project specification file for SoundMixer.
* Initial content was generated by Series 60 AppWizard.
*
* Version : 2.0.0
* Copyright: Forum Nokia
* ============================================================================
*/
#include <e32std.h>
class CMixerThread;
class MyActive:public CActive
{
public:
void Request();
MyActive(CMixerThread* aThread);
private:
void DoCancel();
void RunL();
CMixerThread* iThread;
};
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -