cindexmenuform.h
来自「brew email program ,comfortable for the 」· C头文件 代码 · 共 34 行
H
34 行
#if !defined(CIndexMenuForm_h)
#define CIndexMenuForm_h
#include "AEEWidget.h"
#include "AEEMenuModel.h"
#include "AEEListWidget.h"
#include "AEEImageStaticWidget.h"
#include "AEEConstraintContainer.h"
#include "AEEFile.h"
#include "CRootForm.h"
#include "CCreateNewForm.h"
class CIndexMenuForm :public CForm
{
public:
CCreateNewForm* pCCreateNewForm;
CIndexMenuForm(AEEApplet* p,CRootForm* pr);
~CIndexMenuForm();
void setIndexMenuForm(AEEApplet* p,CRootForm* pr);
static boolean handleEvent(CIndexMenuForm *po, AEEEvent eCode, uint16 wParam, uint32 dwParam);
static void listItemFree(void* pvItem);
static void listenerFocus( void *p, ModelEvent *pEvent );
protected:
private:
CRootForm* prootForm;
HandlerDesc handleIndexMenuForm;
IMenuModel * pIMenuModel;
ModelListener listenerMenu;
uint16 nCmdId;
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?