UiList.h文件参考

#include <mzfc/uiwin.h>
#include <mzfc/MzAnimator.h>
#include <mzfc/MouseTracker.h>

组合类型

struct  ListItem
 列表项数据结构 更多...
class  UiList
 列表控件

  • 控件本身是可拖拽惯性滚动的.
  • 如果你要自定义列表项的绘制,请重载 UiList::DrawItem 成员函数.
  • UiList对象必须拥有唯一的控件ID, 否则不能正常滚动. 参见 UiWin::SetID()
更多...

类型定义

typedef bool(* CompareListItem )(const ListItem &, const ListItem &)
 列表项的比较函数类型,返回值为true则交换,false则不交换。

类型定义文档

typedef bool(* CompareListItem)(const ListItem &, const ListItem &)

列表项的比较函数类型,返回值为true则交换,false则不交换。


Generated at Tue Feb 9 15:09:51 2010 for Meizu M8 SDK Documentation by  doxygen 1.6.1