WEB开发网
开发学院手机开发Symbian 开发 Symbian ListBox 常用技巧 阅读

Symbian ListBox 常用技巧

 2010-03-17 21:06:00 来源:WEB开发网   
核心提示:第二步是作一个自己的ListBox控件:class CCustomListBox: public CEikTextListBox...{public: // constructorsCCustomListBox();void ConstructL(const CCoeControl* aParent, TInt aFl

第二步是作一个自己的ListBox控件:

class CCustomListBox: public CEikTextListBox

...{

public: // constructors

CCustomListBox();

void ConstructL(const CCoeControl* aParent, TInt aFlags = 0);

public: // from CEikTextListBox

virtual TKeyResponse OfferKeyEventL(const TKeyEvent& aKeyEvent,

TEventCode aType);

private: // from CEikTextListBox

virtual void CreateItemDrawerL();

};

在它的CreateItemDrawerL()中创建成员iItemDrawer = new (ELeave) CCustomListItemDrawer(*this)。而OfferKeyEvent主要的作用是处理上下方向键。

上一页  1 2 3 4 

Tags:Symbian ListBox 常用

编辑录入:coldstar [复制链接] [打 印]
赞助商链接