📄 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 + -