?? soundmixerdocument.h
字號:
/*
*
============================================================================
* Name : SoundMixerDocument.h
* Part of : SoundMixer
* Created : 03/01/2003 by Forum Nokia
* Description:
* This is the project specification file for SoundMixer.
* Initial content was generated by Series 60 AppWizard.
*
* Version : 1.0.0
* Copyright: Forum Nokia
*
============================================================================
*/
#ifndef __SOUNDMIXERDOCUMENT_H__
#define __SOUNDMIXERDOCUMENT_H__
// INCLUDES
#include <akndoc.h>
// FORWARD DECLARATIONS
class CEikAppUi;
// CLASS DECLARATION
/**
* CSoundMixerDocument application class.
*/
class CSoundMixerDocument
: public CAknDocument
{
public:
// Two phased constructor
static CSoundMixerDocument* NewL(CEikApplication& aApp);
// Default destructor
virtual ~CSoundMixerDocument();
private:
CSoundMixerDocument( CEikApplication& aApp );
// Second phase constructor
void ConstructL();
private: // CEikDocument
/// Create CSoundMixerAppUi "App UI" object.
CEikAppUi* CreateAppUiL();
};
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -