📄 stackcontainerview.h
字号:
/*
========================================================================
Name : StackContainerView.h
Author :
Copyright : Your copyright notice
Description :
========================================================================
*/
#ifndef STACKCONTAINERVIEW_H
#define STACKCONTAINERVIEW_H
// [[[ begin generated region: do not modify [Generated Includes]
#include <aknview.h>
// ]]] end generated region [Generated Includes]
// [[[ begin [Event Handler Includes]
// ]]] end [Event Handler Includes]
// [[[ begin generated region: do not modify [Generated Constants]
// ]]] end generated region [Generated Constants]
// [[[ begin generated region: do not modify [Generated Forward Declarations]
class CStackContainer;
// ]]] end generated region [Generated Forward Declarations]
/**
* Avkon view class for StackContainerView. It is register with the view server
* by the AppUi. It owns the container control.
* @class CStackContainerView StackContainerView.h
*/
class CStackContainerView : public CAknView
{
// [[[ begin [Public Section]
public:
// constructors and destructor
CStackContainerView();
static CStackContainerView* NewL();
static CStackContainerView* NewLC();
void ConstructL();
virtual ~CStackContainerView();
// from base class CAknView
TUid Id() const;
void HandleCommandL( TInt aCommand );
// [[[ begin generated region: do not modify [Generated Methods]
CStackContainer* CreateContainerL();
// ]]] end generated region [Generated Methods]
// ]]] end [Public Section]
// [[[ begin [Protected Section]
protected:
// from base class CAknView
void DoActivateL(
const TVwsViewId& aPrevViewId,
TUid aCustomMessageId,
const TDesC8& aCustomMessage );
void DoDeactivate();
void HandleStatusPaneSizeChange();
// [[[ begin generated region: do not modify [Overridden Methods]
// ]]] end generated region [Overridden Methods]
// [[[ begin [User Handlers]
// ]]] end [User Handlers]
// ]]] end [Protected Section]
// [[[ begin [Private Section]
private:
void SetupStatusPaneL();
void CleanupStatusPane();
// [[[ begin generated region: do not modify [Generated Instance Variables]
CStackContainer* iStackContainer;
// ]]] end generated region [Generated Instance Variables]
// [[[ begin generated region: do not modify [Generated Methods]
// ]]] end generated region [Generated Methods]
// ]]] end [Private Section]
};
#endif // STACKCONTAINERVIEW_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -