userlistboxapplication.cpp
来自「symbian s60 2th 自定义ListBox」· C++ 代码 · 共 19 行
CPP
19 行
/* Copyright (c) 2009, Nokia. All rights reserved */
#include "UserListboxDocument.h"
#include "UserListboxApplication.h"
// UID for the application; this should correspond to the uid defined in the mmp file
const TUid KUidUserListboxApp = {0x0F7D09F8};
CApaDocument* CUserListboxApplication::CreateDocumentL()
{
return (static_cast<CApaDocument*>(CUserListboxDocument::NewL(*this)));
}
TUid CUserListboxApplication::AppDllUid() const
{
return KUidUserListboxApp;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?