?? btnview.h
字號:
// BtnView.h: interface for the CBtnView class.
//
//////////////////////////////////////////////////////////////////////
#ifndef __BTNVIEW_HH__
#define __BTNVIEW_HH__
#include <aknview.h>
class CBtnViewContainer ;
class CBtnView : public CAknView
{
public: //構造函數
CBtnView();
static CBtnView * NewL( ) ;
static CBtnView * NewLC( ) ;
void ConstructL( ) ;
virtual ~CBtnView( ) ;
public:
TUid Id( ) const;
void HandleCommandL( TInt aCommand );
protected:
// from base class CAknView
void DoActivateL(
const TVwsViewId& aPrevViewId,
TUid aCustomMessageId,
const TDesC8& aCustomMessage);
void DoDeactivate( );
private:
CBtnViewContainer * ipBtnViewCont ;
};
#endif // !defined(AFX_BTNVIEW_H__CBB63274_E86A_48AD_9618_74FFD79D8D25__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -