?? soundmixerapp.h
字號(hào):
/*
*
============================================================================
* Name : SoundMixerApp.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 SOUNDMIXERAPP_H
#define SOUNDMIXERAPP_H
#include <aknapp.h>
const TUid KUidSoundMixer = { 0x101FF1C6 };
class CSoundMixerApp : public CAknApplication
{
public: // Functions from base classes
private:
/**
* From CApaApplication, creates CSoundMixerDocument document object.
* @return A pointer to the created document object.
*/
CApaDocument* CreateDocumentL();
/**
* From CApaApplication, returns application's UID (KUidSoundMixer).
* @return The value of KUidSoundMixer.
*/
TUid AppDllUid() const;
};
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -